Started by timer Running as SYSTEM Agent basic-tzvq9 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-tzvq9" 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-tzvq9" - 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-tzvq9" - 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-tzvq9 (basic) in workspace /home/jenkins/agent/workspace/californium-main-nightly 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-nightly # 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 9f7d5dfffc7ab737dbc5cf21df748c674e89ad4c (origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 9f7d5dfffc7ab737dbc5cf21df748c674e89ad4c # timeout=10 Commit message: "Fix truncateTail." > git rev-list --no-walk 9f7d5dfffc7ab737dbc5cf21df748c674e89ad4c # timeout=10 [californium-main-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dno.net.i2p.crypto.eddsa=true clean 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] --- clean:3.1.0:clean (default-clean) @ parent --- [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] API checks completed without failures. [INFO] [INFO] --- install:3.1.1:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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] --- clean:3.1.0:clean (default-clean) @ californium-assembly --- [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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-bom --- [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] API checks completed without failures. [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-bom --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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] --- clean:3.1.0:clean (default-clean) @ californium-legal --- [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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ demo-certs --- [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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ element-connector --- [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-nightly/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-nightly/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java: /home/jenkins/agent/workspace/californium-main-nightly/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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.RawPublicKeyIdentityTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 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.003 s - in org.eclipse.californium.elements.auth.X509CertPathIdentityTest [INFO] Running org.eclipse.californium.elements.auth.PreSharedKeyIdentityTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.auth.PreSharedKeyIdentityTest [INFO] Running org.eclipse.californium.elements.TcpEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.017 s - in org.eclipse.californium.elements.config.ConfigurationTest [INFO] Running org.eclipse.californium.elements.UDPConnectorTest 06:45:16.424 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.998 s - in org.eclipse.californium.elements.UDPConnectorTest [INFO] Running org.eclipse.californium.elements.EndpointContextUtilTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.002 s - in org.eclipse.californium.elements.UdpEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.PrincipalEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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 s - in org.eclipse.californium.elements.TlsEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.DtlsEndpointContextMatcherTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.elements.DtlsEndpointContextMatcherTest [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.DatagramReaderTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.elements.util.DatagramReaderTest [INFO] Running org.eclipse.californium.elements.util.NetworkInterfacesUtilTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in org.eclipse.californium.elements.util.NetworkInterfacesUtilTest [INFO] Running org.eclipse.californium.elements.util.CertPathUtilTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s - in org.eclipse.californium.elements.util.CertPathUtilTest [INFO] Running org.eclipse.californium.elements.util.StringUtilTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.elements.util.StringUtilTest [INFO] Running org.eclipse.californium.elements.util.DatagramWriterTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.elements.util.DatagramWriterTest [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.SerializationUtilTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 s - in org.eclipse.californium.elements.util.SerializationUtilTest [INFO] Running org.eclipse.californium.elements.util.ClockUtilTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 s - in org.eclipse.californium.elements.util.ClockUtilTest [INFO] Running org.eclipse.californium.elements.util.BytesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.BytesTest [INFO] Running org.eclipse.californium.elements.util.TimeStatisticTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.elements.util.TimeStatisticTest [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.348 s - in org.eclipse.californium.elements.util.Asn1DerDecoderTest [INFO] Running org.eclipse.californium.elements.util.SslContextUtilTrustTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in org.eclipse.californium.elements.util.SslContextUtilTrustTest [INFO] Running org.eclipse.californium.elements.util.SslContextUtilCredentialsTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 s - in org.eclipse.californium.elements.util.SslContextUtilCredentialsTest [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.LeastRecentlyUsedCacheTest start: 6734732438768489 1: 2378 3: 3757 4: 4398 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest [INFO] Running org.eclipse.californium.elements.util.SslContextUtilConfigurationTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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 s - in org.eclipse.californium.elements.util.LeastRecentlyUpdatedCacheTest [INFO] Running org.eclipse.californium.elements.util.NamedThreadFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.util.NamedThreadFactoryTest [INFO] Running org.eclipse.californium.elements.util.EncryptedStreamUtilTest [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.elements.util.EncryptedStreamUtilTest [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 06:45:20.996 WARN [PersistentComponentUtil]: loading 5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 06:45:20.999 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:45:20.999 WARN [PersistentComponentUtil]: [LOAD 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:45:20.999 WARN [PersistentComponentUtil]: [COMP 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:45:21.002 WARN [PersistentComponentUtil]: loading 5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 06:45:21.002 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:45:21.002 WARN [PersistentComponentUtil]: [LOAD 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:45:21.002 WARN [PersistentComponentUtil]: [COMP 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:45:21.002 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 06:45:21.003 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:45:21.003 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:45:21.003 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:45:21.003 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:478) 06:45:21.015 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 06:45:21.015 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:45:21.015 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:45:21.016 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:45:21.018 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269) 06:45:21.018 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:45:21.019 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:45:21.019 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:45:21.019 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.224 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-nightly/element-connector/target/element-connector-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/element-connector/target/element-connector-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ element-connector --- [INFO] Comparing [org.eclipse.californium:element-connector:jar:3.11.0] against [org.eclipse.californium:element-connector:jar:3.12.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- install:3.1.1:install (default-install) @ element-connector --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ scandium --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java: /home/jenkins/agent/workspace/californium-main-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] ------------------------------------------------------- 06:45:31.248 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:45:31.332 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:45:31.338 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:45:31.339 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.001 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] ------------------------------------------------------- 06:45:32.172 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:45:32.260 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:45:32.266 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:45:32.266 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:502) [INFO] Running org.eclipse.californium.scandium.dtls.AlertMessageTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.californium.scandium.dtls.AlertMessageTest [INFO] Running org.eclipse.californium.scandium.dtls.cipher.PseudoRandomFunctionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.scandium.dtls.cipher.PseudoRandomFunctionTest [INFO] Running org.eclipse.californium.scandium.dtls.cipher.CCMBlockCipherTest [INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 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.236 s - in org.eclipse.californium.scandium.dtls.cipher.CbcBlockCipherTest [INFO] Running org.eclipse.californium.scandium.dtls.PskPublicInformationTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.scandium.dtls.PskPublicInformationTest [INFO] Running org.eclipse.californium.scandium.dtls.pskstore.MultiPskFileStoreTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.californium.scandium.dtls.pskstore.MultiPskFileStoreTest [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.152 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.034 s - in org.eclipse.californium.scandium.dtls.EcdhPskClientKeyExchangeTest [INFO] Running org.eclipse.californium.scandium.dtls.CookieGeneratorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 s - in org.eclipse.californium.scandium.dtls.CookieGeneratorTest [INFO] Running org.eclipse.californium.scandium.dtls.ClientHandshakerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.californium.scandium.dtls.ClientHandshakerTest [INFO] Running org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifierTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifierTest [INFO] Running org.eclipse.californium.scandium.dtls.x509.CertificateConfigurationHelperTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s - in org.eclipse.californium.scandium.dtls.x509.CertificateConfigurationHelperTest [INFO] Running org.eclipse.californium.scandium.dtls.DTLSSessionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.californium.scandium.dtls.DTLSSessionTest [INFO] Running org.eclipse.californium.scandium.dtls.RecordTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.californium.scandium.dtls.RecordTest [INFO] Running org.eclipse.californium.scandium.dtls.DTLSContextTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.scandium.dtls.DTLSContextTest [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.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.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.CertificateRequestTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.scandium.dtls.CertificateRequestTest [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.004 s - in org.eclipse.californium.scandium.dtls.ReassemblingHandshakeMessageTest [INFO] Running org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest [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.ECDHServerKeyExchangeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.scandium.dtls.ECDHServerKeyExchangeTest [INFO] Running org.eclipse.californium.scandium.dtls.RecordDecryptTest [INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.592 s - in org.eclipse.californium.scandium.dtls.RecordDecryptTest [INFO] Running org.eclipse.californium.scandium.dtls.ServerNameExtensionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.californium.scandium.dtls.ServerNameExtensionTest [INFO] Running org.eclipse.californium.scandium.DtlsClusterConnectorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 s - in org.eclipse.californium.scandium.DtlsClusterConnectorTest [INFO] Running org.eclipse.californium.scandium.ClusterMacTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.californium.scandium.ClusterMacTest [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.config.DtlsConnectorConfigTest [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.californium.scandium.config.DtlsConnectorConfigTest [INFO] Running org.eclipse.californium.scandium.DtlsManagedClusterConnectorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.971 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] ------------------------------------------------------- 06:45:44.951 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:45:45.040 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:45:45.047 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:45:45.047 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.565 s - in org.eclipse.californium.scandium.dtls.cipher.SupportedGroupTest [INFO] Running org.eclipse.californium.scandium.dtls.HandshakerTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.eclipse.californium.scandium.dtls.HandshakerTest [INFO] Running org.eclipse.californium.scandium.dtls.ServerHandshakerTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 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.303 s - in org.eclipse.californium.scandium.dtls.InMemoryConnectionStoreTest [INFO] Running org.eclipse.californium.scandium.HelloExtensionNegotiationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.californium.scandium.HelloExtensionNegotiationTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorAdvancedTest 06:45:52.405 ERROR [DirectDatagramSocketImpl]: destination port 8203 not available! (E68,T35) 127.0.0.1:8,204 ==> :8,203 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=2)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 06:45:56.679 ERROR [DirectDatagramSocketImpl]: destination port 8209 not available! (E131,T35) 127.0.0.1:8,210 ==> :8,209 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=3)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 06:46:00.741 ERROR [DirectDatagramSocketImpl]: destination port 8214 not available! (E169,T30) 127.0.0.1:8,215 ==> :8,214 [rec(43 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 06:46:11.621 ERROR [DirectDatagramSocketImpl]: destination port 8229 not available! (E297,T35) 127.0.0.1:8,230 ==> :8,229 [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.245 s - in org.eclipse.californium.scandium.DTLSConnectorAdvancedTest [INFO] Running org.eclipse.californium.scandium.DTLSEndpointContextTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.477 s - in org.eclipse.californium.scandium.DTLSEndpointContextTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorTest 06:46:35.724 ERROR [DirectDatagramSocketImpl]: destination port 8273 not available! (E593,T186) 127.0.0.1:8,267 ==> :8,273 [rec(19 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 06:46:35.724 WARN [DTLSConnector]: Could not send record, destination 127.0.0.1:8273 unreachable! [] (o.e.c.s.DTLSConnector.sendNextDatagramOverNetwork:3644) 06:46:39.628 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] Running org.eclipse.californium.scandium.DTLSConnectorResumeTest [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.527 s - in org.eclipse.californium.scandium.DTLSConnectorResumeTest [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-nightly/scandium-core/target/scandium-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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] ------------------------------------------------------- 06:47:07.863 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:47:07.949 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:47:07.955 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:47:07.956 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:502) [INFO] Running org.eclipse.californium.scandium.DTLSConnectorHandshakeTest [INFO] Tests run: 194, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.816 s - in org.eclipse.californium.scandium.DTLSConnectorHandshakeTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorStartStopTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.066 s - in org.eclipse.californium.scandium.DTLSConnectorStartStopTest [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] ------------------------------------------------------- 06:47:55.754 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:47:55.839 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:47:55.845 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:47:55.845 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-nightly/scandium-core/target/scandium-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ scandium --- [INFO] Comparing [org.eclipse.californium:scandium:jar:3.11.0] against [org.eclipse.californium:scandium:jar:3.12.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- install:3.1.1:install (default-install) @ scandium --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ element-connector-tcp-netty --- [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-nightly/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-nightly/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.TcpConnectorTest 06:48:08.393 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:48:08.459 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:48:08.465 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:48:08.465 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.282 s - in org.eclipse.californium.elements.tcp.netty.TcpConnectorTest [INFO] Running org.eclipse.californium.elements.tcp.netty.TlsCorrelationTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.635 s - in org.eclipse.californium.elements.tcp.netty.TlsCorrelationTest [INFO] Running org.eclipse.californium.elements.tcp.netty.TcpEndpointContextTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.177 s - in org.eclipse.californium.elements.tcp.netty.TcpEndpointContextTest [INFO] Running org.eclipse.californium.elements.tcp.netty.TlsConnectorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 s - in org.eclipse.californium.elements.tcp.netty.TlsConnectorTest [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-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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] Comparing [org.eclipse.californium:element-connector-tcp-netty:jar:3.11.0] against [org.eclipse.californium:element-connector-tcp-netty:jar:3.12.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- install:3.1.1:install (default-install) @ element-connector-tcp-netty --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ californium-core --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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 [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.007 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.test.MaliciousClientTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.034 s - in org.eclipse.californium.core.test.MaliciousClientTest [INFO] Running org.eclipse.californium.core.test.ResourceAttributesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.core.test.ResourceAttributesTest [INFO] Running org.eclipse.californium.core.test.AttributeMultiQueryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.core.test.AttributeMultiQueryTest [INFO] Running org.eclipse.californium.core.test.OptionTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.core.test.OptionTest [INFO] Running org.eclipse.californium.core.coap.LinkFormatTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.californium.core.coap.LinkFormatTest [INFO] Running org.eclipse.californium.core.coap.CoapTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.core.coap.CoapTest [INFO] Running org.eclipse.californium.core.coap.BlockOptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.core.coap.BlockOptionTest [INFO] Running org.eclipse.californium.core.coap.RequestTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s - in org.eclipse.californium.core.coap.RequestTest [INFO] Running org.eclipse.californium.core.coap.MessageTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.core.coap.MessageTest [INFO] Running org.eclipse.californium.core.coap.ResourceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.core.coap.ResourceTest [INFO] Running org.eclipse.californium.core.coap.MediaTypeRegistryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.core.coap.MediaTypeRegistryTest [INFO] Running org.eclipse.californium.core.network.stack.CoapUdpStackTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.californium.core.network.stack.CoapUdpStackTest [INFO] Running org.eclipse.californium.core.network.stack.AbstractLayerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.californium.core.network.stack.AbstractLayerTest [INFO] Running org.eclipse.californium.core.network.stack.BlockwiseLayerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.californium.core.network.stack.BlockwiseLayerTest [INFO] Running org.eclipse.californium.core.network.stack.CoapStackTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.core.network.stack.CoapStackTest [INFO] Running org.eclipse.californium.core.network.stack.CoapTcpStackTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.core.network.stack.CoapTcpStackTest [INFO] Running org.eclipse.californium.core.network.MapBasedMessageIdTrackerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 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.024 s - in org.eclipse.californium.core.network.UdpMatcherMulticastTest [INFO] Running org.eclipse.californium.core.network.serialization.DataParserTest [WARNING] Tests run: 60, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.021 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.005 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.033 s - in org.eclipse.californium.core.network.UdpMatcherTest [INFO] Running org.eclipse.californium.core.network.EndpointManagerTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.californium.core.network.EndpointManagerTest [INFO] Running org.eclipse.californium.core.network.GroupedMessageIdTrackerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 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.249 s - in org.eclipse.californium.core.network.NullMessageIdTrackerTest [INFO] Running org.eclipse.californium.core.network.TcpMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 s - in org.eclipse.californium.core.network.TcpMatcherTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageIdProviderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.californium.core.network.InMemoryMessageIdProviderTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageExchangeStoreTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.core.network.InMemoryMessageExchangeStoreTest [INFO] Running org.eclipse.californium.core.network.deduplication.DeduplicatorTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.core.network.deduplication.DeduplicatorTest [INFO] Running org.eclipse.californium.core.network.deduplication.PeersBasedDeduplicatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.266 s - in org.eclipse.californium.core.network.deduplication.PeersBasedDeduplicatorTest [INFO] Running org.eclipse.californium.core.network.CoapEndpointTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.californium.core.network.CoapEndpointTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageIdProviderMulticastTest 06:48:47.858 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.173 s - in org.eclipse.californium.core.network.InMemoryMessageIdProviderMulticastTest [INFO] Running org.eclipse.californium.core.observe.ObservationTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.core.observe.ObservationTest [INFO] Running org.eclipse.californium.core.observe.ObserveRelationTest 06:48:47.881 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.029 s - in org.eclipse.californium.core.observe.ObserveRelationTest [INFO] Running org.eclipse.californium.core.server.ServerMessageDelivererTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.californium.core.server.ServerMessageDelivererTest [INFO] Running org.eclipse.californium.core.server.CoapServerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s - in org.eclipse.californium.core.server.CoapServerTest [INFO] Running org.eclipse.californium.core.multicast.MulticastTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.495 s - in org.eclipse.californium.core.multicast.MulticastTest [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.CongestionControlServerSideTest 0049: CON [MID=1001, T=0B], GET, /test -----> 0052: <----- ACK [MID=1001] 0054: <----- CON [MID=59411, T=0B], 2.05 0054: CON [MID=1002, T=0C], GET, /test -----> 0055: <----- ACK [MID=1002] 0055: <----- CON [MID=59412, T=0C], 2.05 0055: CON [MID=1003, T=0D], GET, /test -----> 0055: <----- ACK [MID=1003] 0056: <----- CON [MID=59413, T=0D], 2.05 0056: CON [MID=1004, T=0E], GET, /test -----> 0056: <----- ACK [MID=1004] 1057: CON [MID=1005, T=0F], GET, /test -----> 1057: <----- ACK [MID=1005, T=0F], 2.05 1058: ACK [MID=59411] -----> 1060: <----- CON [MID=59414, T=0E], 2.05 1060: ACK [MID=59412] -----> 1060: ACK [MID=59413] -----> 1060: ACK [MID=59414] -----> 0008: CON [MID=2001, T=10], GET, /test -----> 0008: <----- ACK [MID=2001, T=10], 2.05 0008: CON [MID=2002, T=11], GET, /test -----> 0009: <----- ACK [MID=2002, T=11], 2.05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.333 s - in org.eclipse.californium.core.test.lockstep.CongestionControlServerSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.CongestionControlClientSideTest 0002: NON [MID=17957, T=9CDF07D2880DC2A9], GET, /test -----> 0004: NON [MID=17958, T=D0BB4901C70C9FB9], GET, /test -----> 0004: NON [MID=17959, T=88070416E801D11F], GET, /test -----> 1006: <----- NON [MID=1001, T=D0BB4901C70C9FB9], 2.05 1007: NON [MID=17960, T=9C742BA85E221A80], GET, /test -----> 1506: <----- NON [MID=1002, T=9CDF07D2880DC2A9], 2.05 1507: <----- NON [MID=1003, T=88070416E801D11F], 2.05 1507: <----- NON [MID=1004, T=9C742BA85E221A80], 2.05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.64 s - in org.eclipse.californium.core.test.lockstep.CongestionControlClientSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest 0003: CON [MID=23554, T=4CA7EC595E7189DA], PUT, /test, 1:0/1/128, size1(290) -----> 0004: <----- ACK [MID=23554, T=4CA7EC595E7189DA], 2.31, 1:0/1/128 0004: CON [MID=23555, T=6081D8C6B02D6371], PUT, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=23555, T=6081D8C6B02D6371], 2.31, 1:1/1/32 0005: CON [MID=23556, T=70C3ED9D3C5B09DA], PUT, /test, 1:8/1/32 -----> 0006: <----- ACK [MID=23556, T=70C3ED9D3C5B09DA], 2.31, 1:8/1/32 0006: CON [MID=23557, T=0CF53E5E32CBAE7B], PUT, /test, 1:9/0/32 -----> 0006: <----- ACK [MID=23557, T=0CF53E5E32CBAE7B], 2.04, 1:9/0/32 0001: CON [MID=11506, T=8CD5E64641C10CE2], GET, /test, 2:2/0/128 -----> 0002: <----- ACK [MID=11506, T=8CD5E64641C10CE2], 2.05, 2:2/0/128 0001: CON [MID=9688, T=941C9CE33CA1CEC5], GET, /test, 2:0/0/64 -----> 0002: <----- ACK [MID=9688, T=941C9CE33CA1CEC5], 2.05, 2:0/1/64, size2(170) 0003: CON [MID=9689, T=188535799EB8C2F5], GET, /test, 2:1/0/64 -----> 0003: <----- ACK [MID=9689, T=188535799EB8C2F5], 2.05, 2:1/1/64 0003: CON [MID=9690, T=507438D59A3E53F6], GET, /test, 2:2/0/64 -----> 0004: <----- ACK [MID=9690, T=507438D59A3E53F6], 2.05, 2:2/0/64 0001: CON [MID=28596, T=34209CAAE721657E], GET, /test -----> 0002: <----- ACK [MID=28596, T=34209CAAE721657E], 2.05, 2:0/1/128, size2(300), ETags([0001]) 0002: CON [MID=28597, T=B46F795ADF00DD3F], GET, /test, 2:1/0/128 -----> 0003: <----- ACK [MID=28597, T=B46F795ADF00DD3F], 2.05, 2:1/1/128, ETags([0001]) 0003: CON [MID=28598, T=F823CFF601B3D741], GET, /test, 2:2/0/128 -----> 0004: <----- ACK [MID=28598, T=F823CFF601B3D741], 2.05, 2:2/0/128, ETags([0001]) 0001: CON [MID=47779, T=CC4C26F5EAEEE217], PUT, /test -----> 0001: <----- ACK [MID=47779, T=CC4C26F5EAEEE217], 4.13, 1:0/0/64 0002: CON [MID=47780, T=CC4C26F5EAEEE217], PUT, /test, 1:0/1/64, size1(128) -----> 0002: <----- ACK [MID=47780, T=CC4C26F5EAEEE217], 2.31, 1:0/1/64 0002: CON [MID=47781, T=84B089D88E8476D1], PUT, /test, 1:1/0/64 -----> 0003: <----- ACK [MID=47781, T=84B089D88E8476D1], 2.04, 1:1/0/64 0001: CON [MID=51773, T=E0FFA13B5D1B3004], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=51773, T=E0FFA13B5D1B3004], 2.31, 1:0/1/256 0002: CON [MID=51774, T=70FA26045E0786AA], PUT, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=51774, T=70FA26045E0786AA], 2.31, 1:1/1/256 0002: CON [MID=51775, T=58310E24DA696F2F], PUT, /test, 1:2/0/128 -----> 0003: <----- ACK [MID=51775, T=58310E24DA696F2F], 2.04, 1:2/0/256 0001: Establish observe relation to test1 0002: CON [MID=11460, T=E1DCD21FCADC5CDC], GET, /test1, observe(0) -----> 0002: <----- ACK [MID=11460, T=E1DCD21FCADC5CDC], 2.05, 2:0/1/128, observe(62350), size2(300) 0003: CON [MID=11461, T=F81410DAB146AB28], GET, /test1, 2:1/0/128 -----> 0003: <----- ACK [MID=11461, T=F81410DAB146AB28], 2.05, 2:1/1/128 0004: CON [MID=11462, T=881CD21DCC543447], GET, /test1, 2:2/0/128 -----> 0004: <----- ACK [MID=11462, T=881CD21DCC543447], 2.05, 2:2/0/128 0004: ... time passes ... 0004: <----- CON [MID=8001, T=E1DCD21FCADC5CDC], 2.05, 2:0/1/128, observe(62354), size2(280) 0005: ACK [MID=8001] -----> 0005: CON [MID=11463, T=C82135965DC3A00A], GET, /test1, 2:1/0/128 -----> 0005: <----- ACK [MID=11463, T=C82135965DC3A00A], 2.05, 2:1/1/128 0006: CON [MID=11464, T=40FDD8A0EE611335], GET, /test1, 2:2/0/128 -----> 0006: <----- ACK [MID=11464, T=40FDD8A0EE611335], 2.05, 2:2/0/128 0006: ... time passes ... 0006: <----- CON [MID=8002, T=E1DCD21FCADC5CDC], 2.05, 2:0/1/128, observe(17), size2(290) 0006: ACK [MID=8002] -----> 0007: CON [MID=11465, T=0CDF6C9F12906433], GET, /test1, 2:1/0/128 -----> 0007: Server sends third notification during transfer 0007: <----- CON [MID=8003, T=E1DCD21FCADC5CDC], 2.05, 2:0/1/128, observe(19), size2(290) 0007: <----- ACK [MID=11465, T=0CDF6C9F12906433], 2.05, 2:1/1/128 0007: ACK [MID=8003] -----> 0008: CON [MID=11466, T=38A2DD37FA6C52FC], GET, /test1, 2:1/0/128 -----> 0008: Send old notification during transfer 0008: <----- CON [MID=8004, T=E1DCD21FCADC5CDC], 2.05, 2:0/1/128, observe(18), size2(290) 0008: <----- ACK [MID=11466, T=38A2DD37FA6C52FC], 2.05, 2:1/1/128 0008: ACK [MID=8004] -----> 0008: CON [MID=11467, T=38CF42E4C7489CCC], GET, /test1, 2:2/0/128 -----> 0009: <----- ACK [MID=11467, T=38CF42E4C7489CCC], 2.05, 2:2/0/128 0001: CON [MID=49230, T=484CBB826AEB8018], PUT, /test -----> 0002: <----- ACK [MID=49230, T=484CBB826AEB8018], 4.13 0002: CON [MID=49231, T=484CBB826AEB8018], PUT, /test, 1:0/1/64, size1(128) -----> 0002: <----- ACK [MID=49231, T=484CBB826AEB8018], 4.13, 1:0/1/32 0002: CON [MID=49232, T=18949B4E1AB199DB], PUT, /test, 1:0/1/32, size1(128) -----> 0003: <----- ACK [MID=49232, T=18949B4E1AB199DB], 2.31, 1:0/1/32 0003: CON [MID=49233, T=1C0D43B70559BF76], PUT, /test, 1:1/1/32 -----> 0003: <----- ACK [MID=49233, T=1C0D43B70559BF76], 2.31, 1:1/1/32 0003: CON [MID=49234, T=F4C89F8D4C253A22], PUT, /test, 1:2/1/32 -----> 0004: <----- ACK [MID=49234, T=F4C89F8D4C253A22], 2.31, 1:2/1/32 0004: CON [MID=49235, T=3CAE2E3CCC8A0BDD], PUT, /test, 1:3/0/32 -----> 0004: <----- ACK [MID=49235, T=3CAE2E3CCC8A0BDD], 2.04, 1:3/0/32 0001: CON [MID=30565, T=102EE3D179604A1C], GET, /test -----> 0001: <----- ACK [MID=30565, T=102EE3D179604A1C], 2.05, 2:0/1/256, size2(300) 0001: CON [MID=30566, T=1863BB2C7AE48A69], GET, /test, 2:2/0/128 -----> // lost 0202: CON [MID=30566, T=1863BB2C7AE48A69], GET, /test, 2:2/0/128 -----> 0203: <----- ACK [MID=30566, T=1863BB2C7AE48A69], 2.05, 2:2/0/128 0002: CON [MID=36176, T=B42FFFC4331B5303], GET, /test -----> 0003: <----- ACK [MID=36176, T=B42FFFC4331B5303], 2.05, 2:0/1/128 0003: CON [MID=36177, T=905CCFCA60F83E0B], GET, /test, 2:1/0/128 -----> 0204: CON [MID=36177, T=905CCFCA60F83E0B], GET, /test, 2:1/0/128 -----> 0001: CON [MID=9227, T=1062959CDFFA6EAF], GET, /test -----> 0002: <----- ACK [MID=9227, T=1062959CDFFA6EAF], 2.05, 2:0/1/128 0002: CON [MID=9228, T=28CB8D05DBCF4E2D], GET, /test, 2:1/0/128 -----> 0003: <----- ACK [MID=9228, T=28CB8D05DBCF4E2D], 2.05, 2:1/1/128 0003: CON [MID=9229, T=F4ABF13E314CDB02], GET, /test, 2:2/0/128 -----> 0003: <----- ACK [MID=9229] 0001: CON [MID=34481, T=48D34E071A92A1EF], PUT, /test, 1:0/1/128, size1(138) -----> 0002: <----- ACK [MID=34481, T=48D34E071A92A1EF], 4.13, 1:0/0/64 0002: CON [MID=34482, T=346BC771C050B6C4], PUT, /test, 1:0/1/64, size1(138) -----> 0002: <----- ACK [MID=34482, T=346BC771C050B6C4], 2.31, 1:0/1/64 0002: CON [MID=34483, T=14B196185DD9CA41], PUT, /test, 1:1/1/64 -----> 0003: <----- ACK [MID=34483, T=14B196185DD9CA41], 2.31, 1:1/1/64 0003: CON [MID=34484, T=2015F4660EDD5375], PUT, /test, 1:2/0/64 -----> 0003: <----- ACK [MID=34484, T=2015F4660EDD5375], 2.04, 1:2/0/64 0001: CON [MID=44438, T=246C54600FEEA782], GET, /test -----> 0001: <----- ACK [MID=44438, T=246C54600FEEA782], 2.05, 2:0/1/128 0001: CON [MID=44439, T=DC04064FE44A1EF7], GET, /test, 2:1/0/128 -----> 0002: CON [MID=44440, T=280C893FA0BB2DBE], GET, /test -----> 0002: <----- ACK [MID=44440, T=280C893FA0BB2DBE], 2.05, 2:0/1/128 0002: CON [MID=44441, T=D8EAB38061156696], GET, /test, 2:1/0/128 -----> 0003: <----- ACK [MID=44439, T=DC04064FE44A1EF7], 2.05, 2:1/0/128 0003: <----- ACK [MID=44441, T=D8EAB38061156696], 2.05, 2:1/0/128 0001: CON [MID=29074, T=303A50239345B1B2], GET, /test -----> 0001: <----- ACK [MID=29074, T=303A50239345B1B2], 2.05, 2:0/1/128 0001: CON [MID=29075, T=38BEB1343353C224], GET, /test, 2:1/0/128 -----> 0202: CON [MID=29075, T=38BEB1343353C224], GET, /test, 2:1/0/128 -----> 0227: <----- ACK [MID=29075, T=38BEB1343353C224], 2.05, 2:1/1/128 0228: CON [MID=29076, T=FCD35220707CAABE], GET, /test, 2:2/0/128 -----> 0428: CON [MID=29076, T=FCD35220707CAABE], GET, /test, 2:2/0/128 -----> 0454: <----- ACK [MID=29076, T=FCD35220707CAABE], 2.05, 2:2/0/128 0454: // next transfer 0454: CON [MID=29077, T=84DBACBACA813A4D], GET, /test -----> 0455: <----- ACK [MID=29077, T=84DBACBACA813A4D], 2.05, 2:0/1/128 0455: CON [MID=29078, T=F84E93ADC639591E], GET, /test, 2:1/0/128 -----> 0655: CON [MID=29078, T=F84E93ADC639591E], GET, /test, 2:1/0/128 -----> 0681: <----- ACK [MID=29078, T=F84E93ADC639591E], 2.05, 2:1/1/128 0681: CON [MID=29079, T=74183CFA7DDAB042], GET, /test, 2:2/0/128 -----> 0882: CON [MID=29079, T=74183CFA7DDAB042], GET, /test, 2:2/0/128 -----> 0907: <----- ACK [MID=29079, T=74183CFA7DDAB042], 2.05, 2:2/0/128 0001: CON [MID=17211, T=B08C403B2E9520FD], PUT, /test, 1:0/1/128, size1(260) -----> 0002: <----- ACK [MID=17211, T=B08C403B2E9520FD], 2.31, 1:0/0/128 0002: CON [MID=17212, T=58313026B384D3D6], PUT, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=17212, T=58313026B384D3D6], 4.13, 1:1/0/64 0001: CON [MID=60260, T=14BD34ED506B8443], PUT, /test, 1:0/1/128, size1(200) -----> 0001: <----- ACK [MID=60260, T=14BD34ED506B8443], 2.31, 1:0/1/32 0002: CON [MID=60261, T=B079D4D7FAE39EC6], PUT, /test, 1:4/1/32 -----> 0002: <----- ACK [MID=60261, T=B079D4D7FAE39EC6], 2.31, 1:4/1/32 0002: CON [MID=60262, T=50F30BAADC4D781A], PUT, /test, 1:5/1/32 -----> 0002: <----- ACK [MID=60262, T=50F30BAADC4D781A], 2.31, 1:5/1/32 0003: CON [MID=60263, T=FCB5B10029AB32A5], PUT, /test, 1:6/0/32 -----> 0003: <----- ACK [MID=60263, T=FCB5B10029AB32A5], 2.04, 1:6/0/32 0001: CON [MID=13652, T=10B55758E10A2612], GET, /test, 2:0/0/64 -----> 0001: <----- ACK [MID=13652, T=10B55758E10A2612], 2.05, 2:0/1/64, size2(170) 0001: CON [MID=13653, T=90930945DF780049], GET, /test, 2:1/0/64 -----> 0002: <----- ACK [MID=13652, T=10B55758E10A2612], 2.05, 2:0/1/64, size2(170) 0202: CON [MID=13653, T=90930945DF780049], GET, /test, 2:1/0/64 -----> 0203: <----- ACK [MID=13653, T=90930945DF780049], 2.05, 2:1/1/64 0203: CON [MID=13654, T=84251268AB8647D0], GET, /test, 2:2/0/64 -----> 0203: <----- ACK [MID=13654, T=84251268AB8647D0], 2.05, 2:2/0/64 0001: CON [MID=8271, T=ACBAAB8676A91EEC], PUT, /test, 1:0/1/128, size1(300) -----> 0001: <----- ACK [MID=8271, T=ACBAAB8676A91EEC], 2.31, 1:1/0/128 0002: CON [MID=8272, T=6CFC1E8EBBBB1133], PUT, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=8272] 0001: CON [MID=5769, T=84945FE6A0853BEE], PUT, /test, 1:0/1/128, size1(300) -----> 0001: <----- ACK [MID=5769, T=84945FE6A0853BEE], 2.31, 1:0/1/128 0002: CON [MID=5770, T=7CA4261FDF85DEAA], PUT, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=5770, T=7CA4261FDF85DEAA], 2.31, 1:1/1/128 0002: CON [MID=5771, T=2CEB42114E78DB07], PUT, /test, 1:2/0/128 -----> 0003: <----- ACK [MID=5771, T=2CEB42114E78DB07], 4.08 0001: CON [MID=55653, T=E4CCD262B95FD7F6], PUT, /test -----> 0001: <----- ACK [MID=55653, T=E4CCD262B95FD7F6], 4.13, size1(90) 0002: CON [MID=55654, T=E4CCD262B95FD7F6], PUT, /test, 1:0/1/64, size1(128) -----> 0002: <----- ACK [MID=55654, T=E4CCD262B95FD7F6], 2.31, 1:0/1/64 0002: CON [MID=55655, T=506AB34411A9D93A], PUT, /test, 1:1/0/64 -----> 0002: <----- ACK [MID=55655, T=506AB34411A9D93A], 2.04, 1:1/0/64 0001: CON [MID=49166, T=D0859DABA1B138C0], PUT, /test, 1:0/1/128, size1(1034) -----> 0001: <----- ACK [MID=49166, T=D0859DABA1B138C0], 4.13, size1(1024) 0001: CON [MID=6037, T=34066A4A05D034CF], PUT, /test, 1:0/1/128, size1(300) -----> 0001: CON [MID=6038, T=78651A1915E73292], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=6037, T=34066A4A05D034CF], 2.31, 1:0/1/128 0002: <----- ACK [MID=6038, T=78651A1915E73292], 2.31, 1:0/1/128 0002: CON [MID=6039, T=C076BE76D379B37B], PUT, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=6039, T=C076BE76D379B37B], 2.31, 1:1/1/128 0002: CON [MID=6040, T=6472EBCB03686B3F], PUT, /test, 1:2/0/128 -----> 0002: <----- ACK [MID=6040, T=6472EBCB03686B3F], 2.04, 1:2/0/128 0001: CON [MID=11625, T=44136AB896189422], POST, /test, 1:0/1/128, size1(300) -----> 0001: <----- ACK [MID=11625, T=44136AB896189422], 2.31, 1:0/1/128 0001: CON [MID=11626, T=AC635FBF703D0F78], POST, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=11626, T=AC635FBF703D0F78], 2.31, 1:1/1/128 0002: CON [MID=11627, T=A061C79B29F8721D], POST, /test, 1:2/0/128 -----> 0002: <----- ACK [MID=11627, T=A061C79B29F8721D], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001]) 0002: CON [MID=11628, T=C8A68CE6DE18EDAB], POST, /test, 2:1/0/128 -----> 0003: <----- ACK [MID=11628, T=C8A68CE6DE18EDAB], 2.04, 2:1/1/128, ETags([0001]) 0003: CON [MID=11629, T=844A8D4F98F292AF], POST, /test, 2:2/0/128 -----> 0003: <----- ACK [MID=11629, T=844A8D4F98F292AF], 2.04, 2:2/1/128, ETags([0001]) 0003: CON [MID=11630, T=6C64EF0CDD48E9DE], POST, /test, 2:3/0/128 -----> 0003: <----- ACK [MID=11630, T=6C64EF0CDD48E9DE], 2.04, 2:3/0/128, ETags([0001]) 0001: CON [MID=48600, T=DC5D676C02315213], PUT, /test, 1:0/1/128, size1(138) -----> 0001: <----- ACK [MID=48600, T=DC5D676C02315213], 4.13, 1:0/0/128 0001: CON [MID=35679, T=48A6A904E6DB4853], GET, /test -----> 0001: <----- ACK [MID=35679, T=48A6A904E6DB4853], 2.05, 2:0/1/128, size2(300) 0002: CON [MID=35680, T=B472627114063DF7], GET, /test, 2:1/0/128 -----> 0002: <----- ACK [MID=35680, T=B472627114063DF7], 2.05, 2:1/1/128 0002: CON [MID=35681, T=444112A391F3B88C], GET, /test, 2:2/0/128 (should be dropped by error) 0003: CON [MID=35681, T=444112A391F3B88C], GET, /test, 2:2/0/128 -----> (dropped) 0001: CON [MID=11429, T=3CFB4286872E6252], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=11429, T=3CFB4286872E6252], 2.31, 1:0/0/128 0002: CON [MID=11430, T=90744617377D0257], PUT, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=11430, T=90744617377D0257], 2.31, 1:1/0/128 0001: CON [MID=43557, T=4C1B5CED108ED357], GET, /test -----> 0001: <----- ACK [MID=43557, T=4C1B5CED108ED357], 2.05, 2:0/1/128 0002: CON [MID=43558, T=8CB1A98742CE3211], GET, /test, 2:1/0/128 -----> 0002: <----- ACK [MID=43558, T=8CB1A98742CE3211], 2.05, 2:1/1/128 0002: CON [MID=43559, T=083CE5ADF94063BF], GET, /test, 2:2/0/128 -----> 0001: CON [MID=30178, T=DC77CDF89734084E], PUT, /test, 1:0/1/128, size1(250) -----> 0002: <----- ACK [MID=30178, T=DC77CDF89734084E], 2.31, 1:0/0/128 0002: CON [MID=30179, T=9860CD09566161DA], PUT, /test, 1:1/0/128 -----> 0002: <----- ACK [MID=30179, T=9860CD09566161DA], 4.13, 1:1/0/64 06:49:01.282 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=38840, T=2C87908FE37D3E61], PUT, /test, 1:0/1/128, size1(300) -----> 0001: <----- ACK [MID=38840, T=2C87908FE37D3E61], 2.31, 1:0/1/128 0001: CON [MID=38841, T=1014448E61F0DEC9], PUT, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=38841, T=1014448E61F0DEC9], 2.31, 1:1/1/128 0002: CON [MID=38842, T=08F0D056382021C6], PUT, /test, 1:2/0/128 (should be dropped by error) 0002: CON [MID=38842, T=08F0D056382021C6], PUT, /test, 1:2/0/128 -----> (dropped) 0001: CON [MID=15158, T=54867F735762EF6C], GET, /test -----> 0001: <----- ACK [MID=15158, T=54867F735762EF6C], 2.05, 2:0/1/128, size2(1034) 0001: CON [MID=44927, T=B89892C44A1DA6B7], PUT, /test -----> 0001: <----- ACK [MID=44927, T=B89892C44A1DA6B7], 4.13 0001: CON [MID=44928, T=B89892C44A1DA6B7], PUT, /test, 1:0/1/64, size1(128) -----> 0001: <----- ACK [MID=44928, T=B89892C44A1DA6B7], 2.31, 1:0/1/64 0002: CON [MID=44929, T=A862BC08674D1A40], PUT, /test, 1:1/0/64 -----> 0002: <----- ACK [MID=44929, T=A862BC08674D1A40], 2.04, 1:1/0/64 0001: CON [MID=56969, T=AC9AC150E4486CF3], GET, /test -----> 0001: <----- ACK [MID=56969, T=AC9AC150E4486CF3], 2.05, 2:0/1/128 0001: CON [MID=56970, T=18DAAA4D54F8E5AE], GET, /test, 2:1/0/128 -----> 0201: CON [MID=56970, T=18DAAA4D54F8E5AE], GET, /test, 2:1/0/128 -----> 0227: <----- ACK [MID=56970, T=18DAAA4D54F8E5AE], 2.05, 2:1/1/128 0227: CON [MID=56971, T=945FBB501877D089], GET, /test, 2:2/0/128 -----> 0428: CON [MID=56971, T=945FBB501877D089], GET, /test, 2:2/0/128 -----> 0001: CON [MID=14842, T=68F3ACE427A9B8CA], PUT, /test -----> 0001: <----- ACK [MID=14842, T=68F3ACE427A9B8CA], 4.13 0002: CON [MID=14843, T=68F3ACE427A9B8CA], PUT, /test, 1:0/1/64, size1(128) -----> 0002: <----- ACK [MID=14843, T=68F3ACE427A9B8CA], 4.13 0001: CON [MID=10448, T=44F117C2838C6AED], PUT, /test, 1:0/1/128, size1(300) -----> 0001: <----- ACK [MID=10448, T=44F117C2838C6AED], 2.31, 1:0/1/128 0001: CON [MID=10449, T=8487F090338BE38F], PUT, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=10449, T=8487F090338BE38F], 2.31, 1:1/1/128 0002: CON [MID=10450, T=94EC9B11D17D0CCB], PUT, /test, 1:2/0/128 -----> 0002: <----- ACK [MID=10450, T=94EC9B11D17D0CCB], 2.04, 1:2/0/128 0001: CON [MID=29445, T=64191A023C82013A], PUT, /test, 1:0/1/128, size1(400) -----> 0001: <----- ACK [MID=29445, T=64191A023C82013A], 2.31, 1:1/0/128 0001: CON [MID=29446, T=5070EDE49A9791E9], PUT, /test, 1:1/1/128 -----> 0202: CON [MID=29446, T=5070EDE49A9791E9], PUT, /test, 1:1/1/128 -----> 0227: <----- ACK [MID=29446, T=5070EDE49A9791E9], 2.31, 1:2/0/128 0227: CON [MID=29447, T=4C773F15EEF2750B], PUT, /test, 1:2/1/128 -----> 0428: CON [MID=29447, T=4C773F15EEF2750B], PUT, /test, 1:2/1/128 -----> [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.345 s - in org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ResponseRetransmissionTest 0008: CON [MID=17001, T=12], GET, /con -----> 0009: <----- ACK [MID=17001] 0009: <----- CON [MID=32405, T=12], 2.05 0009: ACK [MID=32405] -----> 0001: CON [MID=17001, T=13], GET, /con -----> 0001: <----- ACK [MID=17001] 0001: <----- CON [MID=58264, T=13], 2.05 0202: <----- CON [MID=58264, T=13], 2.05 0202: ACK [MID=58264] -----> 0001: CON [MID=17001, T=14], GET, /con -----> 0001: <----- ACK [MID=17001] 0001: <----- CON [MID=43242, T=14], 2.05 0202: <----- CON [MID=43242, T=14], 2.05 0001: CON [MID=17001, T=15], GET, /ack -----> 0002: <----- ACK [MID=17001, T=15], 2.05 0002: CON [MID=17001, T=15], GET, /ack -----> 0003: <----- ACK [MID=17001, T=15], 2.05 0001: CON [MID=17001, T=16], GET, /con -----> 0001: <----- ACK [MID=17001] 0002: (drop) <--- CON [MID=54836, T=16], 2.05 0001: CON [MID=17001, T=17], GET, /con -----> 0001: <----- ACK [MID=17001] 0002: <----- CON [MID=37020, T=17], 2.05 0002: CON [MID=17001, T=17], GET, /con -----> 0002: <----- ACK [MID=17001] 0002: <----- CON [MID=37020, T=17], 2.05 0002: ACK [MID=37020] -----> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.741 s - in org.eclipse.californium.core.test.lockstep.ResponseRetransmissionTest [INFO] Running org.eclipse.californium.core.test.lockstep.DeduplicationTest 0003: CON [MID=49814, T=98A1219C4193DEA2], GET, /test -----> 0104: CON [MID=49814, T=98A1219C4193DEA2], GET, /test -----> 1105: CON [MID=49815, T=70E29C1BA50A673C], GET, /test -----> 1206: CON [MID=49815, T=70E29C1BA50A673C], GET, /test -----> 0001: CON [MID=1234, T=90CFF6315844DB13], GET, /test -----> 0002: <----- ACK [MID=1234] 0002: <----- ACK [MID=1234] 0002: <----- CON [MID=4711, T=90CFF6315844DB13], 2.05 0002: ACK [MID=4711] -----> 0002: <----- CON [MID=4711, T=90CFF6315844DB13], 2.05 0002: ACK [MID=4711] -----> 0003: <----- CON [MID=42, T=90CFF6315844DB13], 2.05 0003: RST [MID=42] -----> 0003: CON [MID=4711, T=947378F0DD257AE9], GET, /test -----> 0004: <----- ACK [MID=4711, T=947378F0DD257AE9], 2.05 0004: <----- ACK [MID=4711, T=947378F0DD257AE9], 2.05 0001: CON [MID=1234, T=009778A1E4A71E50], GET, /test -----> (drop) 0001: CON [MID=2551, T=208676C2B2653AF5], GET, /test -----> 0102: CON [MID=2551, T=208676C2B2653AF5], GET, /test -----> 0202: CON [MID=2551, T=208676C2B2653AF5], GET, /test -----> 1203: CON [MID=2552, T=54CC5DF60A81528B], GET, /test -----> 1304: CON [MID=2552, T=54CC5DF60A81528B], GET, /test -----> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.123 s - in org.eclipse.californium.core.test.lockstep.DeduplicationTest [INFO] Running org.eclipse.californium.core.test.lockstep.ObserveServerSideTest 0003: CON [MID=7001, T=18], GET, /obs, observe(0) -----> 0004: <----- ACK [MID=7001, T=18], 2.05, observe(0), ETags([0001]) 0004: Observe relation established 0004: <----- NON [MID=61613, T=18], 2.05, observe(1), ETags([0002]) 0005: <----- NON [MID=61614, T=18], 2.05, observe(2), ETags([0003]) 0005: <----- NON [MID=61615, T=18], 2.05, observe(3), ETags([0004])// Reject 1. notification (cancel observe) 0005: RST [MID=61613] -----> 0205: NON [MID=7001, T=19], GET, /obs, 2:0/0/16, observe(0) -----> 0206: <----- NON [MID=62835, T=19], 2.05, 2:0/1/16, observe(3), size2(30), ETags([0005]) 0207: NON [MID=7002, T=19], GET, /obs, 2:1/0/16, ETags([0005]) -----> 0207: <----- NON [MID=62836, T=19], 2.05, 2:1/0/16, ETags([0005]) 0207: Observe relation established 0207: <----- NON [MID=62837, T=19], 2.05, 2:0/1/16, observe(4), size2(29), ETags([0006]) 0208: NON [MID=7003, T=19], GET, /obs, 2:1/0/16, ETags([0006]) -----> 0208: <----- NON [MID=62838, T=19], 2.05, 2:1/0/16, ETags([0006]) 0208: <----- CON [MID=62839, T=19], 2.05, 2:0/1/16, observe(5), size2(30), ETags([0007]) 0208: ACK [MID=62839] -----> 0209: NON [MID=7004, T=19], GET, /obs, 2:1/0/16, ETags([0007]) -----> 0209: <----- NON [MID=62840, T=19], 2.05, 2:1/0/16, ETags([0007]) 0209: <----- NON [MID=62841, T=19], 2.05, 2:0/1/16, observe(6), size2(29), ETags([0008])// Reject notification (cancel observe) 0209: RST [MID=62841] -----> 0409: CON [MID=7001, T=1A], GET, /obs, observe(0) -----> 0409: <----- ACK [MID=7001, T=1A], 2.05, 2:0/1/32, observe(6), size2(80), ETags([0009]) 0410: Observe relation established 0410: CON [MID=7002, T=1B], GET, /obs, 2:1/0/32, ETags([0009]) -----> 0410: <----- ACK [MID=7002, T=1B], 2.05, 2:1/1/32, ETags([0009]) 0410: CON [MID=7003, T=1B], GET, /obs, 2:2/0/32, ETags([0009]) -----> 0410: <----- ACK [MID=7003, T=1B], 2.05, 2:2/0/32, ETags([0009]) 0410: === changed === 0411: <----- CON [MID=6562, T=1A], 2.05, 2:0/1/32, observe(7), size2(80), ETags([000A]) 0411: ACK [MID=6562] -----> 0411: CON [MID=7004, T=1C], GET, /obs, 2:1/0/32, ETags([000A]) -----> 0411: <----- ACK [MID=7004, T=1C], 2.05, 2:1/1/32, ETags([000A]) 0411: CON [MID=7005, T=1C], GET, /obs, 2:2/0/32, ETags([000A]) -----> 0411: <----- ACK [MID=7005, T=1C], 2.05, 2:2/0/32, ETags([000A]) 0411: === changed === 0411: <----- CON [MID=6563, T=1A], 2.05, 2:0/1/32, observe(8), size2(80), ETags([000B])// Reject notification (cancel observe) 0412: RST [MID=6563] -----> 0611: NON [MID=7001, T=1D], GET, /obs, observe(0) -----> 0612: <----- NON [MID=33859, T=1D], 2.05, observe(8), ETags([000C]) 0612: Observe relation established 0612: <----- NON [MID=33860, T=1D], 2.05, observe(9), ETags([000D]) 0612: <----- CON [MID=33861, T=1D], 2.05, observe(10), ETags([000E]) 0612: ACK [MID=33861] -----> 0713: <----- NON [MID=33862, T=1D], 2.05, observe(11), ETags([000F])// Reject notification (cancel observe) 0713: RST [MID=33862] -----> 06:49:10.102 WARN [BaseCoapStack]: error send response NON-2.05 MID=46206, Token=1E, OptionSet={"ETag":0x0012, "Observe":13}, "Second notification 8840722070" (o.e.c.c.n.s.BaseCoapStack.sendResponse:106) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 0838: CON [MID=7001, T=1E], GET, /obs, observe(0) -----> 0839: <----- ACK [MID=7001, T=1E], 2.05, observe(11), ETags([0010]) 0839: // Observe relation established 0839: <----- NON [MID=46205, T=1E], 2.05, observe(12), ETags([0011]) 0839: (should be dropped by error) NON [MID=46206, T=1E], 2.05, observe(13), ETags([0012]) 0839: (dropped) <--- NON [MID=46206, T=1E], 2.05, observe(13), ETags([0012]) 0940: <----- NON [MID=46207, T=1E], 2.05, observe(14), ETags([0013]) 0940: // Reject 1. notification (cancel observe) 0940: RST [MID=46205] -----> 1065: CON [MID=7001, T=1F], GET, /obs, observe(0) -----> 1066: <----- ACK [MID=7001, T=1F], 2.05, observe(14), ETags([0014]) 1066: Observe relation established 1066: <----- CON [MID=64697, T=1F], 2.05, observe(15), ETags([0015])// lost 1267: <----- CON [MID=64697, T=1F], 2.05, observe(15), ETags([0015])// Reject notification (cancel observe) 1267: RST [MID=64697] -----> 1467: CON [MID=7001, T=20], GET, /obs, observe(0) -----> 1467: <----- ACK [MID=7001, T=20], 2.05, observe(15), ETags([0016]) 1467: Observe relation established 1468: <----- CON [MID=46579, T=20], 2.05, observe(16), ETags([0017])// lost 1668: <----- CON [MID=46579, T=20], 2.05, observe(16), ETags([0017])// lost (1. retransmission) 1869: <----- CON [MID=46580, T=20], 2.05, observe(17), ETags([0018])// lost (2. retransmission) 2069: <----- CON [MID=46581, T=20], 2.05, observe(18), ETags([0019])// lost (3. retransmission) 2270: <----- CON [MID=46581, T=20], 2.05, observe(18), ETags([0019])// lost (4. retransmission) 2472: CON [MID=7001, T=21], GET, /obs, observe(0) -----> 2472: <----- ACK [MID=7001, T=21], 2.05, observe(18), ETags([001A]) 2472: Observe relation established 2472: <----- NON [MID=54447, T=21], 2.05, observe(19), ETags([001B]) 2473: <----- CON [MID=54448, T=21], 2.05, observe(20), ETags([001C]) 2674: <----- CON [MID=54449, T=21], 2.05, observe(21), ETags([001D]) 2874: <----- CON [MID=54450, T=21], 2.05, observe(22), ETags([001E]) 3075: <----- CON [MID=54450, T=21], 2.05, observe(22), ETags([001E]) 3275: <----- CON [MID=54451, T=21], 2.05, observe(23), ETags([001F]) 3275: ACK [MID=54451] -----> 3276: <----- CON [MID=54452, T=21], 2.05, observe(24), ETags([0020]) 3276: ACK [MID=54452] -----> 3276: <----- CON [MID=54453, T=21], 2.05, observe(26), ETags([0022]) 3276: ACK [MID=54453] -----> 3352: CON [MID=7001, T=22], GET, /obs, observe(0) -----> 3352: <----- ACK [MID=7001, T=22], 2.05, observe(26), ETags([0023]) 3353: Observe relation established 3353: <----- CON [MID=13144, T=22], 2.05, observe(27), ETags([0024]) 3453: stop server 3453: start server 3854: <----- CON [MID=13145, T=22], 2.05, observe(28), ETags([0025]) 3855: ACK [MID=13145] -----> 3930: NON [MID=7001, T=23], GET, /obs, observe(0) -----> 3930: <----- NON [MID=41026, T=23], 2.05, observe(28), ETags([0026]) 3930: Observe relation established 3931: <----- CON [MID=41027, T=23], 2.05, observe(29), ETags([0027]) 3931: ACK [MID=41027] -----> 3931: <----- CON [MID=41028, T=23], 2.05, observe(30), ETags([0028]) 3931: RST [MID=41028] -----> 4057: CON [MID=7001, T=24], GET, /obs, observe(0) -----> 4057: <----- ACK [MID=7001, T=24], 2.05, observe(30), ETags([0029]) 4057: Observe relation established 4057: <----- NON [MID=48009, T=24], 2.05, observe(31), ETags([002A]) 4057: <----- NON [MID=48010, T=24], 2.05, observe(32), ETags([002B]) 4058: <----- CON [MID=48011, T=24], 2.05, observe(33), ETags([002C]) 4058: ACK [MID=48011] -----> 4058: <----- NON [MID=48012, T=24], 2.05, observe(34), ETags([002D]) 4058: <----- CON [MID=48013, T=24], 2.05, observe(35), ETags([002E]) // lost 4258: <----- CON [MID=48013, T=24], 2.05, observe(35), ETags([002E]) // lost 4459: <----- CON [MID=48013, T=24], 2.05, observe(35), ETags([002E]) // lost 4659: <----- CON [MID=48013, T=24], 2.05, observe(35), ETags([002E]) // lost 4860: <----- CON [MID=48013, T=24], 2.05, observe(35), ETags([002E]) // lost 5062: CON [MID=7001, T=25], GET, /obs, observe(0) -----> 5062: <----- ACK [MID=7001, T=25], 2.05, observe(35), ETags([002F]) 5062: Observe relation established 5062: === changed === 5063: <----- CON [MID=8807, T=25], 2.05, 2:0/1/32, observe(36), size2(80), ETags([0030]) 5063: ACK [MID=8807] -----> 5063: CON [MID=7002, T=26], GET, /obs, 2:1/0/32, ETags([0030]) -----> 5063: <----- ACK [MID=7002, T=26], 2.05, 2:1/1/32, ETags([0030]) 06:49:14.551 WARN [BaseCoapStack]: error send response NON-2.05 MID=45219, Token=27, OptionSet={"ETag":0x0033, "Observe":38}, "Second notification 8221880428" (o.e.c.c.n.s.BaseCoapStack.sendResponse:106) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 5287: CON [MID=7001, T=27], GET, /obs, observe(0) -----> 5287: <----- ACK [MID=7001, T=27], 2.05, observe(36), ETags([0031]) 5287: // Observe relation established 5288: <----- NON [MID=45218, T=27], 2.05, observe(37), ETags([0032]) 5288: (should be dropped by error) NON [MID=45219, T=27], 2.05, observe(38), ETags([0033]) 5288: (dropped) <--- NON [MID=45219, T=27], 2.05, observe(38), ETags([0033]) 5388: // Reject 1. notification (cancel observe) 5388: RST [MID=45218] -----> 5514: CON [MID=7001, T=28], GET, /obs, observe(0) -----> 5514: <----- ACK [MID=7001, T=28], 2.05, observe(38), ETags([0034]) 5514: Observe relation established 5514: <----- NON [MID=11423, T=28], 2.05, observe(39), ETags([0035]) 5514: <----- CON [MID=11424, T=28], 2.05, observe(40), ETags([0036]) 5715: <----- CON [MID=11425, T=28], 2.05, observe(41), ETags([0037]) 5915: <----- CON [MID=11426, T=28], 2.05, observe(42), ETags([0038]) 6116: <----- CON [MID=11426, T=28], 2.05, observe(42), ETags([0038]) 6316: <----- CON [MID=11427, T=28], 2.05, observe(43), ETags([0039]) 6316: server cancels observe relation 6518: CON [MID=7001, T=29], GET, /obs, observe(0) -----> 6518: <----- ACK [MID=7001, T=29], 2.05, observe(43), ETags([003A]) 6519: Observe relation established 6519: CON [MID=7001, T=29], GET, /obs, observe(0) -----> 6519: <----- ACK [MID=7001, T=29], 2.05, observe(43), ETags([003A]) 6669: CON [MID=7001, T=2A], GET, /obs, observe(0) -----> 6669: <----- ACK [MID=7001] 6669: <----- NON [MID=20430, T=2A], 2.05, observe(43), ETags( 6669: Observe relation established[003B]) 6669: CON [MID=7001, T=2A], GET, /obs, observe(0) -----> 6670: <----- ACK [MID=7001] 6670: <----- NON [MID=20430, T=2A], 2.05, observe(43), ETags([003B]) 6670: CON [MID=7002, T=2A], GET, /obs, observe(1) -----> 6670: <----- ACK [MID=7002] 6670: <----- CON [MID=20431, T=2A], 2.05, ETags([003C]) 6670: ACK [MID=20431] -----> [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.892 s - in org.eclipse.californium.core.test.lockstep.ObserveServerSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest 0003: CON [MID=2345, T=0001], GET, /test/CON -----> 0003: <----- ACK [MID=2345] 0003: <----- CON [MID=26902, T=0001], 2.05 0004: CON [MID=2345, T=0001], GET, /test/CON -----> 0004: <----- ACK [MID=2345] 0004: <----- CON [MID=26902, T=0001], 2.05 1004: <----- CON [MID=26902, T=0001], 2.05 1005: ACK [MID=26902] -----> 1005: CON [MID=2346, T=0001], GET, /test/CON -----> 1005: <----- ACK [MID=2346] 1005: <----- CON [MID=26903, T=0001], 2.05 1005: ACK [MID=26903] -----> 1506: CON [MID=1234, T=0000], GET, /test -----> 1507: <----- ACK [MID=1234, T=0000], 2.05 1607: CON [MID=1234, T=0000], GET, /test -----> 1608: <----- ACK [MID=1234, T=0000], 2.05 1608: CON [MID=1235, T=0000], GET, /test -----> 1608: <----- ACK [MID=1235, T=0000], 2.05 2109: CON [MID=2345, T=0001], GET, /test/NON -----> 2109: <----- ACK [MID=2345] 2109: <----- NON [MID=47625, T=0001], 2.05 2109: CON [MID=2345, T=0001], GET, /test/NON -----> 2110: <----- ACK [MID=2345] 2110: <----- NON [MID=47625, T=0001], 2.05 2110: CON [MID=2346, T=0001], GET, /test/NON -----> 2110: <----- ACK [MID=2346] 2110: <----- NON [MID=47626, T=0001], 2.05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.608 s - in org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest [INFO] Running org.eclipse.californium.core.test.lockstep.ClusteringTest 0001: Sending Observe Request to client 1 ... 0002: Server send Observe response to client 1. 0002: CON [MID=44986, T=13843E8AE01C4E37], GET, /test, observe(0) -----> 0002: <----- ACK [MID=44986] 0002: <----- CON [MID=8001, T=13843E8AE01C4E37], 2.05, observe(101) 0002: ACK [MID=8001] -----> 0053: Relation established with client 1 1053: Server send Observe response to client 2. 1053: <----- CON [MID=8002, T=13843E8AE01C4E37], 2.05, observe(102) 1053: ACK [MID=8002] -----> 1054: Response received 1054: 1054: Server send Observe response to client 1. 1054: <----- CON [MID=8003, T=13843E8AE01C4E37], 2.05, observe(103) 1054: ACK [MID=8003] -----> 1054: Response received 1054: 1054: Cancel Observation. 1054: 1054: Server send Observe response to client 1. 1054: <----- CON [MID=8004, T=13843E8AE01C4E37], 2.05, observe(104) 1054: RST [MID=8004] -----> 1055: 1055: Server send Observe response to client 2. 1055: <----- CON [MID=8005, T=13843E8AE01C4E37], 2.05, observe(104) 1055: RST [MID=8005] -----> 0001: Sending Observe Request to client 1 ... 0001: Server send Observe response to client 1. 0001: CON [MID=18621, T=0BE4A8EC3313B414], GET, /test, observe(0) -----> 0002: <----- ACK [MID=18621, T=0BE4A8EC3313B414], 2.05, 2:0/1/16, observe(100) 0002: CON [MID=18622, T=B8A48C548E0F87AB], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=18622, T=B8A48C548E0F87AB], 2.05, 2:1/1/16 0003: CON [MID=18623, T=3C527C84A57D2560], GET, /test, 2:2/0/16 -----> 0003: <----- ACK [MID=18623, T=3C527C84A57D2560], 2.05, 2:2/0/16 0003: Relation established with client 1 0003: Server send Observe response to client 2. 0003: <----- CON [MID=8001, T=0BE4A8EC3313B414], 2.05, 2:0/1/16, observe(101) 0003: ACK [MID=8001] -----> 0004: CON [MID=32849, T=5452B8DDE9EA281C], GET, /test, 2:1/0/16 -----> 0004: <----- ACK [MID=32849, T=5452B8DDE9EA281C], 2.05, 2:1/1/16 0004: CON [MID=32850, T=7078560089EED9A8], GET, /test, 2:2/0/16 -----> 0004: <----- ACK [MID=32850, T=7078560089EED9A8], 2.05, 2:2/0/16 0004: Response received 0004: 0004: Server send Observe response to client 1. 0005: <----- CON [MID=8002, T=0BE4A8EC3313B414], 2.05, 2:0/1/16, observe(102) 0005: ACK [MID=8002] -----> 0005: CON [MID=18624, T=84E0D40C2C91845A], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=18624, T=84E0D40C2C91845A], 2.05, 2:1/1/16 0005: CON [MID=18625, T=5C26695FE41C0427], GET, /test, 2:2/0/16 -----> 0005: <----- ACK [MID=18625, T=5C26695FE41C0427], 2.05, 2:2/0/16 0001: Sending Observe Request to client 1 ... 0001: Server send Observe response to client 1. 0001: CON [MID=36805, T=2519D75792251AB5], GET, /test, observe(0) -----> 0002: <----- ACK [MID=36805] 0002: <----- CON [MID=8001, T=2519D75792251AB5], 2.05, observe(101) 0002: ACK [MID=8001] -----> 0002: Relation established with client 1 0002: Server send Observe response to client 2. 0002: <----- CON [MID=8002, T=2519D75792251AB5], 2.05, observe(102) 0002: ACK [MID=8002] -----> 0002: Response received 0002: 0002: Server send Observe response to client 1. 0002: <----- CON [MID=8003, T=2519D75792251AB5], 2.05, observe(103) 0002: ACK [MID=8003] -----> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.068 s - in org.eclipse.californium.core.test.lockstep.ClusteringTest [INFO] Running org.eclipse.californium.core.test.BlockwiseBertTransferTest 0006: CON [MID=-1, T=9081378FBA02430E], POST, /test, 1:0/1/1024(BERT), size1(2600) -----> 0006: <----- null [MID=-1, T=9081378FBA02430E], 2.31, 1:0/1/1024(BERT) 0006: CON [MID=-1, T=A0512CF208A8E67D], POST, /test, 1:2/0/1024(BERT) -----> 0007: <----- CON [MID=-1, T=A0512CF208A8E67D], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200) 0007: CON [MID=-1, T=F8452056637248FB], POST, /test, 2:2/0/1024(BERT) -----> 0007: <----- null [MID=-1, T=F8452056637248FB], 2.05, 2:2/1/1024(BERT) 0007: CON [MID=-1, T=249E448896769813], POST, /test, 2:4/0/1024(BERT) -----> 0007: <----- null [MID=-1, T=249E448896769813], 2.05, 2:4/0/1024(BERT) 0109: CON [MID=-1, T=EC489FC6BD7964E3], POST, /test, 1:0/1/1024(BERT), size1(2600) -----> 0109: <----- null [MID=-1, T=EC489FC6BD7964E3], 2.31, 1:0/1/1024(BERT) 0109: CON [MID=-1, T=9C1C22D6D22FD772], POST, /test, 1:2/0/1024(BERT) -----> 0109: <----- CON [MID=-1, T=9C1C22D6D22FD772], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200) 0110: CON [MID=-1, T=60ABE5C063B7ECCE], POST, /test, 2:2/0/1024(BERT) -----> 0110: <----- null [MID=-1, T=60ABE5C063B7ECCE], 2.05, 2:2/1/1024(BERT) 0110: CON [MID=-1, T=DCD8FB43EA95E4BC], POST, /test, 2:4/0/1024(BERT) -----> 0110: <----- null [MID=-1, T=DCD8FB43EA95E4BC], 2.05, 2:4/0/1024(BERT) 0212: CON [MID=-1, T=5888611994DAC55E], GET, /test -----> 0213: <----- CON [MID=-1, T=5888611994DAC55E], 2.05, 2:0/1/1024(BERT), size2(6000) 1315: CON [MID=-1, T=08343A421E8DC56C], GET, /test -----> 1315: <----- CON [MID=-1, T=08343A421E8DC56C], 2.05, 2:0/1/1024(BERT), size2(6000) 1315: CON [MID=-1, T=300056CBA938DF27], GET, /test, 2:2/0/1024(BERT) -----> 1315: <----- null [MID=-1, T=300056CBA938DF27], 2.05, 2:2/1/1024(BERT) 1316: CON [MID=-1, T=9CD086C32F9BD5BF], GET, /test, 2:4/0/1024(BERT) -----> 1316: <----- null [MID=-1, T=9CD086C32F9BD5BF], 2.05, 2:4/0/1024(BERT) 1417: CON [MID=-1, T=54EAA6775CEBCF87], GET, /test -----> 1417: <----- CON [MID=-1, T=54EAA6775CEBCF87], 2.05, 2:0/1/1024(BERT), size2(6000) 1417: CON [MID=-1, T=CC9500A3CA16DCE5], GET, /test, 2:2/0/1024(BERT) -----> 1418: <----- null [MID=-1, T=CC9500A3CA16DCE5], 2.05, 2:2/1/1024(BERT) 1418: CON [MID=-1, T=C060571CC88558A1], GET, /test, 2:4/0/1024(BERT) -----> 1418: <----- null [MID=-1, T=C060571CC88558A1], 2.05, 2:4/0/1024(BERT) 1520: CON [MID=-1, T=B007A8DAD0D4A1F3], GET, /test, 2:0/1/1024(BERT) -----> 1520: <----- CON [MID=-1, T=B007A8DAD0D4A1F3], 2.05, 2:0/1/1024(BERT), size2(6000) 1521: CON [MID=-1, T=0C669F095864AEFC], GET, /test, 2:2/0/1024(BERT) -----> 1521: <----- null [MID=-1, T=0C669F095864AEFC], 2.05, 2:2/1/1024(BERT) 1521: CON [MID=-1, T=5C929BEF772C3A5B], GET, /test, 2:4/0/1024(BERT) -----> 1521: <----- null [MID=-1, T=5C929BEF772C3A5B], 2.05, 2:4/0/1024(BERT) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 s - in org.eclipse.californium.core.test.BlockwiseBertTransferTest [INFO] Running org.eclipse.californium.core.test.ClientAsynchronousTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.californium.core.test.ClientAsynchronousTest [INFO] Running org.eclipse.californium.core.test.NoResponseServerClientTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.928 s - in org.eclipse.californium.core.test.NoResponseServerClientTest [INFO] Running org.eclipse.californium.core.test.RandomAccessBlockTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.californium.core.test.RandomAccessBlockTest [INFO] Running org.eclipse.californium.core.test.BlockwiseTransferTest 0005: CON [MID=18675, T=3C21E96285F78DB6], GET, /test, 2:0/1/64 -----> 0006: <----- ACK [MID=18675, T=3C21E96285F78DB6], 2.05, 2:0/1/32, size2(152) 0009: CON [MID=18676, T=C81C5C9EE8413785], GET, /test, 2:1/0/32 -----> 0009: <----- ACK [MID=18676, T=C81C5C9EE8413785], 2.05, 2:1/1/32 0009: CON [MID=18677, T=087FCDC2CFBB7C8B], GET, /test, 2:2/0/32 -----> 0009: <----- ACK [MID=18677, T=087FCDC2CFBB7C8B], 2.05, 2:2/1/32 0009: CON [MID=18678, T=9043215DE455AFA0], GET, /test, 2:3/0/32 -----> 0010: <----- ACK [MID=18678, T=9043215DE455AFA0], 2.05, 2:3/1/32 0010: CON [MID=18679, T=0020558288A91856], GET, /test, 2:4/0/32 -----> 0010: <----- ACK [MID=18679, T=0020558288A91856], 2.05, 2:4/0/32 0115: CON [MID=54410, T=20D8ABD8A3EFD3D8], POST, /test, 1:0/1/32, size1(150) -----> 0115: <----- ACK [MID=54410, T=20D8ABD8A3EFD3D8], 2.31, 1:0/1/32 0115: CON [MID=54411, T=F07ED3F6001AB8AF], POST, /test, 1:1/1/32 -----> 0116: <----- ACK [MID=54411, T=F07ED3F6001AB8AF], 2.31, 1:1/1/32 0116: CON [MID=54412, T=9076EFDA2EBEB474], POST, /test, 1:2/1/32 -----> 0116: <----- ACK [MID=54412, T=9076EFDA2EBEB474], 2.31, 1:2/1/32 0116: CON [MID=54413, T=AC20249A2B100E2F], POST, /test, 1:3/1/32 -----> 0116: <----- ACK [MID=54413, T=AC20249A2B100E2F], 2.31, 1:3/1/32 0116: CON [MID=54414, T=F48AA81363ED842F], POST, /test, 1:4/0/32 -----> 0117: <----- ACK [MID=54414, T=F48AA81363ED842F], 2.05, 1:4/0/32, 2:0/1/32, size2(151) 0117: CON [MID=54415, T=2C37E33B6647635F], POST, /test, 2:1/0/32 -----> 0117: <----- ACK [MID=54415, T=2C37E33B6647635F], 2.05, 2:1/1/32 0117: CON [MID=54416, T=FC9AF0758EF94DFF], POST, /test, 2:2/0/32 -----> 0118: <----- ACK [MID=54416, T=FC9AF0758EF94DFF], 2.05, 2:2/1/32 0118: CON [MID=54417, T=1C626838C2F1919E], POST, /test, 2:3/0/32 -----> 0118: <----- ACK [MID=54417, T=1C626838C2F1919E], 2.05, 2:3/1/32 0118: CON [MID=54418, T=D8879F41C29CF86C], POST, /test, 2:4/0/32 -----> 0118: <----- ACK [MID=54418, T=D8879F41C29CF86C], 2.05, 2:4/0/32 0219: CON [MID=54419, T=ACEA63699A1086CC], POST, /test, 1:0/1/32, size1(150) -----> 0219: <----- ACK [MID=54419, T=ACEA63699A1086CC], 2.31, 1:0/1/32 0220: CON [MID=54420, T=786C7ADC27A6514D], POST, /test, 1:1/1/32 -----> 0220: <----- ACK [MID=54420, T=786C7ADC27A6514D], 2.31, 1:1/1/32 0220: CON [MID=54421, T=8CF86ABCBC7CF449], POST, /test, 1:2/1/32 -----> 0220: <----- ACK [MID=54421, T=8CF86ABCBC7CF449], 2.31, 1:2/1/32 0220: CON [MID=54422, T=643C43E8BA9D7611], POST, /test, 1:3/1/32 -----> 0220: <----- ACK [MID=54422, T=643C43E8BA9D7611], 2.31, 1:3/1/32 0221: CON [MID=54423, T=14934EAE3A879F1F], POST, /test, 1:4/0/32 -----> 0221: <----- ACK [MID=54423, T=14934EAE3A879F1F], 2.05, 1:4/0/32, 2:0/1/32, size2(151) 0221: CON [MID=54424, T=A0FE60A55AAC7A07], POST, /test, 2:1/0/32 -----> 0221: <----- ACK [MID=54424, T=A0FE60A55AAC7A07], 2.05, 2:1/1/32 0222: CON [MID=54425, T=C4B506F592C3CD48], POST, /test, 2:2/0/32 -----> 0222: <----- ACK [MID=54425, T=C4B506F592C3CD48], 2.05, 2:2/1/32 0222: CON [MID=54426, T=C859815AC28FA60E], POST, /test, 2:3/0/32 -----> 0222: <----- ACK [MID=54426, T=C859815AC28FA60E], 2.05, 2:3/1/32 0222: CON [MID=54427, T=50460FDA48313E29], POST, /test, 2:4/0/32 -----> 0222: <----- ACK [MID=54427, T=50460FDA48313E29], 2.05, 2:4/0/32 2327: CON [MID=58482, T=206B67A3C11620E1], POST, /test -----> 2327: <----- ACK [MID=58482, T=206B67A3C11620E1], 2.05, 2:0/1/32, size2(151) 2328: CON [MID=58483, T=BC08CE966528A0F2], POST, /test, 2:1/0/32 -----> 2328: <----- ACK [MID=58483, T=BC08CE966528A0F2], 2.05, 2:1/1/32 2328: CON [MID=58484, T=5C9C8311CC34B923], POST, /test, 2:2/0/32 -----> 2328: <----- ACK [MID=58484, T=5C9C8311CC34B923], 2.05, 2:2/1/32 2329: CON [MID=58485, T=B09FC1E204331D34], POST, /test, 2:3/0/32 -----> 2329: <----- ACK [MID=58485, T=B09FC1E204331D34], 2.05, 2:3/1/32 2329: CON [MID=58486, T=E43DE65102F47816], POST, /test, 2:4/0/32 -----> 2329: <----- ACK [MID=58486, T=E43DE65102F47816], 2.05, 2:4/0/32 3433: CON [MID=61608, T=EC334561985969B6], GET, /test -----> 3434: <----- ACK [MID=61608, T=EC334561985969B6], 2.05, 2:0/1/32, size2(152) 4536: CON [MID=27944, T=8CBBA5C84E7ECE7F], GET, /test -----> 4536: <----- ACK [MID=27944, T=8CBBA5C84E7ECE7F], 2.05 6643: CON [MID=36620, T=588BD9A0E602F5F2], POST, /test -----> 6643: <----- ACK [MID=36620, T=588BD9A0E602F5F2], 2.05 6746: CON [MID=52649, T=18458FC2A8006190], GET, /test -----> 6746: <----- ACK [MID=52649, T=18458FC2A8006190], 2.05, 2:0/1/32, size2(152) 6746: CON [MID=52650, T=9876BBCA112192FD], GET, /test, 2:1/0/32 -----> 6746: <----- ACK [MID=52650, T=9876BBCA112192FD], 2.05, 2:1/1/32 6746: CON [MID=52651, T=C0433A074AE15220], GET, /test, 2:2/0/32 -----> 6747: <----- ACK [MID=52651, T=C0433A074AE15220], 2.05, 2:2/1/32 6747: CON [MID=52652, T=80A3695B9EA4BD37], GET, /test, 2:3/0/32 -----> 6747: <----- ACK [MID=52652, T=80A3695B9EA4BD37], 2.05, 2:3/1/32 6747: CON [MID=52653, T=98F6E9B70A34D1E9], GET, /test, 2:4/0/32 -----> 6747: <----- ACK [MID=52653, T=98F6E9B70A34D1E9], 2.05, 2:4/0/32 6848: CON [MID=52654, T=E46F956DCE1F9B5C], GET, /test -----> 6848: <----- ACK [MID=52654, T=E46F956DCE1F9B5C], 2.05, 2:0/1/32, size2(152) 6849: CON [MID=52655, T=209AB0A4E774C464], GET, /test, 2:1/0/32 -----> 6849: <----- ACK [MID=52655, T=209AB0A4E774C464], 2.05, 2:1/1/32 6849: CON [MID=52656, T=28A1AABF168F0B29], GET, /test, 2:2/0/32 -----> 6849: <----- ACK [MID=52656, T=28A1AABF168F0B29], 2.05, 2:2/1/32 6850: CON [MID=52657, T=E04E36F7E85DF8C1], GET, /test, 2:3/0/32 -----> 6850: <----- ACK [MID=52657, T=E04E36F7E85DF8C1], 2.05, 2:3/1/32 6850: CON [MID=52658, T=7C392B0FE30145A9], GET, /test, 2:4/0/32 -----> 6850: <----- ACK [MID=52658, T=7C392B0FE30145A9], 2.05, 2:4/0/32 6953: CON [MID=13131, T=CC3C8C167587E5B9], POST, /test, 1:0/1/32, size1(150) -----> 6953: <----- ACK [MID=13131, T=CC3C8C167587E5B9], 2.31, 1:0/1/32 6953: CON [MID=13132, T=74BFEC6EB426C7D4], POST, /test, 1:1/1/32 -----> 6953: <----- ACK [MID=13132, T=74BFEC6EB426C7D4], 2.31, 1:1/1/32 6953: CON [MID=13133, T=0096A5BCD12E8FA5], POST, /test, 1:2/1/32 -----> 6953: <----- ACK [MID=13133, T=0096A5BCD12E8FA5], 2.31, 1:2/1/32 6954: CON [MID=13134, T=FCB17A7C27BD2EC7], POST, /test, 1:3/1/32 -----> 6954: <----- ACK [MID=13134, T=FCB17A7C27BD2EC7], 2.31, 1:3/1/32 6954: CON [MID=13135, T=78FE557B5CF5331E], POST, /test, 1:4/0/32 -----> 6954: <----- ACK [MID=13135, T=78FE557B5CF5331E], 2.05, 1:4/0/32 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.053 s - in org.eclipse.californium.core.test.BlockwiseTransferTest [INFO] Running org.eclipse.californium.core.test.MemoryLeakingHashMapTest 0002: NON [MID=60783, T=486BA63D6FB67F43], POST, /test, 1:0/1/16, size1(20) -----> 0003: <----- NON [MID=37418, T=486BA63D6FB67F43], 2.31, 1:0/1/16 0003: NON [MID=60784, T=1C437A3E08AD1FCC], POST, /test, 1:1/0/16 -----> 0003: <----- NON [MID=37419, T=1C437A3E08AD1FCC], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 0004: NON [MID=60785, T=7C0EE0F69BE6ACF4], POST, /test, 2:1/0/16 -----> 0004: <----- NON [MID=37420, T=7C0EE0F69BE6ACF4], 2.01, 2:1/1/16 0004: NON [MID=60786, T=90F1A5F6855C4198], POST, /test, 2:2/0/16 -----> 0004: <----- NON [MID=37421, T=90F1A5F6855C4198], 2.01, 2:2/0/16 0134: CON [MID=60787, T=6F7CECC00863A5F8], GET, /test, observe(0) -----> 0135: <----- ACK [MID=60787, T=6F7CECC00863A5F8], 2.05, observe(0) 0334: <----- CON [MID=37422, T=6F7CECC00863A5F8], 2.05, observe(1) 0334: ACK [MID=37422] -----> 0534: <----- CON [MID=37423, T=6F7CECC00863A5F8], 2.05, observe(2) 0535: ACK [MID=37423] -----> 0664: CON [MID=60788, T=E0730C7D134EC180], POST, /test, 1:0/1/16, size1(20) -----> 0664: <----- ACK [MID=60788, T=E0730C7D134EC180], 2.31, 1:0/1/16 0665: CON [MID=60789, T=C06DDF0E810DCC26], POST, /test, 1:1/0/16 -----> 0665: <----- ACK [MID=60789, T=C06DDF0E810DCC26], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 0665: CON [MID=60790, T=C4551BF59CC55CEF], POST, /test, 2:1/0/16 -----> 0665: <----- ACK [MID=60790, T=C4551BF59CC55CEF], 2.01, 2:1/1/16 0665: CON [MID=60791, T=80FB8CA71FBA2123], POST, /test, 2:2/0/16 -----> 0666: <----- ACK [MID=60791, T=80FB8CA71FBA2123], 2.01, 2:2/0/16 0795: CON [MID=60792, T=DCC628ADE22B0A7C], GET, /test -----> 0795: <----- ACK [MID=60792] 0795: <----- CON [MID=37424, T=DCC628ADE22B0A7C], 2.05 0795: ACK [MID=37424] -----> 0925: NON [MID=60793, T=B08CDEB2E00FDCEA], GET, /test -----> 0925: <----- NON [MID=37425, T=B08CDEB2E00FDCEA], 2.05 1054: CON [MID=60794, T=458F444EDF310FB0], GET, /test, observe(0) -----> 1055: <----- ACK [MID=60794, T=458F444EDF310FB0], 2.05, 2:0/1/16, observe(2), size2(40) 1055: CON [MID=60795, T=3CDCBE09398634CF], GET, /test, 2:1/0/16 -----> 1055: <----- ACK [MID=60795, T=3CDCBE09398634CF], 2.05, 2:1/1/16 1055: CON [MID=60796, T=FC9231EADF700598], GET, /test, 2:2/0/16 -----> 1056: <----- ACK [MID=60796, T=FC9231EADF700598], 2.05, 2:2/0/16 1657: <----- CON [MID=37426, T=6F7CECC00863A5F8], 2.05, 2:0/1/16, observe(3), size2(40) 1657: RST [MID=37426] -----> 1657: <----- CON [MID=37427, T=458F444EDF310FB0], 2.05, 2:0/1/16, observe(3), size2(40) 1657: ACK [MID=37427] -----> 1657: CON [MID=60797, T=8421F0D012C01143], GET, /test, 2:1/0/16 -----> 1658: <----- ACK [MID=60797, T=8421F0D012C01143], 2.05, 2:1/1/16 1658: CON [MID=60798, T=14FE1D5F039EFB68], GET, /test, 2:2/0/16 -----> 1658: <----- ACK [MID=60798, T=14FE1D5F039EFB68], 2.05, 2:2/0/16 2255: <----- CON [MID=37428, T=458F444EDF310FB0], 2.05, 2:0/1/16, observe(4), size2(40) 2255: ACK [MID=37428] -----> 2255: CON [MID=60799, T=9CF7DD9620FB1AB5], GET, /test, 2:1/0/16 -----> 2256: <----- ACK [MID=60799, T=9CF7DD9620FB1AB5], 2.05, 2:1/1/16 2256: CON [MID=60800, T=20A5372E3C5C9AF3], GET, /test, 2:2/0/16 -----> 2256: <----- ACK [MID=60800, T=20A5372E3C5C9AF3], 2.05, 2:2/0/16 2256: CON [MID=60801, T=458F444EDF310FB0], GET, /test, observe(1) -----> 2257: <----- ACK [MID=60801, T=458F444EDF310FB0], 2.05, 2:0/1/16, size2(40) 2257: CON [MID=60802, T=887F0258C01271A4], GET, /test, 2:1/0/16 -----> 2257: <----- ACK [MID=60802, T=887F0258C01271A4], 2.05, 2:1/1/16 2257: CON [MID=60803, T=E462B760C1C77712], GET, /test, 2:2/0/16 -----> 2257: <----- ACK [MID=60803, T=E462B760C1C77712], 2.05, 2:2/0/16 2386: CON [MID=60804, T=27220966F2C03F54], GET, /test, observe(0) -----> 2387: <----- ACK [MID=60804, T=27220966F2C03F54], 2.05, observe(4) 2586: <----- CON [MID=37429, T=27220966F2C03F54], 2.05, observe(5) 2587: ACK [MID=37429] -----> 2787: <----- CON [MID=37430, T=27220966F2C03F54], 2.05, observe(6) 2787: ACK [MID=37430] -----> 2787: CON [MID=60805, T=27220966F2C03F54], GET, /test, observe(1) -----> 2787: <----- ACK [MID=60805, T=27220966F2C03F54], 2.05 2916: CON [MID=60806, T=C0B8B88070D988C5], GET, /test -----> 2917: <----- ACK [MID=60806, T=C0B8B88070D988C5], 2.05 3046: CON [MID=60807, T=4C342AB2B55CF0C9], POST, /test, 1:0/1/16, size1(20) -----> 3046: <----- ACK [MID=60807, T=4C342AB2B55CF0C9], 2.31, 1:0/1/16 3046: CON [MID=60808, T=28DE2C64B5DBBFC0], POST, /test, 1:1/0/16 -----> 3047: <----- ACK [MID=60808] 3047: <----- CON [MID=37431, T=28DE2C64B5DBBFC0], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 3047: ACK [MID=37431] -----> 3047: CON [MID=60809, T=70B96A3D53E23805], POST, /test, 2:1/0/16 -----> 3047: <----- ACK [MID=60809, T=70B96A3D53E23805], 2.01, 2:1/1/16 3047: CON [MID=60810, T=105392B0C6D8C766], POST, /test, 2:2/0/16 -----> 3047: <----- ACK [MID=60810, T=105392B0C6D8C766], 2.01, 2:2/0/16 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.176 s - in org.eclipse.californium.core.test.MemoryLeakingHashMapTest [INFO] Running org.eclipse.californium.core.test.NotificationReregistrationBackoffTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.507 s - in org.eclipse.californium.core.test.NotificationReregistrationBackoffTest [INFO] Running org.eclipse.californium.core.test.ObserveProActiveCancelTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 s - in org.eclipse.californium.core.test.ObserveProActiveCancelTest [INFO] Running org.eclipse.californium.core.test.RequestPayloadTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.californium.core.test.RequestPayloadTest [INFO] Running org.eclipse.californium.core.test.MessageTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.core.test.MessageTypeTest [INFO] Running org.eclipse.californium.core.test.ClientSynchronousTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in org.eclipse.californium.core.test.ClientSynchronousTest [INFO] Running org.eclipse.californium.core.test.StartStopTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.315 s - in org.eclipse.californium.core.test.StartStopTest [INFO] Running org.eclipse.californium.core.test.SmallServerClientTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 s - in org.eclipse.californium.core.test.SmallServerClientTest [INFO] Running org.eclipse.californium.core.test.ObserveTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.265 s - in org.eclipse.californium.core.test.ObserveTest [INFO] Running org.eclipse.californium.core.test.ResourceTreeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.core.test.ResourceTreeTest [INFO] Running org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest [INFO] Running org.eclipse.californium.core.server.ServerSerializationTest 06:49:52.902 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:718) 06:49:52.902 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) 06:49:52.902 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 06:49:52.902 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 06:49:52.903 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 06:49:52.906 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:718) 06:49:52.907 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) 06:49:52.907 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 06:49:52.907 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 06:49:52.907 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 06:49:52.908 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718) 06:49:52.908 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) 06:49:52.908 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 06:49:52.908 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 06:49:52.908 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 06:49:52.912 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:478) 06:49:52.912 WARN [CoapServer]: loading failed, out of sync! (o.e.c.core.CoapServer.readConnectorIdentifier:670) 06:49:52.914 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718) 06:49:52.914 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) 06:49:52.915 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 06:49:52.915 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 06:49:52.915 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 06:49:52.917 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718) 06:49:52.917 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) 06:49:52.917 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295) 06:49:52.917 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297) 06:49:52.918 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306) 06:49:52.918 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.038 s - in org.eclipse.californium.core.server.ServerSerializationTest [INFO] Running org.eclipse.californium.core.server.ServerPersistenceComponentsTest 06:49:52.920 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) 06:49:52.920 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:49:52.920 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:49:52.921 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:49:52.924 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) 06:49:52.924 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:49:52.924 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:49:52.924 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:49:52.925 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) 06:49:52.925 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:49:52.925 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:49:52.926 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:49:52.927 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:478) 06:49:52.930 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) 06:49:52.930 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:49:52.930 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:49:52.930 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:49:52.933 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) 06:49:52.933 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279) 06:49:52.933 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282) 06:49:52.933 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286) 06:49:52.934 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.014 s - in org.eclipse.californium.core.server.ServerPersistenceComponentsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 198, 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-nightly/californium-core/target/californium-core-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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.ObserveClientSideTest 0042: CON [MID=45056, T=37AB5A1CD2F6C95C], GET, /test, observe(0) -----> 0049: <----- ACK [MID=45056, T=37AB5A1CD2F6C95C], 2.05, 2:0/1/16, observe(0), size2(40) 0052: CON [MID=45057, T=3C661A40C144F3E6], GET, /test, 2:1/0/16 -----> 0053: <----- ACK [MID=45057, T=3C661A40C144F3E6], 2.05, 2:1/1/16 0053: CON [MID=45058, T=1CD00B0FD3AB46F5], GET, /test, 2:2/0/16 -----> 0053: <----- ACK [MID=45058, T=1CD00B0FD3AB46F5], 2.05, 2:2/0/16 0057: <----- CON [MID=8001, T=37AB5A1CD2F6C95C], 2.05, 2:0/1/16, observe(2), size2(42) 0057: ACK [MID=8001] -----> 0058: CON [MID=33646, T=48298A814979E5D9], GET, /test, 2:1/0/16 -----> 0058: <----- ACK [MID=33646, T=48298A814979E5D9], 2.05, 2:1/1/16 0058: CON [MID=33647, T=389C06D01C6AB452], GET, /test, 2:2/0/16 -----> 0059: <----- ACK [MID=33647, T=389C06D01C6AB452], 2.05, 2:2/0/16 0008: CON [MID=13241, T=8917DC169DF7B554], GET, /test, observe(0) -----> 0009: <----- ACK [MID=13241] 0060: <----- CON [MID=8001, T=8917DC169DF7B554], 2.05, observe(101) 0060: ACK [MID=8001] -----> // lost 0060: <----- CON [MID=8001, T=8917DC169DF7B554], 2.05, observe(101) 0061: ACK [MID=8001] -----> 0061: Relation established 0061: <----- CON [MID=8002, T=8917DC169DF7B554], 2.05, observe(102) 0062: ACK [MID=8002] -----> // lost 0062: <----- CON [MID=8002, T=8917DC169DF7B554], 2.05, observe(102) 0062: ACK [MID=8002] -----> 0002: CON [MID=25049, T=C33DFF803DB5AF6D], GET, /test, observe(0) -----> 0002: <----- ACK [MID=25049] 0053: <----- CON [MID=8001, T=C33DFF803DB5AF6D], 2.05, observe(101) 0053: ACK [MID=8001] -----> 0063: ERROR: Server sent CON-GET MID= 8001, Token=0101, OptionSet={}, 0064: ACK [MID=8001] -----> 0001: CON [MID=46434, T=B3562A2795582ABB], GET, /test, observe(0) -----> 0002: <----- ACK [MID=46434, T=B3562A2795582ABB], 2.05, 2:0/1/16, observe(0), size2(40) 0003: CON [MID=46435, T=28EC96183DE94FE9], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=46435, T=28EC96183DE94FE9], 2.05, 2:1/1/16 0003: CON [MID=46436, T=E0D38BFA350D5FF0], GET, /test, 2:2/0/16 -----> 0004: <----- ACK [MID=46436, T=E0D38BFA350D5FF0], 2.05, 2:2/0/16 0004: <----- CON [MID=8001, T=B3562A2795582ABB], 2.05, 2:0/1/16, observe(2), size2(42) 0004: ACK [MID=8001] -----> 0004: CON [MID=46437, T=583F1ADA8AA76CE4], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=46437, T=583F1ADA8AA76CE4], 2.05, 2:1/1/16 0005: CON [MID=46438, T=90ADBE5D049DE0BC], GET, /test, 2:2/0/16 -----> 0002: CON [MID=37961, T=61FF3096B18227C3], GET, /test, observe(0) -----> 0002: <----- ACK [MID=37961, T=61FF3096B18227C3], 2.05, 2:0/1/16, observe(1) 0003: CON [MID=37962, T=50146E23C7D82E72], GET, /test, 2:1/0/16 -----> 0003: <----- CON [MID=8001, T=61FF3096B18227C3], 2.05, observe(2) 0003: ACK [MID=8001] -----> 0004: <----- ACK [MID=37962, T=50146E23C7D82E72], 2.05, 2:1/1/16 1004: <----- CON [MID=8002, T=61FF3096B18227C3], 2.05, observe(3) 1005: ACK [MID=8002] -----> 1005: <----- CON [MID=8003, T=61FF3096B18227C3], 2.05, 2:0/1/16, observe(4) 1005: ACK [MID=8003] -----> 1006: CON [MID=37963, T=043A521C6F4F5F3A], GET, /test, 2:1/0/16 -----> 1006: <----- ACK [MID=37963, T=043A521C6F4F5F3A], 2.05, 2:1/0/16 0001: CON [MID=33839, T=2D086CA94F10419C], GET, /test, observe(0) -----> 0002: <----- ACK [MID=33839, T=2D086CA94F10419C], 2.05, 2:0/1/16, observe(1) 0002: CON [MID=33840, T=4895B26904BD0DCF], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=33840, T=4895B26904BD0DCF], 2.05, 2:1/0/16 0003: <----- CON [MID=8001, T=2D086CA94F10419C], 2.05, 2:0/1/16, observe(2) 0003: ACK [MID=8001] -----> 0003: CON [MID=33841, T=D0293BE2B6B4A34D], GET, /test, 2:1/0/16 -----> 0004: CON [MID=33842, T=18FD7FB15930ECF5], GET, /test -----> 0004: <----- ACK [MID=33842, T=18FD7FB15930ECF5], 2.05, 2:0/1/16 0005: CON [MID=33843, T=7CA25562A916FC39], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=33843, T=7CA25562A916FC39], 2.05, 2:1/1/16 0005: CON [MID=33844, T=9083B30312CFDA59], GET, /test, 2:2/0/16 -----> 0006: <----- ACK [MID=33844, T=9083B30312CFDA59], 2.05, 2:2/0/16 0001: CON [MID=18408, T=9BC82529C7578922], GET, /test, observe(0) -----> 0002: <----- ACK [MID=18408, T=9BC82529C7578922], 2.05, observe(1) 0002: <----- CON [MID=8001, T=9BC82529C7578922], 2.05, 2:0/1/16, observe(3) 0002: ACK [MID=8001] -----> 0003: CON [MID=18409, T=44D88BD22514AEDD], GET, /test, 2:1/0/16 -----> 0003: <----- CON [MID=8002, T=9BC82529C7578922], 2.05, observe(2) 0003: ACK [MID=8002] -----> 0003: <----- ACK [MID=18409, T=44D88BD22514AEDD], 2.05, 2:1/0/16 0004: <----- CON [MID=8003, T=9BC82529C7578922], 2.05, 2:0/1/16, observe(4) 0004: ACK [MID=8003] -----> 0004: CON [MID=18410, T=B48F399D0B871495], GET, /test, 2:1/0/16 -----> 0004: <----- ACK [MID=18410, T=B48F399D0B871495], 2.05, 2:1/0/16 0002: CON [MID=29885, T=8167E72CA6BD695B], GET, /test, observe(0) -----> 0003: <----- ACK [MID=29885, T=8167E72CA6BD695B], 2.05, 2:0/1/16, observe(1) 0003: CON [MID=29886, T=24DCAFFA097CA267], GET, /test, 2:1/0/16 -----> 0004: <----- CON [MID=8001, T=8167E72CA6BD695B], 2.05, 2:0/1/16, observe(2) 0004: <----- ACK [MID=29886, T=24DCAFFA097CA267], 2.05, 2:1/0/16 0004: ACK [MID=8001] -----> 0004: CON [MID=29887, T=341A7D21AD17BEDD], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=29887, T=341A7D21AD17BEDD], 2.05, 2:1/0/16 0005: <----- CON [MID=8002, T=8167E72CA6BD695B], 2.05, 2:0/1/16, observe(2) 0005: ACK [MID=8002] -----> 0005: CON [MID=29888, T=3848F20AED1D2D2E], GET, /test, 2:1/0/16 -----> 0006: <----- ACK [MID=29888, T=3848F20AED1D2D2E], 2.05, 2:1/0/16 0001: CON [MID=10950, T=7B5115D6ACDBF676], GET, /test, observe(0) -----> 0002: <----- ACK [MID=10950, T=7B5115D6ACDBF676], 2.05, 2:0/1/16, observe(0), size2(40) 0002: CON [MID=10951, T=D44B8A4DD369BCD1], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=10951, T=D44B8A4DD369BCD1], 2.05, 2:1/1/16 0003: CON [MID=10952, T=D402B100524DC80E], GET, /test, 2:2/0/16 -----> 0003: <----- ACK [MID=10952, T=D402B100524DC80E], 2.05, 2:2/0/16 0004: <----- CON [MID=8001, T=7B5115D6ACDBF676], 2.05, 2:0/1/16, observe(2), size2(42) 0004: ACK [MID=8001] -----> 0004: CON [MID=36296, T=00775429EDE7A2E1], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=36296, T=00775429EDE7A2E1], 2.05, 2:1/1/16 0005: CON [MID=36297, T=B8D48C62D36C60FB], GET, /test, 2:2/0/16 -----> 0005: <----- ACK [MID=36297] 0002: CON [MID=35530, T=2D672B383868C4D9], GET, /test, observe(0) -----> 0002: <----- ACK [MID=35530, T=2D672B383868C4D9], 2.05, 2:0/1/16, observe(2) 0002: CON [MID=35531, T=1CC9A88573D2108C], GET, /test, 2:1/0/16 -----> 0003: <----- CON [MID=8001, T=2D672B383868C4D9], 2.05, observe(0) 0003: ACK [MID=8001] -----> 1004: <----- ACK [MID=35531, T=1CC9A88573D2108C], 2.05, 2:1/0/16 1004: <----- CON [MID=8002, T=2D672B383868C4D9], 2.05, observe(3) 1004: ACK [MID=8002] -----> 1005: <----- CON [MID=8003, T=2D672B383868C4D9], 2.05, 2:0/1/16, observe(4) 1005: ACK [MID=8003] -----> 1005: CON [MID=35532, T=202B511289F71493], GET, /test, 2:1/0/16 -----> 1006: <----- ACK [MID=35532, T=202B511289F71493], 2.05, 2:1/0/16 0001: CON [MID=62729, T=351C05708C61B2C6], GET, /test, observe(0) -----> 0002: <----- ACK [MID=62729, T=351C05708C61B2C6], 2.05, 2:0/1/16, observe(1) 0002: CON [MID=62730, T=F87B949EF4876AA5], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=62730, T=F87B949EF4876AA5], 2.05, 2:1/0/16 0003: <----- CON [MID=8001, T=351C05708C61B2C6], 2.05, 2:0/1/16, observe(2) 0003: ACK [MID=8001] -----> 0003: CON [MID=62731, T=5C46053D862BA729], GET, /test, 2:1/0/16 -----> 0204: CON [MID=62731, T=5C46053D862BA729], GET, /test, 2:1/0/16 -----> 0404: CON [MID=62731, T=5C46053D862BA729], GET, /test, 2:1/0/16 -----> 0606: <----- CON [MID=8002, T=351C05708C61B2C6], 2.05, 2:0/1/16, observe(3) 0606: ACK [MID=8002] -----> 0606: CON [MID=62732, T=5046ACF26AC09D9C], GET, /test, 2:1/0/16 -----> 0607: <----- ACK [MID=62732, T=5046ACF26AC09D9C], 2.05, 2:1/0/16 0001: CON [MID=36323, T=4F4D4C85257E884F], GET, /test, observe(0) -----> 0002: <----- ACK [MID=36323, T=4F4D4C85257E884F], 2.05, observe(1) 0002: <----- CON [MID=8001, T=4F4D4C85257E884F], 2.05, 2:0/1/16, observe(3) 0002: ACK [MID=8001] -----> 0002: CON [MID=36324, T=4054E5DF871B110B], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=36324, T=4054E5DF871B110B], 2.05, 2:1/1/16 0003: CON [MID=36325, T=1CCC5D57CB2A70AD], GET, /test, 2:2/0/16 (should be dropped by error) 0004: CON [MID=36325, T=1CCC5D57CB2A70AD], GET, /test, 2:2/0/16 -----> (dropped) 06:50:04.407 WARN [BaseCoapStack]: error send request CON-GET MID=19540, Token=B98FE51B5F829CD7, 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=19540, T=B98FE51B5F829CD7], GET, /test, observe(0) (should be dropped by error) 0002: CON [MID=19540, T=B98FE51B5F829CD7], GET, /test, observe(0) -----> (dropped) 0002: CON [MID=40444, T=DBB81B6CB77F680D], GET, /test, observe(0) -----> 0002: <----- ACK [MID=40444, T=DBB81B6CB77F680D], 2.05, observe(1) 0003: <----- CON [MID=8001, T=DBB81B6CB77F680D], 2.05, observe(3) 0003: ACK [MID=8001] -----> 0003: CON [MID=40445, T=DBB81B6CB77F680D], GET, /test, observe(1) -----> 0004: <----- CON [MID=8002, T=DBB81B6CB77F680D], 2.05, observe(4) 0004: <----- NON [MID=8003, T=DBB81B6CB77F680D], 2.05, observe(5) 0203: CON [MID=40445, T=DBB81B6CB77F680D], GET, /test, observe(1) -----> 0404: CON [MID=40445, T=DBB81B6CB77F680D], GET, /test, observe(1) -----> 0504: <----- ACK [MID=40445, T=DBB81B6CB77F680D], 2.05 0001: CON [MID=17030, T=41DE2B0E706CC610], GET, /test, observe(0) -----> 0002: <----- ACK [MID=17030, T=41DE2B0E706CC610], 2.05, 2:0/1/16, observe(1) 0002: CON [MID=17031, T=508DCB8D7D30022F], GET, /test, 2:1/0/16 -----> 0002: <----- ACK [MID=17031, T=508DCB8D7D30022F], 2.05, 2:1/0/16 0003: CON [MID=17032, T=F8D971294CE1981B], GET, /test -----> 0003: <----- ACK [MID=17032, T=F8D971294CE1981B], 2.05, 2:0/1/16 0003: CON [MID=17033, T=AC9BE60549FF99B0], GET, /test, 2:1/0/16 -----> 0004: <----- CON [MID=8001, T=41DE2B0E706CC610], 2.05, 2:0/1/16, observe(2) 0004: ACK [MID=8001] -----> 0004: CON [MID=17034, T=B4AFAE3F7550FECD], GET, /test, 2:1/0/16 -----> 0004: <----- ACK [MID=17033, T=AC9BE60549FF99B0], 2.05, 2:1/0/16 0004: <----- ACK [MID=17034, T=B4AFAE3F7550FECD], 2.05, 2:1/0/16 0002: CON [MID=16212, T=E062FC445C4414AD], GET, /test -----> 0002: <----- ACK [MID=16212, T=E062FC445C4414AD], 2.05, observe(3) 0003: CON [MID=16213, T=A0637C68E262D4C5], GET, /test -----> 0003: <----- CON [MID=8000, T=A0637C68E262D4C5], 2.05, observe(4) 0003: ACK [MID=8000] -----> 0003: CON [MID=16214, T=A09B326EAF0D23F4], GET, /test -----> 0004: <----- NON [MID=16214, T=A09B326EAF0D23F4], 2.05, observe(5) 0001: CON [MID=2553, T=E59F7FAA9EFDA239], GET, /test, observe(0) -----> 0002: <----- ACK [MID=2553, T=E59F7FAA9EFDA239], 2.05, 2:0/1/16, observe(0), size2(40) 0002: CON [MID=2554, T=B8CB41FD775C3174], GET, /test, 2:1/0/16 -----> 0002: <----- ACK [MID=2554, T=B8CB41FD775C3174], 2.05, 2:1/1/16 0002: CON [MID=2555, T=F0D990860698166A], GET, /test, 2:2/0/16 -----> 0003: <----- ACK [MID=2555, T=F0D990860698166A], 2.05, 2:2/0/16 0003: observe relation has been established, server now sends a notification 0003: <----- CON [MID=8001, T=E59F7FAA9EFDA239], 2.05, 2:0/1/16, observe(1), size2(45) 0003: ACK [MID=8001] -----> 0003: CON [MID=2556, T=14405C0F77C4F749], GET, /test, 2:1/0/16 -----> 0004: <----- ACK [MID=2556, T=14405C0F77C4F749], 2.05, 2:1/1/16 0004: CON [MID=2557, T=84164A981021D739], GET, /test, 2:2/0/16 -----> 0004: <----- ACK [MID=2557, T=84164A981021D739], 2.05, 2:2/0/16 0004: client has successfully retrieved content for notification using blockwise transfer 0004: server now sends notifications interfering with ongoing blockwise transfer 0005: <----- CON [MID=8002, T=E59F7FAA9EFDA239], 2.05, 2:0/1/16, observe(2), size2(42) 0005: ACK [MID=8002] -----> 0005: CON [MID=2558, T=107B61DA890FC2B0], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=2558, T=107B61DA890FC2B0], 2.05, 2:1/1/16 0005: CON [MID=2559, T=24821E2A17830529], GET, /test, 2:2/0/16 -----> 0006: //////// Overriding notification //////// 0006: <----- CON [MID=8003, T=E59F7FAA9EFDA239], 2.05, 2:0/1/16, observe(3), size2(40) 0006: ACK [MID=8003] -----> 0006: CON [MID=2560, T=1CE1A32B400EFBDF], GET, /test, 2:1/0/16 -----> 0006: <----- ACK [MID=2559, T=24821E2A17830529], 2.05, 2:2/0/16 0006: <----- ACK [MID=2560, T=1CE1A32B400EFBDF], 2.05, 2:1/1/16 0007: CON [MID=2561, T=30A4114C5B0B7D35], GET, /test, 2:2/0/16 -----> 0007: <----- ACK [MID=2561, T=30A4114C5B0B7D35], 2.05, 2:2/0/16 0007: client has detected newly arriving notification while doing blockwise transfer of previous notification 0007: server now sends notifications interfering with ongoing blockwise transfer using conflicting block numbers 0007: <----- CON [MID=8004, T=E59F7FAA9EFDA239], 2.05, 2:0/1/16, observe(4), size2(38) 0008: ACK [MID=8004] -----> 0008: CON [MID=2562, T=7C79D5BD75056FD8], GET, /test, 2:1/0/16 -----> 0008: //////// Overriding notification (4) //////// 0008: <----- CON [MID=8005, T=E59F7FAA9EFDA239], 2.05, 2:0/1/16, observe(5), size2(40) 0008: ACK [MID=8005] -----> 0008: CON [MID=2563, T=F48EB7F3A8238450], GET, /test, 2:1/0/16 -----> 0009: //////// Conflicting notification block //////// 0009: <----- ACK [MID=2562, T=7C79D5BD75056FD8], 2.05, 2:1/1/16 0009: <----- ACK [MID=2563, T=F48EB7F3A8238450], 2.05, 2:1/1/16 0009: CON [MID=2564, T=589A94B3813DBD60], GET, /test, 2:2/0/16 -----> 0009: <----- ACK [MID=2564, T=589A94B3813DBD60], 2.05, 2:2/0/16 0010: //////// Notification after cancellation //////// 0010: <----- CON [MID=8006, T=E59F7FAA9EFDA239], 2.05, 2:0/1/16, observe(6), size2(34) 0010: ACK [MID=8006] -----> 0010: CON [MID=2565, T=3CA59F6BE354B0B1], GET, /test, 2:1/0/16 -----> 0010: <----- ACK [MID=2565, T=3CA59F6BE354B0B1], 2.05, 2:1/1/16 0411: <----- CON [MID=8007, T=E59F7FAA9EFDA239], 2.05, 2:0/1/16, observe(7) 0411: RST [MID=8007] -----> 0001: CON [MID=32560, T=253F89E986D4E409], GET, /test, observe(0) -----> 0002: <----- ACK [MID=32560, T=253F89E986D4E409], 2.05, 2:0/1/16, observe(0), size2(45) 0002: CON [MID=32561, T=206E67F155BC9751], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=32561, T=206E67F155BC9751], 2.05, 2:1/1/16 0003: CON [MID=32562, T=BCF611A93399B41F], GET, /test, 2:2/0/16 -----> 0003: <----- ACK [MID=32562, T=BCF611A93399B41F], 2.05, 2:2/0/16 0004: <----- CON [MID=8001, T=253F89E986D4E409], 2.05, 2:0/1/16, observe(2), size2(42) 0004: ACK [MID=8001] -----> 0004: CON [MID=10567, T=C4D60F5C854AE021], GET, /test, 2:1/0/16 -----> 0004: <----- ACK [MID=10567, T=C4D60F5C854AE021], 2.05, 2:1/1/16 0004: CON [MID=10568, T=D49AB836D8B687A7], GET, /test, 2:2/0/16 -----> 0005: Cancel observation 253F89E986D4E409 0001: CON [MID=30228, T=9D7590FB6F26CCB2], GET, /test, observe(0) -----> 0002: <----- ACK [MID=30228, T=9D7590FB6F26CCB2], 2.05, observe(1) 0002: <----- CON [MID=8001, T=9D7590FB6F26CCB2], 2.05, observe(3) 0002: ACK [MID=8001] -----> 0002: CON [MID=30229, T=9D7590FB6F26CCB2], GET, /test, observe(1) -----> 0003: <----- ACK [MID=30229, T=9D7590FB6F26CCB2], 2.05 0003: <----- CON [MID=8002, T=9D7590FB6F26CCB2], 2.05, observe(4) 0003: RST [MID=8002] -----> 0003: <----- NON [MID=8003, T=9D7590FB6F26CCB2], 2.05, observe(5) 0003: RST [MID=8003] -----> [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.932 s - in org.eclipse.californium.core.test.lockstep.ObserveClientSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest 0003: CON [MID=7001, T=0B], GET, /test -----> 0005: <----- ACK [MID=7001, T=0B], 2.05, 2:0/1/128, size2(386) 0006: CON [MID=7002, T=0C], GET, /test, 2:1/0/128 -----> 0006: <----- ACK [MID=7002, T=0C], 2.05, 2:1/1/128 0006: CON [MID=7003, T=0D], GET, /test -----> 0006: <----- ACK [MID=7003, T=0D], 2.05, 2:0/1/128, size2(256) 0007: CON [MID=7004, T=0E], GET, /test, 2:1/0/128 -----> 0007: <----- ACK [MID=7004, T=0E], 2.05, 2:1/0/128 0001: 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 -----> 0002: <----- ACK [MID=7002, T=0F], 2.05, 2:4/0/64 0001: 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) 0002: CON [MID=7002, T=10], GET, /test, 2:1/0/32 -----> 0002: <----- ACK [MID=7002, T=10], 2.05, 2:1/1/32 0002: CON [MID=7003, T=10], GET, /test, 2:2/0/32 -----> 0002: <----- ACK [MID=7003, T=10], 2.05, 2:2/0/32 0001: CON [MID=7001, T=11], GET, /test -----> 0002: <----- ACK [MID=7001, T=11], 2.05, 2:0/1/128, size2(220) 0002: CON [MID=7002, T=11], GET, /test, 2:2/0/64 -----> 0002: <----- ACK [MID=7002, T=11], 2.05, 2:2/1/64 // lost 0002: CON [MID=7002, T=11], GET, /test, 2:2/0/64 -----> 0003: <----- ACK [MID=7002, T=11], 2.05, 2:2/1/64 0003: CON [MID=7003, T=11], GET, /test, 2:3/0/64 -----> 0003: <----- 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) -----> 0003: <----- ACK [MID=7001, T=12], 2.31, 1:0/1/128// lost 0004: CON [MID=7001, T=12], PUT, /test, 1:0/1/128 -----> 0004: <----- ACK [MID=7001, T=12], 2.31, 1:0/1/128 0004: CON [MID=7002, T=12], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=12], 2.31, 1:1/1/128 0005: CON [MID=7003, T=12], PUT, /test, 1:2/0/128 -----> 0005: <----- ACK [MID=7003, T=12], 2.04, 1:2/0/128 0001: CON [MID=7001, T=13], GET, /test -----> 0002: <----- ACK [MID=7001, T=13], 2.05, 2:0/1/128, size2(300) 0002: CON [MID=7002, T=13], GET, /test, 2:1/0/128 -----> 0002: <----- ACK [MID=7002, T=13], 2.05, 2:1/1/128 0103: //////// Missing last GET //////// 0002: CON [MID=7001, T=14], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=7001, T=14], 2.31, 1:0/1/128 0002: CON [MID=7002, T=14], PUT, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=7002, T=14], 2.31, 1:1/1/128 0103: //////// Missing last PUT //////// 0001: CON [MID=7001, T=15], GET, /test, observe(0) -----> 0002: <----- ACK [MID=7001, T=15], 2.05, 2:0/1/128, observe(0), size2(300) 0002: CON [MID=7002, T=16], GET, /test, 2:1/0/128 -----> 0002: <----- ACK [MID=7002, T=16], 2.05, 2:1/1/128 0003: CON [MID=7003, T=16], GET, /test, 2:2/0/128 -----> 0003: <----- ACK [MID=7003, T=16], 2.05, 2:2/0/128 0003: ... time passes ... 0004: <----- CON [MID=31066, T=15], 2.05, 2:0/1/128, observe(1), size2(280) 0004: ACK [MID=31066] -----> 0004: CON [MID=7004, T=17], GET, /test, 2:1/0/128 -----> 0004: <----- ACK [MID=7004, T=17], 2.05, 2:1/1/128 0004: CON [MID=7005, T=17], GET, /test, 2:2/0/128 -----> 0005: <----- ACK [MID=7005, T=17], 2.05, 2:2/0/128 0005: ... time passes ... 0005: <----- CON [MID=31067, T=15], 2.05, 2:0/1/128, observe(2), size2(290) 0005: ACK [MID=31067] -----> 0005: CON [MID=7006, T=18], GET, /test, 2:1/0/128 -----> 0005: <----- ACK [MID=7006, T=18], 2.05, 2:1/1/128 0005: CON [MID=7007, T=18], GET, /test, 2:2/0/128 -----> 0006: <----- ACK [MID=7007, T=18], 2.05, 2:2/0/128 0001: CON [MID=7001, T=19], POST, /test, 1:0/1/128, size1(300) -----> 0001: <----- ACK [MID=7001, T=19], 2.31, 1:0/1/128 0002: CON [MID=7002, T=19], POST, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=7002, T=19], 2.31, 1:1/1/128 0002: CON [MID=7003, T=19], POST, /test, 1:2/0/128 -----> 0002: <----- ACK [MID=7003, T=19], 2.04, 1:2/0/128, 2:0/1/128, size2(300), ETags([0001]) 0004: CON [MID=7004, T=19], POST, /test, 2:2/0/64, ETags([0001]) -----> 0004: <----- ACK [MID=7004, T=19], 2.04, 2:2/1/64, ETags([0001])// late negotiation 0004: CON [MID=7005, T=19], POST, /test, 2:3/0/64, ETags([0001]) -----> 0004: <----- ACK [MID=7005, T=19], 2.04, 2:3/1/64, ETags([0001]) 0004: CON [MID=7006, T=19], POST, /test, 2:4/0/64, ETags([0001]) -----> 0005: <----- ACK [MID=7006, T=19], 2.04, 2:4/0/64, ETags([0001]) 0001: CON [MID=7001, T=1A], GET, /test, 2:0/0/64, observe(0) -----> 0001: <----- ACK [MID=7001, T=1A], 2.05, 2:0/1/64, observe(0), size2(150) 0002: CON [MID=7002, T=1A], GET, /test, 2:1/0/64 -----> 0002: <----- ACK [MID=7002, T=1A], 2.05, 2:1/1/64 0002: CON [MID=7003, T=1A], GET, /test, 2:2/0/64 -----> 0002: <----- ACK [MID=7003, T=1A], 2.05, 2:2/0/64 0002: ... time passes ... 0003: <----- CON [MID=24219, T=1A], 2.05, 2:0/1/64, observe(1), size2(140) 0003: ACK [MID=24219] -----> 0003: CON [MID=7004, T=1B], GET, /test, 2:1/0/64 -----> 0003: <----- ACK [MID=7004, T=1B], 2.05, 2:1/1/64 0003: CON [MID=7005, T=1B], GET, /test, 2:2/0/64 -----> 0003: <----- ACK [MID=7005, T=1B], 2.05, 2:2/0/64 0003: ... time passes ... 0004: <----- CON [MID=24220, T=1A], 2.05, 2:0/1/64, observe(2), size2(145) 0004: ACK [MID=24220] -----> 0004: CON [MID=7006, T=1C], GET, /test, 2:1/0/64 -----> 0004: <----- ACK [MID=7006, T=1C], 2.05, 2:1/1/64 0004: CON [MID=7007, T=1C], GET, /test, 2:2/0/64 -----> 0004: <----- ACK [MID=7007, T=1C], 2.05, 2:2/0/64 0007: CON [MID=7001, T=1D], GET, /test, 2:0/0/32 -----> 0007: <----- ACK [MID=7001, T=1D], 2.05, 2:0/1/32, size2(76) 0007: CON [MID=7002, T=1D], GET, /test, 2:1/0/32 -----> 0007: <----- ACK [MID=7002, T=1D], 2.05, 2:1/1/32 0008: CON [MID=7003, T=1D], GET, /test, 2:2/0/32 -----> 0008: <----- ACK [MID=7003, T=1D], 2.05, 2:2/0/32 0001: CON [MID=7001, T=1E], GET, /test -----> 0001: <----- ACK [MID=7001, T=1E], 2.05, 2:0/1/128, size2(170) 0002: CON [MID=7002, T=1E], GET, /test, 2:2/0/64 -----> 0002: <----- ACK [MID=7002, T=1E], 2.05, 2:2/0/64 06:50:09.390 WARN [EndpointContextUtil]: udp context receiving, PLAIN: "" != "null" (o.e.c.e.u.FilteredLogger.log:200) 0001: CON [MID=7001, T=1F], GET, /test, 2:0/0/32 -----> 0001: <----- ACK [MID=7001, T=1F], 2.05, 2:0/1/32, size2(76) 0002: CON [MID=7002, T=1F], GET, /test, 2:1/0/32 -----> 0002: <----- ACK [MID=7002, T=1F], 2.05, 2:1/1/32 0002: CON [MID=7003, T=1F], GET, /test, 2:2/0/32 -----> 0003: <----- ACK [MID=7003, T=1F], 2.05, 2:2/0/32 0002: CON [MID=7001, T=20], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=7001, T=20], 2.31, 1:0/1/128 0002: CON [MID=7002, T=20], PUT, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=7002, T=20], 2.31, 1:1/1/128 0003: CON [MID=7003, T=20], PUT, /test, 1:2/0/128 -----> 0003: <----- ACK [MID=7003, T=20], 2.04, 1:2/0/128 0003: // next transfer 0003: CON [MID=7004, T=21], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7004, T=21], 2.31, 1:0/1/128 0003: CON [MID=7005, T=21], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=7005, T=21], 2.31, 1:1/1/128 0004: CON [MID=7006, T=21], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=7006, T=21], 2.04, 1:2/0/128 0001: CON [MID=7001, T=22], GET, /test -----> 0001: <----- ACK [MID=7001, T=22], 2.05, 2:0/1/128, size2(300), ETags([0001]) 0002: CON [MID=7002, T=22], GET, /test, 2:1/0/128, ETags([0001]) -----> 0002: <----- ACK [MID=7002, T=22], 2.05, 2:1/1/128, ETags([0001]) 0002: CON [MID=7003, T=22], GET, /test, 2:2/0/128, ETags([0001]) -----> 0002: <----- ACK [MID=7003, T=22], 2.05, 2:2/0/128, ETags([0001]) 0002: CON [MID=7001, T=23], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=7001, T=23], 2.31, 1:0/1/128 0002: CON [MID=7002, T=23], PUT, /test, 1:2/0/128 -----> 0002: <----- ACK [MID=7002, T=23], 4.08 0001: CON [MID=7001, T=24], PUT, /test, 1:0/1/128, size1(1034) -----> 0002: <----- ACK [MID=7001, T=24], 4.13, size1(1024) 0001: CON [MID=7001, T=25], POST, /test, 1:0/1/128, size1(300) -----> 0001: <----- ACK [MID=7001, T=25], 2.31, 1:0/1/128 0002: CON [MID=7002, T=25], POST, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=7002, T=25], 2.31, 1:1/1/128 0002: CON [MID=7003, T=25], POST, /test, 1:2/0/128 -----> 0002: <----- ACK [MID=7003, T=25], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001]) 0002: CON [MID=7004, T=25], POST, /test, 2:1/0/128, ETags([0001]) -----> 0003: <----- ACK [MID=7004, T=25], 2.04, 2:1/1/128, ETags([0001]) 0003: CON [MID=7005, T=25], POST, /test, 2:2/0/128, ETags([0001]) -----> 0003: <----- ACK [MID=7005, T=25], 2.04, 2:2/1/128, ETags([0001]) 0003: CON [MID=7006, T=25], POST, /test, 2:3/0/128, ETags([0001]) -----> 0003: <----- 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 -----> 0001: <----- ACK [MID=7001, T=27], 2.31, 1:0/1/128 0001: CON [MID=7002, T=27], POST, /test, 1:1/1/128 -----> 0001: <----- ACK [MID=7002, T=27], 2.31, 1:1/1/128 0002: CON [MID=7003, T=27], POST, /test, 1:2/0/128, 2:0/0/64 -----> 0002: <----- ACK [MID=7003, T=27], 2.04, 1:2/0/128, 2:0/1/64, size2(250), ETags([0001])// early negotiation 0002: CON [MID=7004, T=27], POST, /test, 2:1/0/64, ETags([0001]) -----> 0002: <----- ACK [MID=7004, T=27], 2.04, 2:1/1/64, ETags([0001]) 0002: CON [MID=7005, T=27], POST, /test, 2:2/0/64, ETags([0001]) -----> 0003: <----- ACK [MID=7005, T=27], 2.04, 2:2/1/64, ETags([0001]) 0003: CON [MID=7006, T=27], POST, /test, 2:3/0/64, ETags([0001]) -----> 0003: <----- ACK [MID=7006, T=27], 2.04, 2:3/0/64, ETags([0001]) 0001: CON [MID=7001, T=28], PUT, /test, 1:2/1/64 -----> 0001: <----- ACK [MID=7001, T=28], 4.08 06:50:10.453 WARN [EndpointContextUtil]: udp context receiving, PLAIN: "" != "null" (o.e.c.e.u.FilteredLogger.log:200) 0001: CON [MID=7001, T=29], PUT, /test, 1:0/1/128, size1(300) -----> 0001: <----- ACK [MID=7001, T=29], 2.31, 1:0/1/128 0002: CON [MID=7002, T=29], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=7002, T=29], 4.08 0001: 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 -----> 0002: <----- ACK [MID=7002, T=2A], 2.31, 1:1/1/128 0002: ... client crashes or whatever and restarts transfer 0002: CON [MID=7003, T=2A], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=7003, T=2A], 2.31, 1:0/1/128 0002: CON [MID=7004, T=2A], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=7004, T=2A], 2.31, 1:1/1/128 0003: CON [MID=7005, T=2A], PUT, /test, 1:2/0/128 -----> 0003: <----- ACK [MID=7005, T=2A], 2.04, 1:2/0/128 0001: CON [MID=7001, T=2B], GET, /test -----> 0001: <----- ACK [MID=7001, T=2B], 2.05, 2:0/1/128, size2(400) 0002: CON [MID=7002, T=2B], GET, /test, 2:1/1/128 -----> 0002: <----- ACK [MID=7002, T=2B], 2.05, 2:1/1/128 0002: CON [MID=7003, T=2B], GET, /test, 2:4/1/64 -----> 0002: <----- ACK [MID=7003, T=2B], 2.05, 2:4/1/64 0002: CON [MID=7004, T=2B], GET, /test, 2:5/1/64 -----> 0002: <----- ACK [MID=7004, T=2B], 2.05, 2:5/1/64 0002: CON [MID=7005, T=2B], GET, /test, 2:6/1/64 -----> 0003: <----- ACK [MID=7005, T=2B], 2.05, 2:6/0/64 0001: CON [MID=7001, T=2C], PUT, /test, 1:0/1/128, size1(300) -----> 0001: <----- ACK [MID=7001, T=2C], 2.31, 1:0/1/128 0001: CON [MID=7002, T=2D], PUT, /test, 1:1/1/128 -----> 0002: <----- ACK [MID=7002, T=2D], 2.31, 1:1/1/128 0002: CON [MID=7003, T=2E], PUT, /test, 1:2/0/128 -----> 0002: <----- ACK [MID=7003, T=2E], 2.04, 1:2/0/128 0002: CON [MID=7001, T=2F], PUT, /test, 1:2/1/64 -----> 0003: <----- ACK [MID=7001, T=2F], 4.08, 1:2/1/64 [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.277 s - in org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest [INFO] Running org.eclipse.californium.core.test.maninmiddle.LossyBlockwiseTransferTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.245 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-nightly/californium-core/target/californium-core-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-core --- [INFO] Comparing [org.eclipse.californium:californium-core:jar:3.11.0] against [org.eclipse.californium:californium-core:jar:3.12.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-core --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-nat --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-unix-health --- [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-nightly/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-nightly/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-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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] Comparing [org.eclipse.californium:cf-unix-health:jar:3.11.0] against [org.eclipse.californium:cf-unix-health:jar:3.12.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-unix-health --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-cluster --- [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-nightly/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-nightly/cf-utils/cf-cluster/target/cf-cluster-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/cf-utils/cf-cluster/target/cf-cluster-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-cluster --- [WARNING] Failed to resolve old artifacts: Failed to find a version of artifact 'org.eclipse.californium:cf-cluster:jar:RELEASE' that would correspond to an expression '^.*(?------------------- [INFO] Building Cf-command-line-interface 3.12.0-SNAPSHOT [13/39] [INFO] from cf-utils/cf-cli/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ cf-cli --- [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-nightly/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-nightly/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-nightly/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-nightly/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-cli-tcp-netty --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-encrypt --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ californium-tests --- [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] --- clean:3.1.0:clean (default-clean) @ californium-integration-tests --- [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-nightly/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-nightly/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-nightly/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] 06:50:32.238 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:50:32.333 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:50:32.339 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:50:32.339 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:502) [INFO] Running org.eclipse.californium.integration.test.SecureTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.477 s - in org.eclipse.californium.integration.test.SecureTest [INFO] Running org.eclipse.californium.integration.test.SecureBlockwiseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.californium.integration.test.SecureBlockwiseTest [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-nightly/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] 06:50:36.339 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:50:36.416 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:50:36.423 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:50:36.423 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:502) [INFO] Running org.eclipse.californium.integration.test.SecureNatTest URI: LoadBalancer destination coaps://127.0.0.1:38782/resource coap-server coaps://127.0.0.1:38782/resource coap-client coaps://127.0.0.1:55259 06:50:38.136 WARN [NioNatUtil]: NAT 127.0.0.1:38782 stopped. 1609 forwarded messages, 1405 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:50953/resource coap-server coaps://127.0.0.1:50953/resource coap-client coaps://127.0.0.1:40137 06:50:38.637 WARN [NioNatUtil]: NAT 127.0.0.1:50953 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:49772/resource coap-server coaps://127.0.0.1:49772/resource coap-client coaps://127.0.0.1:33761 06:50:39.321 WARN [NioNatUtil]: NAT 127.0.0.1:49772 stopped. 1581 forwarded messages, 1347 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:44036/resource coap-server coaps://127.0.0.1:44036/resource coap-client coaps://127.0.0.1:51838 06:50:45.849 WARN [NioNatUtil]: NAT 127.0.0.1:44036 stopped. 392 forwarded messages, 354 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:48086/resource coap-server coaps://127.0.0.1:48086/resource coap-client coaps://127.0.0.1:54112 06:50:51.373 WARN [NioNatUtil]: NAT 127.0.0.1:48086 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:39198/resource coap-server coaps://127.0.0.1:39198/resource coap-client coaps://127.0.0.1:33613 06:50:51.381 WARN [NioNatUtil]: NAT 127.0.0.1:39198 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:52094/resource coap-server coaps://127.0.0.1:52094/resource coap-client coaps://127.0.0.1:38329 06:50:51.627 WARN [NioNatUtil]: NAT 127.0.0.1:52094 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: 15.154 s - in org.eclipse.californium.integration.test.SecureNatTest [INFO] Running org.eclipse.californium.integration.test.SecureCidClusterTest URI: LoadBalancer destination coaps://127.0.0.1:39649/resource coap-server coaps://127.0.0.1:39649/resource coap-client coaps://127.0.0.1:53203 06:50:52.639 WARN [NioNatUtil]: NAT 127.0.0.1:39649 stopped. 1636 forwarded messages, 1531 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:42362/resource coap-server coaps://127.0.0.1:42362/resource coap-client coaps://127.0.0.1:46445 06:50:52.828 WARN [EndpointContextUtil]: strict context sending, DTLS_SESSION_ID: "60D3E4E4F4A9C20A0292495E4CEBC56C7ACC7F10D2E2705158078DDBC1CAAD28" != "FC3CE3999F30A82136E3023FABEFD8412E065A9002F6868C2B38008761192873" (o.e.c.e.u.FilteredLogger.log:200) 06:50:52.838 WARN [EndpointContextUtil]: strict context sending, DTLS_SESSION_ID: "60D3E4E4F4A9C20A0292495E4CEBC56C7ACC7F10D2E2705158078DDBC1CAAD28" != "FC3CE3999F30A82136E3023FABEFD8412E065A9002F6868C2B38008761192873" (o.e.c.e.u.FilteredLogger.log:200) 06:50:52.933 WARN [NioNatUtil]: NAT 127.0.0.1:42362 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:57096/resource coap-server coaps://127.0.0.1:57096/resource coap-client coaps://127.0.0.1:33298 06:50:53.825 WARN [NioNatUtil]: NAT 127.0.0.1:57096 stopped. 1633 forwarded messages, 1521 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:50171/resource coap-server coaps://127.0.0.1:50171/resource coap-client coaps://127.0.0.1:57703 06:51:00.413 WARN [NioNatUtil]: NAT 127.0.0.1:50171 stopped. 400 forwarded messages, 383 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:35442/resource coap-server coaps://127.0.0.1:35442/resource coap-client coaps://127.0.0.1:36294 06:51:05.843 WARN [NioNatUtil]: NAT 127.0.0.1:35442 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:42734/resource coap-server coaps://127.0.0.1:42734/resource coap-client coaps://127.0.0.1:40498 06:51:05.853 WARN [NioNatUtil]: NAT 127.0.0.1:42734 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:58770/resource coap-server coaps://127.0.0.1:58770/resource coap-client coaps://127.0.0.1:33896 06:51:06.118 WARN [NioNatUtil]: NAT 127.0.0.1:58770 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: 14.489 s - in org.eclipse.californium.integration.test.SecureCidClusterTest [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:40903/resource coap-client coaps://127.0.0.1:53266 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" 06:51:06.311 WARN [EndpointContextUtil]: strict context sending, DTLS_SESSION_ID: "5D72B240D41F73A558DA39A1D8218662AF13D60A51D36C46BC31C1E7713CF2FA" != "1C7046ECD3A7FA66A1A5A8B7EA845DC0F6089B48A19F9889480D90DECFD8DC31" (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:54490/resource coap-client coaps://127.0.0.1:59555 URI: change coaps://127.0.0.1:54490/resource to coaps://127.0.0.1:59440/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:59440/resource to coaps://127.0.0.1:33377/resource 06:51:08.629 WARN [NioNatUtil]: NAT 127.0.0.1:58501 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:49557/resource coap-client coaps://127.0.0.1:50477 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:49154/resource coap-client coaps://127.0.0.1:53925 Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:45985/resource coap-client coaps://127.0.0.1:54640 URI: change coaps://127.0.0.1:45985/resource to coaps://127.0.0.1:34759/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" 06:51:13.117 WARN [NioNatUtil]: NAT 127.0.0.1:56853 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:35118/resource coap-client coaps://127.0.0.1:59698 URI: change coaps://127.0.0.1:35118/resource to coaps://127.0.0.1:36316/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" 06:51:17.429 WARN [NioNatUtil]: NAT 127.0.0.1:56220 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:43452/resource coap-client coaps://127.0.0.1:56706 URI: change coaps://127.0.0.1:43452/resource to coaps://127.0.0.1:56087/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" 06:51:17.751 WARN [NioNatUtil]: NAT 127.0.0.1:56692 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:37596/resource coap-client coaps://127.0.0.1:37843 URI: change coaps://127.0.0.1:37596/resource to coaps://127.0.0.1:57575/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" 06:51:18.066 WARN [NioNatUtil]: NAT 127.0.0.1:45085 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: 11.941 s - in org.eclipse.californium.integration.test.SecureObserveTest [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] --- clean:3.1.0:clean (default-clean) @ californium-interoperability-tests --- [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-nightly/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-nightly/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] ------------------------------------------------------- 06:51:19.227 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335) 06:51:19.342 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467) 06:51:19.348 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492) 06:51:19.349 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:502) 06:51:19.363 INFO [TestScope]: INTENSIVE TEST: false (o.e.c.e.util.TestScope.:35) OpenSSL 1.1.1n 15 Mar 2022 > exit: 0 (0ms). 06:51:19.525 INFO [Configuration]: defaults added DTLS. (o.e.c.e.c.Configuration.addDefaultModule:424) 06:51:19.525 INFO [Configuration]: defaults added SYS. (o.e.c.e.c.Configuration.addDefaultModule:424) [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslClientAuthenticationInteroperabilityTest 06:51:19.550 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEd25519 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:19.553 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEd25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:19.555 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:19.555 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:19.555 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:19.591 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:19.619 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:19.622 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:19.622 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) 06:51:19.622 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 -cert_chain caTrustStore.pem -curves X25519:prime256v1 06:51:19.653 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 06:51:19.666 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 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: A59CF8C42B442E755A74CEA7D21D2EEE6ECF231498671DBCDF5A8CF474951861 Session-ID-ctx: Master-Key: DCD02E7A247767EF3D04C74EE127DE21B48AAD8ACE37D9D085026948B7DE8AB5C7E17529F4F23EA3620F781C175FA5AE PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447079 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 (572ms, testOpenSslClientChainTrustAll). 06:51:20.200 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:20.200 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:20.205 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:20.205 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:20.206 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:20.206 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:20.206 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 06:51:20.213 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 06:51:20.217 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 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: F657929734541CB3F0473E8C35A4D286F9F260C1152A1A15E0B393C4EABB08C0 Session-ID-ctx: Master-Key: 9354387992F9BCCB250E7EBA946FD321B649EE266FB450A0282E3D095416767C0363A41145203145674FDC0CA4B454E1 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447080 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, testOpenSslClientChainTrustCa). 06:51:20.725 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:20.727 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:20.727 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:20.727 INFO [TestNameLoggerRule]: Test testOpenSslClientClientRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:20.727 INFO [TestNameLoggerRule]: Test testOpenSslClientClientRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:20.728 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:20.728 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:20.728 INFO [TestNameLoggerRule]: Test testOpenSslClientServerRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:20.728 INFO [TestNameLoggerRule]: Test testOpenSslClientServerRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:20.729 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:20.733 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:20.734 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:20.734 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:20.734 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) 06:51:20.734 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 06:51:20.742 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 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: D3D67B3286B5B847F699D76E787A3BACE63EFC017865151794C9D8AF2D5300C5 Session-ID-ctx: Master-Key: 8A85BE9268DBC90030519B755C79AC0EC50A34BBC875DB659645994D0EC66826580ACA6F55DA483F6F68BDBDDCF5041B PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447080 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (513ms, testOpenSslClientUnauthenticated). 06:51:21.250 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:21.251 INFO [TestNameLoggerRule]: Test testOpenSslClientEd25519 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:21.272 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:21.273 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:21.274 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:21.274 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:21.274 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 -no-CAfile -curves X25519:prime256v1 -sigalgs ed25519:ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 06:51:21.281 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 06:51:21.286 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: 3D8B731413DF7C9D15FF582B85091312881D56B0E88ED035E08A86E2F683501D Session-ID-ctx: Master-Key: 5C6B6BCC7505780C1097434B08FACD9C95790A4A4858F2143995D577348124E2E05619743009BF493DC0F8BA8EBFAC77 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447081 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, testOpenSslClientEd25519). 06:51:21.794 INFO [TestNameLoggerRule]: Test testOpenSslClientEd25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:21.794 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:21.798 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:21.799 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:21.800 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:21.800 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) 06:51:21.800 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 06:51:21.807 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 06:51:21.811 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< Hello Scandium! Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: AD901660C3DF4067F611F4294E3B1289A929168698DCE224B380E0A0A3F66AAA Session-ID-ctx: Master-Key: 61BB38CCF4A78AF0388DF5F98AEA3444FA9895D28ED8063B320D51A164DA7EC0E2A1F7D33F87CD93AEA10A5C8B0FE952 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447081 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (516ms, testOpenSslClientTrustTrustRoot). 06:51:22.319 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:22.320 INFO [TestNameLoggerRule]: Test testOpenSslClientX448 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:22.324 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:22.324 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:22.325 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:22.325 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:22.325 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 -CAfile trustStore.pem -build_chain -curves X448:prime256v1 06:51:22.332 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 06:51:22.338 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 2146 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 < Hello Scandium! Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: A42293662FFECCEBEF82220BE21614957D20790D9FB0140C24CE545EA3838211 Session-ID-ctx: Master-Key: F04C79CB018DC017D35685AA53273706F3DB423CFB19E2B418E9C61CC8ABD1CD18A2E4386F44F5678F366302D837BB69 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447082 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (519ms, testOpenSslClientX448). 06:51:22.847 INFO [TestNameLoggerRule]: Test testOpenSslClientX448 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:22.847 INFO [TestNameLoggerRule]: Test testOpenSslClientExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:22.851 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:22.852 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:22.853 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:22.853 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) 06:51:22.853 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 -keymatexport EXPERIMENTAL_TEST 06:51:22.860 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 06:51:22.863 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-< Hello Scandium! AES128-CCM8 Session-ID: A7662CEEDE3ACC93485CD157D13FEB64185CE11B2537A88D93210CE9A6FFEF98 Session-ID-ctx: Master-Key: 95756791C42460DD23D8D17248DB226E7D311E6E31674CA0CFB2C977C7D7C328200D6AE02CA13487A541B02D029A46C0 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447082 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: C14130333B30ACC89348A681B2454A096F965AB5 --- ACK-Hello Scandium!< Q DONE > exit: 0 (514ms, testOpenSslClientExportKeyMaterial). 06:51:23.370 INFO [TestNameLoggerRule]: Test testOpenSslClientExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:23.371 INFO [TestNameLoggerRule]: Test testOpenSslClientRsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:23.390 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:23.391 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:23.392 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:23.392 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) 06:51:23.392 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 clientRsa.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 06:51:23.399 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 06:51:23.414 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: 12439F23DD6429751A9E7A130BF467FD035AC917CF9D3738DD28548246E190C8 Session-ID-ctx: Master-Key: 0359BAE1369CEA0685ECF36F6A09F3D64012D9C207648CA7B1CFB568439F2BAD951F7E788F605943301E9E80FF25365B PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447083 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (528ms, testOpenSslClientRsaCertificatChain). 06:51:23.923 INFO [TestNameLoggerRule]: Test testOpenSslClientRsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:23.923 INFO [TestNameLoggerRule]: Test testOpenSslClientEdDsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:23.927 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:23.928 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:23.928 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:23.928 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) 06:51:23.929 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 -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ed25519:ECDSA+SHA256 06:51:23.936 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 06:51:23.939 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 1711 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: 13B936328C0BBC1519B8D6F9724A4877C214D023209526C5953F253751058F8E Session-ID-ctx: Master-Key: 9C123066ADA9A9B88E5CECF41FFF0E8FB5E5D20A6BDD3907BF58227D5D8A3D29F7D10968E01FD4D5D1988395C85AAF7F PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447083 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (518ms, testOpenSslClientEdDsaCertificatChain). 06:51:24.449 INFO [TestNameLoggerRule]: Test testOpenSslClientEdDsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:24.450 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedFullhandshake (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:24.454 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:24.455 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:24.455 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:24.455 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) 06:51:24.455 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 06:51:24.463 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: C59D56ABC6A6186351F2D96ADBB9713F9B94D082E2A64E533F8D459B984CC4AB Session-ID-ctx: Master-Key: B3DD33316FC0AC0B8AF521BF9356959AFA3463726B01D51D2CFD6B64334BA187A64BEDE400885B090A4E071B147BB6F2 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447084 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 06:51:24.978 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: 6516F77629DA3169656E35A0EF413B989CCD5EE117D52DC93B4E592347BECEC2 Session-ID-ctx: Master-Key: 22C437074EBC6C6FFEB554C3F46428A63DA6C9E5657E89D9FB6F28C606CE52136820510D43AF0FF0F< Hello Scandium! AB1B985FAB01023 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447084 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (512ms, testOpenSslClientUnauthenticatedFullhandshake). 06:51:25.486 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedFullhandshake (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:25.486 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:25.490 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:25.490 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:25.491 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:25.491 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) 06:51:25.491 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 06:51:25.497 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 06:51:25.501 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 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: A8DE87F2A49406C236CB9B7552BAB3A47FCB08377873D4418A249110E0BCBD29 Session-ID-ctx: Master-Key: 02C5AFFD79C54974F56CB7CCBA55FD20E4B437BC0029041BFE6C2E887BCE871845274FDD80D73005775362C2E13C619F PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447085 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 (513ms, testOpenSslClientCertTrustAll). 06:51:26.007 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:26.007 INFO [TestNameLoggerRule]: Test testOpenSslClientSecP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:26.011 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:26.012 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:26.012 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:26.012 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) 06:51:26.012 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 06:51:26.020 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 06:51:26.027 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 2187 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: F394BD17B1779E52EF9C861325852E7002E0A025E0A0D6D41733EDEF96F2384D Session-ID-ctx: Master-Key: 6E8E90F013D55CBA08C6E14CA8C5BB40710143F609A6627CD408F404ED4D48CE2BC0BA4C98ECECDF7304A15E818D1DBF PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447086 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (523ms, testOpenSslClientSecP384r1). 06:51:26.539 INFO [TestNameLoggerRule]: Test testOpenSslClientSecP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:26.539 INFO [TestNameLoggerRule]: Test testOpenSslClientPrime256v1 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:26.543 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:26.543 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:26.544 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:26.544 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:26.544 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 -CAfile trustStore.pem -build_chain -curves prime256v1 06:51:26.551 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 06:51:26.555 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 1744 bytes and written 2150 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 : DTL< Hello Scandium! Sv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: A4854B6CFAC028F585B7B38B3EBFE2106EDA6BE8915A2FD50EA0E65DD34D68C9 Session-ID-ctx: Master-Key: 4D281B856494DF3A122B9AE214B5FA7BF5E1887EA8FB4CB831C8499414EDB8C128101121AA6495246063CB4A58294A1F PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447086 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (516ms, testOpenSslClientPrime256v1). 06:51:27.064 INFO [TestNameLoggerRule]: Test testOpenSslClientPrime256v1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:27.065 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:27.069 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:27.070 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:27.071 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:27.071 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:27.071 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 -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 06:51:27.078 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 06:51:27.082 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: D01C3D604AFEE8899EDB8EB6D1732DAA28AC82A01BC46CB1DE8ED0D6B1D22625 Session-ID-ctx: Master-Key: FB0C8C110061F0F014E1127E32322BD929A9A65448092424A0A626D216FCF56A2115E8F279C6C670E6931B2F177DD714 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447087 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, testOpenSslClientTrustTrustCa). 06:51:27.589 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:27.589 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:27.593 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:27.593 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:27.594 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:27.594 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) 06:51:27.594 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 06:51:27.602 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 06:51:27.605 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 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: 8B9F0416DEC908< Hello Scandium! 0C5550F8F232C95ABE9F1B3385459A428E373AF4C4458281DA Session-ID-ctx: Master-Key: 5BEE41ACED8F1CE802DFB5E4B7A77461294B75BDB2BB65B47BB00D6D4139A55847EE697ECEFF194D9CA2C88599A4998B PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447087 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, testOpenSslClientTrustTrustAll). 06:51:28.112 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:28.113 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:28.117 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:28.118 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:28.119 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:28.119 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:28.119 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 06:51:28.125 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 06:51:28.128 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 negotiat< Hello Scandium! ed SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 2580182F18CB1F60326322CA767D99DF3D5ABC0F345823AE4417C7E9ACF97A76 Session-ID-ctx: Master-Key: E86B7E8EC174DFCD7EC343204688AC97C997A67826EB71EF319DEBD21DEB6025C96BEA981CBACAABC9D5520F175EDAFF PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447088 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (513ms, testOpenSslClientCertTrustCa). 06:51:28.635 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:28.635 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedResumes (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:28.638 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:28.639 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:28.640 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:28.640 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 -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sess_out sess.pem -no_ticket 06:51:28.649 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:28.656 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 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: A5BA0ADA1D86B9292992BDD3DE5EDA47CAF91EF71C0766F8BCEA0A32F3086247 Session-ID-ctx: Master-Key: CF0814FC829029350FC842EA1D3666FD815DB429568DECADB3A9A2B77ECE0AC0F6544E23ADB2362< Hello Scandium! A9B5C6ACDA05032A5 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447088 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (511ms, 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: A5BA0ADA1D86B9292992BDD3DE5EDA47CAF91EF71C0766F8BCEA0A32F3086247 Session-ID-ctx: Master-Key: CF0814FC829029350FC842EA1D3666FD815DB429568DECADB3A9A2B77ECE0AC0F6544E23ADB2362A9B5C6ACDA05032A5 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447088 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (508ms, testOpenSslClientUnauthenticatedResumes). 06:51:29.673 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedResumes (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:29.673 INFO [TestNameLoggerRule]: Test testOpenSslClientMixedCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:29.678 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:29.679 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:29.680 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:29.680 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:29.680 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 -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 06:51:29.687 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 06:51:29.691 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: 386170EAB4F33C8AED1BE5DB6889FAF15CD5E3BF02332AE790717BBD04E189C8 Session-ID-ctx: Master-Key: A8ED6B1DCEB73904ACDF06301C52D11E36E2FAC7E4CA9EAD2DAF0B23FA2507FEAA373404EFF498A46362E0345FB5ACCF PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447089 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, testOpenSslClientMixedCertificatChain). 06:51:30.198 INFO [TestNameLoggerRule]: Test testOpenSslClientMixedCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:30.198 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:30.202 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:30.203 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:30.203 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) 06:51:30.203 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:30.203 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 -cert_chain caTrustStore.pem -curves X25519:prime256v1 06:51:30.210 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 06:51:30.213 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 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: DD8C8E4490F47734F5B83DEB6C6DC0567955EF063FBEA5BFEDB4DD30498C76F9 Session-ID-ctx: Master-Key: 2FAE72182CDAAD553F25AC36A64DE337ADEEB63020A9F187133FA695D176A28CEE066EEE49BD17254D2B4044C1BEAA21 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447090 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 (513ms, testOpenSslClientChainTrustRoot). 06:51:30.719 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:30.720 INFO [TestNameLoggerRule]: Test testOpenSslClientX25519 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:30.723 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:30.724 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:30.724 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:30.724 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) 06:51:30.724 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 06:51:30.731 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 06:51:30.735 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< Hello Scandium! Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: E6D04D29CD2E58BF7D4B79F543D86EC83F9CE115EA13FE2478850DD8D56259D5 Session-ID-ctx: Master-Key: 9861FA1347F966E8DC6B4A0F45EE9F6A147F789BD0F6194198277EF7799AEFE4A8676F68CE82DA51AC1DE2C9A3D85494 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447090 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- ACK-Hello Scandium!< Q DONE > exit: 0 (514ms, testOpenSslClientX25519). 06:51:31.241 INFO [TestNameLoggerRule]: Test testOpenSslClientX25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) OpenSSL 1.1.1n 15 Mar 2022 > exit: 0 (3ms). [WARNING] Tests run: 27, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 11.701 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslClientAuthenticationInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerAuthenticationInteroperabilityTest 06:51:31.250 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 06:51:31.259 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.260 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.261 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:58429] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.261 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:58429] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.261 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:58429, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.264 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.271 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----- MIICgAIBAQIDAP79BALArgQgpQWHJo+tq3obz+Sec3UtLbolF4pGvXezMiVHRC2/ L9QEMLY4UrhJHTrfBFfU9vaAFyMr8Vqeu+gX7zsRvlS3gVBQeLnlN01EAI3wRWNg ZUfdgaEGAgRmTudzogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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, testOpenSslServerTrustTrustAll). 06:51:31.279 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.279 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 06:51:31.289 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.290 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.290 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:41562] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.290 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:41562, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.290 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:41562] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.292 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.294 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----- MIIChQIBAQIDAP79BALArgQgF1qIKD5fG979folKgyCCHNemCjbCnsB/EeiqGJ81 ZpgEMKS/ji/r4wbQJTVDI7rmXiPyPbc1oJzqNwWNr6vNPIf17wVH9BKeo69dwiMs pUL5uqEGAgRmTudzogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (19ms, testOpenSslServerChainTrustCa). 06:51:31.300 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.301 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 06:51:31.310 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.311 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.311 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:51505] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.311 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:51505, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.311 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:51505] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.313 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.315 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----- MIICgAIBAQIDAP79BALArgQgOQh4DDKGGFYQQkZEDLhPd4Ctu8+IVWjN+kxkOaIK hbcEMDIVQJ+bwi+oFhNReaNHN8d5Lj4uM9iR+y9oh+knbwhBY6U110GfIOKREOce 5F9GQqEGAgRmTudzogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (19ms, testOpenSslServerFullTrustTrustAll). 06:51:31.322 INFO [TestNameLoggerRule]: Test testOpenSslServerFullTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.322 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 06:51:31.344 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.344 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.345 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:56280] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.345 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:56280, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.345 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:56280] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.347 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.350 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----- MIIDVQIBAQIDAP79BALALwQgYypoErzZq3hYu0qmELwBzLm6IPv9dafCw7WZtMUk VM8EMGMiR8MBBgx3bdFDtgWlzWEPQJ0a9QPZNU9xD8vG0ymJqcf0YaTarDiNeJya fHZxpaEGAgRmTudzogQCAhwgo4IC0TCCAs0wggJyoAMCAQICCGcoHR/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 (41ms, testOpenSslServerRsaTrustRoot). 06:51:31.366 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.366 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 06:51:31.374 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.375 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.376 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:58463] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.376 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:58463, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.376 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:58463] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.377 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.381 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----- MIICgAIBAQIDAP79BALArgQgLxV6zkWHj7IyOh2UYgsOUMLsw9Aud0+wqURljksc 4WYEMG2c/TzOiShltagQHoWEF1JXnKBAZfBNS0pRngDDnY2dyWe/bliNodWeAOgH WfN3mKEGAgRmTudzogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (19ms, testOpenSslServerRsaTrustTrustRoot). 06:51:31.388 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.388 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:31.388 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.388 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:31.388 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.389 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 06:51:31.397 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.397 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.398 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:42019] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.398 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:42019, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.398 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:42019] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.399 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.416 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----- MIIChQIBAQIDAP79BALArgQgbynstJ5L0COKqSJuEVwSQCQq0PlN2FZK8I6vmuTg Q2wEMMl9SqB75TFQapExk07pdOH/6kXYUqrH6XM3q4WCLY6LGkroehhvvI1JnOWY WKryFKEGAgRmTudzogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (32ms, testOpenSslServerChainTrustAll). 06:51:31.423 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.423 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:31.423 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.423 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 06:51:31.432 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.432 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.433 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:52662] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.433 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:52662, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.433 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:52662] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.434 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.436 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----- MIIChQIBAQIDAP79BALArgQgnqjIwAGLvWKbv7R2wzurlCyE7y3u9as08DwFBI1Q 5cAEMHhZzt549Hn6ETjuHaxtghvKldswN2VICuSDbA4nbCSP4vBySoywF6+eXVRh 22UvpaEGAgRmTudzogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (17ms, testOpenSslServerChainTrustRoot). 06:51:31.443 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.443 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 06:51:31.451 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.451 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.452 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:54413] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.452 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:54413, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.452 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:54413] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.453 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.456 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----- MIIChQIBAQIDAP79BALArgQgxi4+ukgnQvzWfBmo4verRkE+4nXtQZ7KG1uyEG+6 Ce0EMKBJhdTgeJ1wM2hl5qlTJgPwLjkUUigVBrpFOv9QNHEGjmwgX8hpRrsQfyvC 58S+B6EGAgRmTudzogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (16ms, testOpenSslServerCertTrustCa). 06:51:31.462 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.462 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 06:51:31.467 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.468 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.468 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:33320] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.468 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:33320, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.469 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:33320] (o.e.c.s.DTLSConnector$Worker.run:3847) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCA9hvJ5enb5/ujitrpWBn+AkIwCfwNt1LbPDHs4EhJl rQQwUiOOzmDCTeLeQbxTp85Zosc5BEv3R0Na8BPl14UOhhtQyYhjmR2Ii0ES3kqy M70JoQYCBGZO53OiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB 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: 6F8C88AC77099F792EB4F1EB4985AB6971DB1191 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 (7ms, testOpenSslServerExportKeyMaterial). 06:51:31.472 INFO [TestNameLoggerRule]: Test testOpenSslServerExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.472 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 06:51:31.481 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.482 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.482 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:60330] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.482 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:60330, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.482 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:60330] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.483 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.486 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----- MIICgAIBAQIDAP79BALArgQgxv8sszZ6ZBy36RNhfl5sF4N48wE3BylBoPZH5HKz UdsEMALIg/tjpLOEUGa/8F5XhtnTpTHWUZJCIGli+GMaJwIH9d1lvJO04cNZnVNg LTUiD6EGAgRmTudzogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (18ms, testOpenSslServerPrime256v1). 06:51:31.492 INFO [TestNameLoggerRule]: Test testOpenSslServerPrime256v1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.493 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 06:51:31.502 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.502 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.503 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:33413] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.503 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:33413, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.503 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:33413] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.504 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.507 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----- MIICgAIBAQIDAP79BALArgQgHHQOrcXqw2lmOcmlrj8A2gjD9cOLYGE6UZfakgsH FTEEMLUGpAR7PjNmcpXy6Lo+WC7KWTB2Xhocxh0Wpw6XJFem4O60ZJGH3wBeI1IV 5ZwlzaEGAgRmTudzogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (17ms, testOpenSslServerX25519). 06:51:31.512 INFO [TestNameLoggerRule]: Test testOpenSslServerX25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.515 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 06:51:31.522 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.523 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.523 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:41767] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.524 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:41767, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.524 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:41767] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.525 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.527 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----- MIIChQIBAQIDAP79BALArgQg5xn1lOHUqM5QdUktHAkLzaxGIin+uTR/+CPgZZz7 bX8EMBgXVMgfSBLh2RbWvHg/pzTcPVJk2JxqHqypr7D0OKcMJevCd+Z1JhB71heT R60daqEGAgRmTudzogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (16ms, testOpenSslServerCertTrustAll). 06:51:31.533 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.533 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 06:51:31.543 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.543 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.544 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:50336] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.544 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:50336, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.544 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:50336] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.545 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.548 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----- MIICgAIBAQIDAP79BALArgQg5ZNp+C8E3VVFe26jsQ+1uLb4kXhUE/P0ikwmglHI w7wEMDJoglGbc0thWG2vdGdx5PEmpO2fAYO4hXqC/V+Cr/GgBqCnHHcAfpXr+TmM gr5Y8qEGAgRmTudzogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (19ms, testOpenSslServerX448). 06:51:31.555 INFO [TestNameLoggerRule]: Test testOpenSslServerX448 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.556 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 06:51:31.565 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.566 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.566 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:41995] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.566 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:41995, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.566 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:41995] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.569 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.571 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----- MIICgAIBAQIDAP79BALArgQgjOuwc4rEV1Q45dtWgi9NxwRwBj7m96H4BoW8xJds IdQEMGwNOSddxclH7OcHxf44o29ZfxIr0YA+u7NGz2Komj6e64yRj5ZBM6Zr1JNQ 62hkaaEGAgRmTudzogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (24ms, testOpenSslServerSecP384r1). 06:51:31.582 INFO [TestNameLoggerRule]: Test testOpenSslServerSecP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.582 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 06:51:31.587 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.588 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.615 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:50273] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.615 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:50273, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.615 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:50273] (o.e.c.s.DTLSConnector$Worker.run:3847) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCDbyeTl1Bk2AarM2q02GiIbBVG9xQyVIidIdrIICiju kAQw5fkm7/ipIzlQQ9ROF8eJOzNjb6S4CcUiX5YynJVIn5YQ8ZdJN5M9WTRWpebD TvM+oQYCBGZO53OiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB 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 (34ms, testOpenSslServerPsk). 06:51:31.618 INFO [TestNameLoggerRule]: Test testOpenSslServerPsk (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.618 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 06:51:31.627 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.628 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.628 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:52948] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.628 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:52948, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.628 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:52948] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.630 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.632 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----- MIICgAIBAQIDAP79BALArgQgOtC+1JmGoKwnMXY/IkO3tI4sruXl3SnkK6wPzh3g 4n0EMBg9YRDoevKdJLiEK+BEo3h8C0hfIjnV9HEmw96QEWpkHkXZMIW+KBxZswC+ 5DMma6EGAgRmTudzogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (18ms, testOpenSslServerTrustTrustCa). 06:51:31.638 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.638 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 06:51:31.648 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.648 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.649 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:41670] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.649 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:41670, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.649 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:41670] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.650 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.652 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----- MIICgAIBAQIDAP79BALArgQgFJAH8EM59VsTpu6VfuZzTb6IplEXvpdVugObHCJc YQ0EMPkZ9+TgXxpEKvzIJthj98klShUuZLPST+yxieVkEBDrJCWrMXW3Y+5eJOBO Suq4DaEGAgRmTudzogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (18ms, testOpenSslServerTrustTrustRoot). 06:51:31.659 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:31.659 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 06:51:31.667 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.668 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.668 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:44390] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.668 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:44390, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:31.668 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:44390] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.670 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:31.672 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----- MIIChQIBAQIDAP79BALArgQgcnb9v7QWxgOq2LmUPkPvDAmopb1zWZpJ8RcZpTCA o6YEMCTwHm8bTFUJu73BA4eEfNWcdXZqWxZy6OMLMDUk2qwn+f1Gz3JS22lHQTlt vNqNiKEGAgRmTudzogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (16ms, testOpenSslServerRsaChainTrustRoot). 06:51:31.678 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.432 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslServerAuthenticationInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest 06:51:31.715 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:31.715 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:31.716 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:31.717 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:31.717 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) 06:51:31.717 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: 7E51644B2D1D684F23FD6332FEABB2749310A8B68B7D64E8DF28AB72F5DCABF2 Session-ID-ctx: Master-Key: C9DFD60C2DC6523B0E62EF389512E4369B58B6F1F0342880AA08A65013E764450F256E6F394B4F9D4A6E48660A8D460E PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1716447091 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (507ms, openssl-client, multifragments per record, TLS_PSK_WITH_AES_128_CCM_8). 06:51:32.226 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:32.227 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:32.227 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:32.228 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:32.228 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:32.228 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) 06:51:32.228 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: BDE89AA3CE7C23C411E8FBF88DD311543334B70315105A73797CCD2B8AC9F84F Session-ID-ctx: Master-Key: 9AEF5AAD65E623709DCEFC09F46DFE0B1A2AAFF774078F9E97D2050B2CA735C8A083B891394F2EE440C0083C2A80F671 PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1716447092 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (506ms, openssl-client, TLS_PSK_WITH_AES_128_CCM_8). 06:51:32.737 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:32.737 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:32.738 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:32.739 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:32.739 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:32.739 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) 06:51:32.739 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: E17CECFCB259DA57228678F5B11E511E741013ECBCFA226BFB0116B554927F5E Session-ID-ctx: Master-Key: 85490F2833DA3C9EFC592726F5A6426CFD8973E5BB024B63700ADEE7F488688BA40635397BF208C29944CB7FE02E7B4B PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1716447092 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (509ms, openssl-client, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 06:51:33.251 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:33.251 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:33.252 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:33.252 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:33.253 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:33.253 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:33.253 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-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: E85036D2673E29930F52F930C253B65E062604A7978F97CDB9D992ED038155D7 Session-ID-ctx: Master-Key: E878C9893C50C91E6C5DD2B3DD09010202E7D121B94BEFCC564F8A978D7A34FB886320C31DD8B657DA832F79A2B29A3B PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1716447093 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (508ms, openssl-client, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 06:51:33.764 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:33.765 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:33.768 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:33.768 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:33.769 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:33.769 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) 06:51:33.769 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 06:51:33.775 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 06:51:33.778 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 1584 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: 0B44007CF6B46C2759A472B08A9E992A799727FA1E5C2D75F0ADBDAE55888B08 Session-ID-ctx: Master-Key: EE912C641CB194E840AC72D523DFB6786007A9150C442303C2EEF652D2D6E27166B1C1E9EB59957A159DA22FE1222956 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447093 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 (512ms, openssl-client, multifragments per record, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 06:51:34.284 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:34.284 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:34.287 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:34.288 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:34.288 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:34.288 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) 06:51:34.288 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 06:51:34.294 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 06:51:34.297 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 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: A0913369E72856E915A4B115FA499BE12857D83B7DE8923E22A45088DB945B27 Session-ID-ctx: Master-Key: C880237EB7A4B25EB2563F42D07E592BA24ACD49FD37ED4DE15F33801CA1B4B097D3F271C4A794239AB6BB2DC946582D PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447094 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 (512ms, openssl-client, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 06:51:34.803 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:34.803 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:34.812 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:34.812 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:34.813 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:34.813 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:34.813 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 06:51:34.819 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 06:51:34.824 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 1104 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: F871EC0AC2A07A809999A300707539E088EA7E08886AB176594813DD1D636199 Session-ID-ctx: Master-Key: 617C0291FCEC9FFED81A09AF4A6C7876E9DFED7A9D04460EBC7B2FDD5B4492B5480CF12618E219DECD2A550F3C84269D PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447094 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, openssl-client, multifragments per record, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 06:51:35.330 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:35.330 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 06:51:35.335 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:35.335 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:35.336 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:35.336 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:35.336 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 06:51:35.342 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 06:51:35.347 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: A905AA35FD61C4BFE931F40D2CF10C3C7C18880006AE4CCDCAE229F1254F6563 Session-ID-ctx: Master-Key: 8F2A13A61FAD9650245F132CEE9517AF21CB5DB75B22B052BC56FD69BCE28B78B5AB95D1BB00547F3057AA3B606EEC7A PSK identity: None PSK identity hint: None SRP username: None Start Time: 1716447095 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, openssl-client, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 06:51:35.853 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.173 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerInteroperabilityTest 06:51:35.860 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 06:51:35.866 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:35.866 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:35.867 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:59486] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:35.867 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:59486] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:35.867 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:59486, 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/v0EAsCoBCApkOlHojst3UlOBKPbH2CPBpu0bwmr946E2v6N50rB SwQwtwumXoupN/cWpwgsTSBpKrowjvgSg4RmGR/Fsic+86CUOcyI0O8uRVMQJHDe NbX4oQYCBGZO53eiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB 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 (7ms, openssl-server, multifragments per record, TLS_PSK_WITH_AES_128_CCM_8). 06:51:35.870 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:35.870 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 06:51:35.876 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:35.876 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:35.884 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:38843] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:35.884 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:38843, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:35.884 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:38843] (o.e.c.s.DTLSConnector$Worker.run:3847) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCDzWhb0a5R7ZM31koHjUXIgBIFIueS/fvDn9WvdxY/r CgQwSIToGcYkZYE/mA1acaSVgQiz7FFey1K6hHAw6VchG0Pc6wwuHbZERcqcPgdv 4dKRoQYCBGZO53eiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB 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 (14ms, openssl-server, TLS_PSK_WITH_AES_128_CCM_8). 06:51:35.887 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:35.887 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 06:51:35.892 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:35.893 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:35.893 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:32829] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:35.893 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:32829, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:35.894 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:32829] (o.e.c.s.DTLSConnector$Worker.run:3847) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsA3BCBkf5fj0TUa0RpXepC3obtD6SjdMlXcHPQdA8s+CoOo KgQwsn2oIYUpsPFaQFSPSEntomi92T3SpH2cxYIWrWotzuUG1PiIXiO6M2RZ0ngN pmQeoQYCBGZO53eiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB 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 (10ms, openssl-server, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 06:51:35.899 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:35.900 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 06:51:35.905 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:35.905 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:35.906 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:42523] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:35.906 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:42523, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:35.906 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:42523] (o.e.c.s.DTLSConnector$Worker.run:3847) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsA3BCCyW45pKeDG9CcZ/U/hv6+XsV8dUOiH+z9AGdl92oht UwQw62lUkHYwwpi1iBdiciL1GKt+qQTJBa8EycxdqHa98Cry6HQnaUb46EH8rMQ7 rnq1oQYCBGZO53eiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB 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 (9ms, openssl-server, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 06:51:35.911 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:35.911 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 06:51:35.919 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:35.920 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:35.920 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:35344] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:35.920 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:35344, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:35.920 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:35344] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:35.921 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:35.923 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----- MIIChQIBAQIDAP79BALAKwQg5cXD0SwUy4QDGftcY67nqIAW1p30wiIkx350Tgu+ eL4EMBOTVvOvkP4LHK/30aHfSteJ96oc7PmxedA4uCgqZnAmEbSKYtjnRTNH5hGI JhO2+KEGAgRmTud3ogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (16ms, openssl-server, multifragments per record, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 06:51:35.929 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:35.930 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 06:51:35.937 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:35.938 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:35.938 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:42139] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:35.938 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:42139, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:35.938 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:42139] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:35.940 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:35.941 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----- MIIChQIBAQIDAP79BALAKwQgyPuxJJrTus76gUnqxr+cgKPGkmzm7qcEfNtjvUAR xFEEMCqSFa8YmX59GaF/aTlXdD82LW3rHTJGNnZHIp7DBbbwxDF0z72KaImRDYsA eTsgr6EGAgRmTud3ogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (16ms, openssl-server, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256). 06:51:35.948 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:35.948 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 06:51:35.956 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:35.956 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:35.957 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:36986] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:35.957 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:36986, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:35.957 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:36986] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:35.959 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:35.960 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----- MIIChQIBAQIDAP79BALALwQg3OOuXg1+qjjUY1HyPh+DyJrO/8gb+gjHQax/zVyJ 6YgEMDBEVvu+bompvBLSxB2t0rpFtokXQylvs2AxV5ITO6HgMRqx/GZnlqky5+oe OTzAyqEGAgRmTud3ogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (15ms, openssl-server, multifragments per record, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 06:51:35.965 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 06:51:35.966 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 06:51:35.973 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.:178) 06:51:35.974 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203) 06:51:35.974 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:41564, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314) 06:51:35.974 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:41564] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:35.974 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:41564] (o.e.c.s.DTLSConnector$Worker.run:3847) 06:51:35.977 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492) 06:51:35.977 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----- MIIChQIBAQIDAP79BALALwQgNs3Z1qLjA4amFWSDSPYsLvGbQQ155V99M0r6Yi0P oFIEMHSSpNa2E+l5FR3cQ1xjQ6zwXYrZ4mImP4tQMKBIU3IuCw6Nqpm8sm1q/11T 3CNg+KEGAgRmTud3ogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (15ms, openssl-server, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256). 06:51:35.983 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) [WARNING] Tests run: 22, Failures: 0, Errors: 0, Skipped: 14, Time elapsed: 0.178 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] --- clean:3.1.0:clean (default-clean) @ californium-proxy2 --- [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-nightly/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-nightly/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.http.Coap2HttpTranslatorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s - in org.eclipse.californium.proxy2.http.Coap2HttpTranslatorTest [INFO] Running org.eclipse.californium.proxy2.http.CrossProtocolTranslatorTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.californium.proxy2.http.CrossProtocolTranslatorTest [INFO] Running org.eclipse.californium.proxy2.http.Http2CoapTranslatorTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.proxy2.http.Http2CoapTranslatorTest [INFO] Running org.eclipse.californium.proxy2.Coap2CoapTranslatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.proxy2.Coap2CoapTranslatorTest [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-nightly/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-proxy2 --- [WARNING] Failed to resolve old artifacts: The following artifacts could not be resolved: org.eclipse.californium:californium-proxy2:jar:2.0.0 (absent): Could not find artifact org.eclipse.californium:californium-proxy2:jar:2.0.0 in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/). The API analysis will proceed comparing the new archives against an empty archive. [INFO] Comparing [] against [org.eclipse.californium:californium-proxy2:jar:3.12.0-SNAPSHOT] (including their transitive dependencies). [WARNING] The `revapi.ignore` extension is deprecated. Consider using the `revapi.differences` instead. [INFO] API checks completed without failures. [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-proxy2 --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-oscore --- [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-nightly/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-nightly/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-nightly/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-nightly/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.ByteIdTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.oscore.ByteIdTest [INFO] Running org.eclipse.californium.oscore.HashMapCtxDBTest 06:51:44.229 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 06:51:44.232 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 06:51:44.232 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. 06:51:44.323 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 06:51:44.331 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted 06:51:44.332 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 06:51:44.332 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 06:51:44.357 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable. 06:51:44.363 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true 06:51:44.363 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready. 06:51:44.364 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17. 06:51:44.364 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17. 06:51:44.364 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17. 06:51:44.364 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17. 06:51:44.364 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17. 06:51:44.364 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17. 06:51:44.364 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17. 06:51:44.364 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17. 06:51:44.364 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17. 06:51:44.365 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17. 06:51:44.365 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17. 06:51:44.365 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 s - in org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Running org.eclipse.californium.oscore.OptionJuggleTest 06:51:44.424 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.71.255 - eth0. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.californium.oscore.OptionJuggleTest [INFO] Running org.eclipse.californium.oscore.OSCoreCtxTest 06:51:44.429 [main] INFO org.eclipse.californium.elements.config.Configuration - writing properties to /home/jenkins/agent/workspace/californium-main-nightly/cf-oscore/Californium3.properties 06:51:44.439 [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.016 s - in org.eclipse.californium.oscore.OSCoreCtxTest [INFO] Running org.eclipse.californium.oscore.OSCoreTest 06:51:44.443 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.443 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.451 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.454 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.454 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 06:51:44.454 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:51:44.456 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.456 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid 06:51:44.456 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.457 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.458 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.458 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.459 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.466 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.466 [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 06:51:44.467 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.468 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.469 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.469 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.471 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.471 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context 06:51:44.471 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:51:44.472 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.472 [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 06:51:44.473 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.473 [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 06:51:44.474 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.474 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.475 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.476 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.476 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.516 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context 06:51:44.517 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.517 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.519 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.519 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.520 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.520 [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 06:51:44.521 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.521 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.522 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.522 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.523 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.523 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.524 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.525 [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.082 s - in org.eclipse.californium.oscore.OSCoreTest [INFO] Running org.eclipse.californium.oscore.OSSerializerTest 06:51:44.526 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null 06:51:44.526 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null 06:51:44.526 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null 06:51:44.527 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid 06:51:44.527 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number 06:51:44.528 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid 06:51:44.528 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid 06:51:44.529 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null 06:51:44.529 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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 06:51:44.532 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.533 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.538 [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 06:51:44.544 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.547 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.548 [main] INFO org.eclipse.californium.ban - Started. 06:51:44.548 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.555 [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 06:51:44.562 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:44.564 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:44.565 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.567 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.567 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:44.567 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 06:51:44.567 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.569 [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]] 06:51:44.569 [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 06:51:44.569 [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]] 06:51:44.569 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 06:51:44.571 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.571 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.571 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.571 [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 06:51:44.572 [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 06:51:44.572 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:44.572 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.572 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.573 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:44.573 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 06:51:44.573 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.573 [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]] 06:51:44.573 [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 06:51:44.573 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 06:51:44.573 [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]] 06:51:44.573 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap 06:51:44.576 [: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) 06:51:44.577 [: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"}, 06:51:44.616 [: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 06:51:44.616 [: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"]}, 06:51:44.617 [: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":0x1900094829C9D853D913F41F}, 80 20 E4 BF 90 87 52 93 DB 71 43 AA 11 2A 6C 9C CF D0 35 BB 23 F4 61 92 89 F3 07 70 8E 3D B8 41 06:51:44.618 [: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-19334], CON-POST MID=19334, Token=null, OptionSet={"Object-Security":0x1900094829C9D853D913F41F}, 80 20 E4 BF 90 87 52 93 DB 71 43 AA 11 2A 6C 9C CF D0 35 BB 23 F4 61 92 89 F3 07 70 8E 3D B8 41 06:51:44.618 [: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-B83279ACC73C92EF], CON-POST MID=19334, Token=B83279ACC73C92EF, OptionSet={"Object-Security":0x1900094829C9D853D913F41F}, 80 20 E4 BF 90 87 52 93 DB 71 43 AA 11 2A 6C 9C CF D0 35 BB 23 F4 61 92 89 F3 07 70 8E 3D B8 41 06:51:44.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-19334], KeyToken[127.0.0.1:8192-B83279ACC73C92EF]] 06:51:44.621 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:44.622 [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=19334, Token=B83279ACC73C92EF, OptionSet={"Object-Security":0x1900094829C9D853D913F41F}, 80 20 E4 BF 90 87 52 93 DB 71 43 AA 11 2A 6C 9C CF D0 35 BB 23 F4 61 92 89 F3 07 70 8E 3D B8 41] 06:51:44.622 [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 06:51:44.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-19334] 06:51:44.624 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193] replace CON-POST MID=19334, Token=B83279ACC73C92EF, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-GET MID=19334, Token=B83279ACC73C92EF, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 06:51:44.624 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8193 06:51:44.625 [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={}, 06:51:44.625 [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) 06:51:44.626 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193, complete]! 06:51:44.626 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R3, 127.0.0.1:8193, complete] completed ACK-2.04 MID=19334, Token=B83279ACC73C92EF, OptionSet={"Object-Security":0x101150E1488368C48BA27A8FC5B3D1C7A8486D}, 99 E4 5E 1E 3E AB 85 17 66! 06:51:44.627 [UDP-Sender-localhost/127.0.0.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 06:51:44.628 [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=19334, Token=B83279ACC73C92EF, OptionSet={"Object-Security":0x101150E1488368C48BA27A8FC5B3D1C7A8486D}, 99 E4 5E 1E 3E AB 85 17 66] 06:51:44.628 [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 06:51:44.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.629 [: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) 06:51:44.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=19334, Token=B83279ACC73C92EF, OptionSet={"Object-Security":0x101150E1488368C48BA27A8FC5B3D1C7A8486D}, : 06:51:44.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L2, 127.0.0.1:8192, complete]! 06:51:44.630 [: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-B83279ACC73C92EF] 06:51:44.630 [: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-19334] 06:51:44.630 [: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=19334, Token=B83279ACC73C92EF, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, -/- CON-POST MID=19334, Token=B83279ACC73C92EF, OptionSet={"Object-Security":0x1900094829C9D853D913F41F}, acked 80 20 E4 BF 90 87 52 93 DB 71 43 AA 11 2A 6C 9C CF D0 35 BB 23 F4 61 92 89 F3 07 70 8E 3D B8 41! 06:51:44.630 [: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"}, 06:51:44.631 [: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 06:51:44.631 [: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"}, 06:51:44.631 [: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) 06:51:44.631 [: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":0x19001A5818E1488368C48BA27A8FC5B3D1C7A8486DA105463F1BFCEEF9}, 50 7C 2B 3A 19 42 20 32 59 16 4C 4A 8E 53 BF 06:51:44.632 [: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-19335], CON-POST MID=19335, Token=null, OptionSet={"Object-Security":0x19001A5818E1488368C48BA27A8FC5B3D1C7A8486DA105463F1BFCEEF9}, 50 7C 2B 3A 19 42 20 32 59 16 4C 4A 8E 53 BF 06:51:44.632 [: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-34F7CE08DBCDC731], CON-POST MID=19335, Token=34F7CE08DBCDC731, OptionSet={"Object-Security":0x19001A5818E1488368C48BA27A8FC5B3D1C7A8486DA105463F1BFCEEF9}, 50 7C 2B 3A 19 42 20 32 59 16 4C 4A 8E 53 BF 06:51:44.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-19335], KeyToken[127.0.0.1:8192-34F7CE08DBCDC731]] 06:51:44.632 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:44.633 [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=19335, Token=34F7CE08DBCDC731, OptionSet={"Object-Security":0x19001A5818E1488368C48BA27A8FC5B3D1C7A8486DA105463F1BFCEEF9}, 50 7C 2B 3A 19 42 20 32 59 16 4C 4A 8E 53 BF] 06:51:44.633 [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 06:51:44.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-19335] 06:51:44.633 [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) 06:51:44.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193] replace CON-POST MID=19335, Token=34F7CE08DBCDC731, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=19335, Token=34F7CE08DBCDC731, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:51:44.637 [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!" 06:51:44.637 [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) 06:51:44.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193, complete]! 06:51:44.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, 127.0.0.1:8193, complete] completed ACK-2.04 MID=19335, Token=34F7CE08DBCDC731, OptionSet={"Object-Security":0x}, AC 8C E6 EE 2D 31 15 C4 5D CF 79 D5 0C BB 40 D5 AB 55 78 77 57 46! 06:51:44.638 [UDP-Sender-localhost/127.0.0.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 06:51:44.639 [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=19335, Token=34F7CE08DBCDC731, OptionSet={"Object-Security":0x}, AC 8C E6 EE 2D 31 15 C4 5D CF 79 D5 0C BB 40 D5 AB 55 78 77 57 46] 06:51:44.639 [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 06:51:44.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.639 [: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) 06:51:44.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]! 06:51:44.639 [: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-34F7CE08DBCDC731] 06:51:44.639 [: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-19335] 06:51:44.639 [: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=19335, Token=34F7CE08DBCDC731, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=19335, Token=34F7CE08DBCDC731, OptionSet={"Object-Security":0x19001A5818E1488368C48BA27A8FC5B3D1C7A8486DA105463F1BFCEEF9}, acked 50 7C 2B 3A 19 42 20 32 59 16 4C 4A 8E 53 BF! ==[ CoAP Response ]============================================ MID : 19335 Token : 34F7CE08DBCDC731 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 63 ms Payload: 12 Bytes =============================================================== 06:51:44.642 [: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 06:51:44.642 [: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"}, 06:51:44.642 [: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}, 74 A9 71 F2 02 58 18 7E 5F 9C B6 D6 40 59 E1 06:51:44.643 [: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-19336], CON-POST MID=19336, Token=null, OptionSet={"Object-Security":0x0901}, 74 A9 71 F2 02 58 18 7E 5F 9C B6 D6 40 59 E1 06:51:44.643 [: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-AC8B44C8B1C03502], CON-POST MID=19336, Token=AC8B44C8B1C03502, OptionSet={"Object-Security":0x0901}, 74 A9 71 F2 02 58 18 7E 5F 9C B6 D6 40 59 E1 06:51:44.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-19336], KeyToken[127.0.0.1:8192-AC8B44C8B1C03502]] 06:51:44.643 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:44.644 [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=19336, Token=AC8B44C8B1C03502, OptionSet={"Object-Security":0x0901}, 74 A9 71 F2 02 58 18 7E 5F 9C B6 D6 40 59 E1] 06:51:44.644 [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 06:51:44.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-19336] 06:51:44.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193] replace CON-POST MID=19336, Token=AC8B44C8B1C03502, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=19336, Token=AC8B44C8B1C03502, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:51:44.645 [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!" 06:51:44.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193, complete]! 06:51:44.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, 127.0.0.1:8193, complete] completed ACK-2.04 MID=19336, Token=AC8B44C8B1C03502, OptionSet={"Object-Security":0x}, 1B 4A B8 C0 88 CE BC 07 9C AE 6E DC D4 AF 14 AF 7C A9 39 50 92 76! 06:51:44.645 [UDP-Sender-localhost/127.0.0.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 06:51:44.646 [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=19336, Token=AC8B44C8B1C03502, OptionSet={"Object-Security":0x}, 1B 4A B8 C0 88 CE BC 07 9C AE 6E DC D4 AF 14 AF 7C A9 39 50 92 76] 06:51:44.646 [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 06:51:44.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5, 127.0.0.1:8192, complete]! 06:51:44.646 [: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-AC8B44C8B1C03502] 06:51:44.646 [: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-19336] 06:51:44.646 [: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=19336, Token=AC8B44C8B1C03502, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=19336, Token=AC8B44C8B1C03502, OptionSet={"Object-Security":0x0901}, acked 74 A9 71 F2 02 58 18 7E 5F 9C B6 D6 40 59 E1! ==[ CoAP Response ]============================================ MID : 19336 Token : AC8B44C8B1C03502 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 4 ms Payload: 12 Bytes =============================================================== 06:51:44.647 [: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 06:51:44.647 [: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"}, 06:51:44.648 [: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}, 4C B1 40 78 5F 80 90 71 61 61 55 02 78 C0 93 06:51:44.648 [: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-19337], CON-POST MID=19337, Token=null, OptionSet={"Object-Security":0x0902}, 4C B1 40 78 5F 80 90 71 61 61 55 02 78 C0 93 06:51:44.648 [: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-E473ACEAE9AD848A], CON-POST MID=19337, Token=E473ACEAE9AD848A, OptionSet={"Object-Security":0x0902}, 4C B1 40 78 5F 80 90 71 61 61 55 02 78 C0 93 06:51:44.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-19337], KeyToken[127.0.0.1:8192-E473ACEAE9AD848A]] 06:51:44.648 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:44.649 [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=19337, Token=E473ACEAE9AD848A, OptionSet={"Object-Security":0x0902}, 4C B1 40 78 5F 80 90 71 61 61 55 02 78 C0 93] 06:51:44.649 [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 06:51:44.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-19337] 06:51:44.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193] replace CON-POST MID=19337, Token=E473ACEAE9AD848A, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=19337, Token=E473ACEAE9AD848A, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:51:44.650 [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!" 06:51:44.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193, complete]! 06:51:44.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, 127.0.0.1:8193, complete] completed ACK-2.04 MID=19337, Token=E473ACEAE9AD848A, OptionSet={"Object-Security":0x}, 84 DA F8 DF 75 1C 52 99 83 81 F7 58 CD 35 D6 E7 CA 1C 65 03 17 D5! 06:51:44.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 36 bytes to 127.0.0.1:8193 06:51:44.651 [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=19337, Token=E473ACEAE9AD848A, OptionSet={"Object-Security":0x}, 84 DA F8 DF 75 1C 52 99 83 81 F7 58 CD 35 D6 E7 CA 1C 65 03 17 D5] 06:51:44.651 [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 06:51:44.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7, 127.0.0.1:8192, complete]! 06:51:44.651 [: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-E473ACEAE9AD848A] 06:51:44.651 [: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-19337] 06:51:44.651 [: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=19337, Token=E473ACEAE9AD848A, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=19337, Token=E473ACEAE9AD848A, OptionSet={"Object-Security":0x0902}, acked 4C B1 40 78 5F 80 90 71 61 61 55 02 78 C0 93! ==[ CoAP Response ]============================================ MID : 19337 Token : E473ACEAE9AD848A Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 4 ms Payload: 12 Bytes =============================================================== 06:51:44.652 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:44.652 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 06:51:44.652 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 06:51:44.652 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 06:51:44.652 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 06:51:44.652 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 06:51:44.652 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 06:51:44.653 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest Start ContextRederivationTest 06:51:44.653 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.653 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.653 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.653 [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 06:51:44.654 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:44.654 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:44.654 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.654 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.654 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:44.654 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 06:51:44.654 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.655 [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 06:51:44.655 [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]] 06:51:44.655 [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]] 06:51:44.655 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 06:51:44.655 [: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 06:51:44.655 [: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"}, 06:51:44.656 [: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 06:51:44.656 [: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-33010], CON-POST MID=33010, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 06:51:44.656 [: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-149057DE2C04AE79], CON-POST MID=33010, Token=149057DE2C04AE79, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 06:51:44.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-33010], KeyToken[127.0.0.1:8194-149057DE2C04AE79]] 06:51:44.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 31 bytes to 127.0.0.1:8194 06:51:44.657 [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=33010, Token=149057DE2C04AE79, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42] 06:51:44.657 [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 06:51:44.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-33010] 06:51:44.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation) 06:51:44.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193] replace CON-POST MID=33010, Token=149057DE2C04AE79, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=33010, Token=149057DE2C04AE79, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:51:44.658 [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!" 06:51:44.658 [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) 06:51:44.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193, complete]! 06:51:44.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8193, complete] completed ACK-2.04 MID=33010, Token=149057DE2C04AE79, OptionSet={"Object-Security":0x10115072D70B03E984CE230493D0A67DA42396}, 16 5D 09 D4 A8 12 30 A0 A4! 06:51:44.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 43 bytes to 127.0.0.1:8193 06:51:44.660 [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=33010, Token=149057DE2C04AE79, OptionSet={"Object-Security":0x10115072D70B03E984CE230493D0A67DA42396}, 16 5D 09 D4 A8 12 30 A0 A4] 06:51:44.660 [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 06:51:44.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.660 [: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) 06:51:44.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=33010, Token=149057DE2C04AE79, OptionSet={"Object-Security":0x10115072D70B03E984CE230493D0A67DA42396}, : 06:51:44.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194, complete]! 06:51:44.660 [: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-149057DE2C04AE79] 06:51:44.660 [: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-33010] 06:51:44.660 [: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=33010, Token=149057DE2C04AE79, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=33010, Token=149057DE2C04AE79, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42! ==[ CoAP Response ]============================================ MID : 33010 Token : 149057DE2C04AE79 Type : ACK Status : 4.01 - UNAUTHORIZED Options: {"Object-Security":0x10115072D70B03E984CE230493D0A67DA42396} RTT : 5 ms Payload: 0 Bytes =============================================================== 06:51:44.661 [: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 06:51:44.661 [: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"}, 06:51:44.661 [: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) 06:51:44.662 [: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":0x19001A581872D70B03E984CE230493D0A67DA423967AD86CDC29A17987}, 51 84 E5 38 00 39 2D A7 2B DC 52 41 FC DC 98 06:51:44.662 [: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-33011], CON-POST MID=33011, Token=null, OptionSet={"Object-Security":0x19001A581872D70B03E984CE230493D0A67DA423967AD86CDC29A17987}, 51 84 E5 38 00 39 2D A7 2B DC 52 41 FC DC 98 06:51:44.662 [: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-BCE0316AA6AC0567], CON-POST MID=33011, Token=BCE0316AA6AC0567, OptionSet={"Object-Security":0x19001A581872D70B03E984CE230493D0A67DA423967AD86CDC29A17987}, 51 84 E5 38 00 39 2D A7 2B DC 52 41 FC DC 98 06:51:44.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-33011], KeyToken[127.0.0.1:8194-BCE0316AA6AC0567]] 06:51:44.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 59 bytes to 127.0.0.1:8194 06:51:44.663 [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=33011, Token=BCE0316AA6AC0567, OptionSet={"Object-Security":0x19001A581872D70B03E984CE230493D0A67DA423967AD86CDC29A17987}, 51 84 E5 38 00 39 2D A7 2B DC 52 41 FC DC 98] 06:51:44.663 [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 06:51:44.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-33011] 06:51:44.663 [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) 06:51:44.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193] replace CON-POST MID=33011, Token=BCE0316AA6AC0567, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=33011, Token=BCE0316AA6AC0567, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:51:44.664 [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!" 06:51:44.664 [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) 06:51:44.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193, complete]! 06:51:44.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, 127.0.0.1:8193, complete] completed ACK-2.04 MID=33011, Token=BCE0316AA6AC0567, OptionSet={"Object-Security":0x}, 67 C2 93 04 97 AC 4C 4E 90 9E B0 86 48 22 C0 AE 70 F8 57 05 A2 F9! 06:51:44.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 36 bytes to 127.0.0.1:8193 06:51:44.665 [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=33011, Token=BCE0316AA6AC0567, OptionSet={"Object-Security":0x}, 67 C2 93 04 97 AC 4C 4E 90 9E B0 86 48 22 C0 AE 70 F8 57 05 A2 F9] 06:51:44.665 [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 06:51:44.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.665 [: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) 06:51:44.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L11, 127.0.0.1:8194, complete]! 06:51:44.666 [: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-BCE0316AA6AC0567] 06:51:44.666 [: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-33011] 06:51:44.666 [: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=33011, Token=BCE0316AA6AC0567, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=33011, Token=BCE0316AA6AC0567, OptionSet={"Object-Security":0x19001A581872D70B03E984CE230493D0A67DA423967AD86CDC29A17987}, acked 51 84 E5 38 00 39 2D A7 2B DC 52 41 FC DC 98! ==[ CoAP Response ]============================================ MID : 33011 Token : BCE0316AA6AC0567 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 4 ms Payload: 12 Bytes =============================================================== 06:51:44.715 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:44.715 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 06:51:44.715 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 06:51:44.715 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 06:51:44.715 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 06:51:44.716 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 06:51:44.716 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 06:51:44.716 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest 06:51:44.716 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:51:44.716 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 06:51:44.716 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 06:51:44.716 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 06:51:44.716 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 06:51:44.716 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 06:51:44.716 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 06:51:44.716 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.eclipse.californium.oscore.ContextRederivationTest [INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest Start OSCoreAlgorithmsTest 06:51:44.719 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.719 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.719 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.719 [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 06:51:44.720 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:44.720 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:44.720 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.720 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.721 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:44.721 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 06:51:44.721 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.721 [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 06:51:44.721 [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]] 06:51:44.721 [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]] 06:51:44.721 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8195 06:51:44.722 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.722 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.722 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.722 [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 06:51:44.722 [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 06:51:44.722 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:44.722 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.722 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.722 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:44.722 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196 06:51:44.723 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.723 [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 06:51:44.723 [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]] 06:51:44.723 [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]] 06:51:44.723 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8196 06:51:44.723 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8196 for coap 06:51:44.723 [: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 06:51:44.723 [: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" 06:51:44.724 [: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 06:51:44.724 [: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-8071], CON-POST MID= 8071, 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 06:51:44.724 [: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-1080442154377DA9], CON-POST MID= 8071, Token=1080442154377DA9, 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 06:51:44.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8195-8071], KeyToken[127.0.0.1:8195-1080442154377DA9]] 06:51:44.725 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:44.725 [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= 8071, Token=1080442154377DA9, 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] 06:51:44.725 [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 06:51:44.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-8071] 06:51:44.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8196] replace CON-POST MID= 8071, Token=1080442154377DA9, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID= 8071, Token=1080442154377DA9, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:51:44.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14, 127.0.0.1:8196] send response NON-2.05 MID= 8071, Token=null, OptionSet={}, "server responds hi" 06:51:44.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8196, complete]! 06:51:44.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, 127.0.0.1:8196, complete] completed NON-2.04 MID= 8071, Token=1080442154377DA9, 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! 06:51:44.727 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.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 06:51:44.727 [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= 8071, Token=1080442154377DA9, 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] 06:51:44.727 [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 06:51:44.728 [: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-8071] 06:51:44.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8195, complete]! 06:51:44.728 [: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-1080442154377DA9] 06:51:44.728 [: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-8071] 06:51:44.728 [: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= 8071, Token=1080442154377DA9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 8071, Token=1080442154377DA9, 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 06:51:44.728 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:44.729 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195 06:51:44.729 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8195 06:51:44.729 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] stopping ... 06:51:44.729 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /127.0.0.1 06:51:44.729 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] has stopped. 06:51:44.729 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8195 06:51:44.729 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:51:44.729 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:44.729 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195 06:51:44.729 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8196 06:51:44.729 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8196 06:51:44.729 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8196] stopping ... 06:51:44.729 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /0.0.0.0 06:51:44.729 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8196] has stopped. 06:51:44.729 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8196 Start OSCoreAlgorithmsTest 06:51:44.730 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.731 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.731 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.731 [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 06:51:44.731 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:44.731 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:44.731 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.732 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.732 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:44.732 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197 06:51:44.732 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.732 [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 06:51:44.732 [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]] 06:51:44.732 [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]] 06:51:44.732 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8197 06:51:44.733 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.733 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.733 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.733 [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 06:51:44.733 [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 06:51:44.733 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:44.733 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.733 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.733 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:44.733 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198 06:51:44.733 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.734 [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]] 06:51:44.734 [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 06:51:44.734 [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]] 06:51:44.734 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8198 06:51:44.734 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8198 for coap 06:51:44.734 [: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 06:51:44.734 [: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" 06:51:44.735 [: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 06:51:44.735 [: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-51134], CON-POST MID=51134, 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 06:51:44.735 [: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-D0418F98BEAC581A], CON-POST MID=51134, Token=D0418F98BEAC581A, 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 06:51:44.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8197-51134], KeyToken[127.0.0.1:8197-D0418F98BEAC581A]] 06:51:44.736 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:44.736 [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=51134, Token=D0418F98BEAC581A, 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] 06:51:44.736 [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 06:51:44.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8198-51134] 06:51:44.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8198] replace CON-POST MID=51134, Token=D0418F98BEAC581A, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=51134, Token=D0418F98BEAC581A, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:51:44.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16, 127.0.0.1:8198] send response NON-2.05 MID=51134, Token=null, OptionSet={}, "server responds hi" 06:51:44.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8198, complete]! 06:51:44.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, 127.0.0.1:8198, complete] completed NON-2.04 MID=51134, Token=D0418F98BEAC581A, 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! 06:51:44.739 [UDP-Sender-localhost/127.0.0.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 06:51:44.739 [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=51134, Token=D0418F98BEAC581A, 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] 06:51:44.739 [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 06:51:44.739 [: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-51134] 06:51:44.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, 127.0.0.1:8197, complete]! 06:51:44.740 [: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-D0418F98BEAC581A] 06:51:44.740 [: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-51134] 06:51:44.740 [: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=51134, Token=D0418F98BEAC581A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=51134, Token=D0418F98BEAC581A, 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 06:51:44.740 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:44.740 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197 06:51:44.740 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8197 06:51:44.740 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] stopping ... 06:51:44.740 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /127.0.0.1 06:51:44.740 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] has stopped. 06:51:44.740 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8197 06:51:44.740 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:51:44.740 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:44.741 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197 06:51:44.741 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8198 06:51:44.741 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8198 06:51:44.741 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8198] stopping ... 06:51:44.741 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /0.0.0.0 06:51:44.741 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8198] has stopped. 06:51:44.741 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8198 Start OSCoreAlgorithmsTest 06:51:44.742 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.742 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.742 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.742 [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 06:51:44.742 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:44.743 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:44.743 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.743 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.743 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:44.743 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199 06:51:44.743 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.743 [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]] 06:51:44.743 [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 06:51:44.743 [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]] 06:51:44.744 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8199 06:51:44.744 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.744 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.744 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.744 [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 06:51:44.744 [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 06:51:44.745 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:44.745 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.745 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.745 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:44.745 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200 06:51:44.745 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.745 [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 06:51:44.745 [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]] 06:51:44.745 [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]] 06:51:44.745 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8200 06:51:44.745 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8200 for coap 06:51:44.745 [: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 06:51:44.745 [: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" 06:51:44.746 [: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 06:51:44.746 [: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-44371], CON-POST MID=44371, 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 06:51:44.746 [: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-18E3DFF6A536803A], CON-POST MID=44371, Token=18E3DFF6A536803A, 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 06:51:44.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-44371], KeyToken[127.0.0.1:8199-18E3DFF6A536803A]] 06:51:44.747 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:44.747 [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=44371, Token=18E3DFF6A536803A, 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] 06:51:44.747 [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 06:51:44.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-44371] 06:51:44.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8200] replace CON-POST MID=44371, Token=18E3DFF6A536803A, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=44371, Token=18E3DFF6A536803A, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:51:44.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R18, 127.0.0.1:8200] send response NON-2.05 MID=44371, Token=null, OptionSet={}, "server responds hi" 06:51:44.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8200, complete]! 06:51:44.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R18, 127.0.0.1:8200, complete] completed NON-2.04 MID=44371, Token=18E3DFF6A536803A, 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! 06:51:44.749 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.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 06:51:44.749 [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=44371, Token=18E3DFF6A536803A, 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] 06:51:44.749 [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 06:51:44.749 [: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-44371] 06:51:44.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, 127.0.0.1:8199, complete]! 06:51:44.750 [: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-18E3DFF6A536803A] 06:51:44.750 [: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-44371] 06:51:44.750 [: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=44371, Token=18E3DFF6A536803A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=44371, Token=18E3DFF6A536803A, 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 06:51:44.750 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:44.750 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199 06:51:44.750 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8199 06:51:44.750 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] stopping ... 06:51:44.750 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /127.0.0.1 06:51:44.750 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] has stopped. 06:51:44.750 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8199 06:51:44.751 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:51:44.751 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:44.751 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199 06:51:44.751 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8200 06:51:44.751 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8200 06:51:44.751 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8200] stopping ... 06:51:44.751 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /0.0.0.0 06:51:44.751 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8200] has stopped. 06:51:44.751 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8200 Start OSCoreAlgorithmsTest 06:51:44.752 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.752 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.814 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.815 [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 06:51:44.815 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:44.815 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:44.815 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.815 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.815 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:44.815 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201 06:51:44.816 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.816 [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 06:51:44.816 [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]] 06:51:44.816 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8201 06:51:44.816 [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]] 06:51:44.816 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.816 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.816 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.816 [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 06:51:44.816 [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 06:51:44.817 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:44.817 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.817 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.817 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:44.817 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202 06:51:44.817 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.817 [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 06:51:44.817 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8202 06:51:44.817 [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]] 06:51:44.817 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8202 for coap 06:51:44.817 [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]] 06:51:44.817 [: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 06:51:44.817 [: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" 06:51:44.818 [: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 06:51:44.818 [: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-12190], CON-POST MID=12190, 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 06:51:44.818 [: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-84CE16999FCA02C5], CON-POST MID=12190, Token=84CE16999FCA02C5, 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 06:51:44.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-12190], KeyToken[127.0.0.1:8201-84CE16999FCA02C5]] 06:51:44.819 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:44.819 [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=12190, Token=84CE16999FCA02C5, 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] 06:51:44.819 [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 06:51:44.819 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-12190] 06:51:44.819 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.819 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8202] replace CON-POST MID=12190, Token=84CE16999FCA02C5, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=12190, Token=84CE16999FCA02C5, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:51:44.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20, 127.0.0.1:8202] send response NON-2.05 MID=12190, Token=null, OptionSet={}, "server responds hi" 06:51:44.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8202, complete]! 06:51:44.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, 127.0.0.1:8202, complete] completed NON-2.04 MID=12190, Token=84CE16999FCA02C5, 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! 06:51:44.820 [UDP-Sender-localhost/127.0.0.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 06:51:44.821 [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=12190, Token=84CE16999FCA02C5, 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] 06:51:44.821 [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 06:51:44.821 [: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-12190] 06:51:44.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, 127.0.0.1:8201, complete]! 06:51:44.821 [: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-84CE16999FCA02C5] 06:51:44.821 [: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-12190] 06:51:44.821 [: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=12190, Token=84CE16999FCA02C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=12190, Token=84CE16999FCA02C5, 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 06:51:44.822 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:44.822 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201 06:51:44.822 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8201 06:51:44.822 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] stopping ... 06:51:44.822 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /127.0.0.1 06:51:44.822 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] has stopped. 06:51:44.822 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8201 06:51:44.822 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:51:44.822 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:44.822 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201 06:51:44.822 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8202 06:51:44.822 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8202 06:51:44.822 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] stopping ... 06:51:44.822 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /0.0.0.0 06:51:44.822 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] has stopped. 06:51:44.822 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8202 Start OSCoreAlgorithmsTest 06:51:44.823 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm End OSCoreAlgorithmsTest 06:51:44.823 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.californium.oscore.OSCoreAlgorithmsTest [INFO] Running org.eclipse.californium.oscore.OscoreOptionTest 06:51:44.824 [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.ContextRederivationTest Start ContextRederivationTest 06:51:44.825 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.825 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.825 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.825 [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 06:51:44.825 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:44.825 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:44.826 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.826 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.826 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:44.826 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203 06:51:44.826 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.826 [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]] 06:51:44.826 [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 06:51:44.826 [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]] 06:51:44.826 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203 06:51:44.826 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.826 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.826 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.826 [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 06:51:44.826 [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 06:51:44.827 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:44.827 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.827 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.827 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:44.827 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204 06:51:44.827 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.827 [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 06:51:44.827 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8204 06:51:44.827 [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]] 06:51:44.827 [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]] 06:51:44.827 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8204 for coap 06:51:44.827 [: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) 06:51:44.828 [: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"}, 06:51:44.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L22, 127.0.0.1:8203] send request 06:51:44.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L22, 127.0.0.1:8203] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 06:51:44.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L22, 127.0.0.1:8203] 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":0x1900094894BF042B5123A517}, 20 F3 B4 48 F0 0E 59 F3 50 3B 40 E7 8E 58 54 D5 C4 AA 62 25 3B 47 23 8E 09 AA 31 3C 43 AC 09 D8 06:51:44.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L22, 127.0.0.1:8203] added with generated mid KeyMID[127.0.0.1:8203-29715], CON-POST MID=29715, Token=null, OptionSet={"Object-Security":0x1900094894BF042B5123A517}, 20 F3 B4 48 F0 0E 59 F3 50 3B 40 E7 8E 58 54 D5 C4 AA 62 25 3B 47 23 8E 09 AA 31 3C 43 AC 09 D8 06:51:44.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L22, 127.0.0.1:8203] added with generated token KeyToken[127.0.0.1:8203-BC0979D93FDE81CE], CON-POST MID=29715, Token=BC0979D93FDE81CE, OptionSet={"Object-Security":0x1900094894BF042B5123A517}, 20 F3 B4 48 F0 0E 59 F3 50 3B 40 E7 8E 58 54 D5 C4 AA 62 25 3B 47 23 8E 09 AA 31 3C 43 AC 09 D8 06:51:44.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-29715], KeyToken[127.0.0.1:8203-BC0979D93FDE81CE]] 06:51:44.829 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8203 06:51:44.829 [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=29715, Token=BC0979D93FDE81CE, OptionSet={"Object-Security":0x1900094894BF042B5123A517}, 20 F3 B4 48 F0 0E 59 F3 50 3B 40 E7 8E 58 54 D5 C4 AA 62 25 3B 47 23 8E 09 AA 31 3C 43 AC 09 D8] 06:51:44.829 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 58 bytes from 127.0.0.1:8204 06:51:44.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-29715] 06:51:44.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R23, 127.0.0.1:8204] replace CON-POST MID=29715, Token=BC0979D93FDE81CE, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-GET MID=29715, Token=BC0979D93FDE81CE, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 06:51:44.830 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8204 06:51:44.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R23, 127.0.0.1:8204] send response null-4.04 MID= -1, Token=null, OptionSet={}, 06:51:44.830 [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) 06:51:44.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R23, 127.0.0.1:8204, complete]! 06:51:44.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R23, 127.0.0.1:8204, complete] completed ACK-2.04 MID=29715, Token=BC0979D93FDE81CE, OptionSet={"Object-Security":0x1011504249C318149ABF095C63E5561FBD80F1}, B4 00 AA 4E 43 D6 AD 73 4D! 06:51:44.831 [UDP-Sender-localhost/127.0.0.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:8204 06:51:44.831 [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 [ACK-2.04 MID=29715, Token=BC0979D93FDE81CE, OptionSet={"Object-Security":0x1011504249C318149ABF095C63E5561FBD80F1}, B4 00 AA 4E 43 D6 AD 73 4D] 06:51:44.831 [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 43 bytes from 127.0.0.1:8203 06:51:44.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.832 [: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) 06:51:44.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=29715, Token=BC0979D93FDE81CE, OptionSet={"Object-Security":0x1011504249C318149ABF095C63E5561FBD80F1}, : 06:51:44.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L22, 127.0.0.1:8203, complete]! 06:51:44.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L22, 127.0.0.1:8203, complete] for token KeyToken[127.0.0.1:8203-BC0979D93FDE81CE] 06:51:44.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L22, 127.0.0.1:8203, complete] for MID KeyMID[127.0.0.1:8203-29715] 06:51:44.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L22, 127.0.0.1:8203, complete] completed CON-GET MID=29715, Token=BC0979D93FDE81CE, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, -/- CON-POST MID=29715, Token=BC0979D93FDE81CE, OptionSet={"Object-Security":0x1900094894BF042B5123A517}, acked 20 F3 B4 48 F0 0E 59 F3 50 3B 40 E7 8E 58 54 D5 C4 AA 62 25 3B 47 23 8E 09 AA 31 3C 43 AC 09 D8! 06:51:44.832 [: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"}, 06:51:44.832 [: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 06:51:44.832 [: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-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 06:51:44.833 [: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) 06:51:44.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8203] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x19001A58184249C318149ABF095C63E5561FBD80F10E65C744934C0C66}, AC AF F2 40 67 D4 F4 17 41 50 7B 08 3C D6 DA 06:51:44.833 [: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-29716], CON-POST MID=29716, Token=null, OptionSet={"Object-Security":0x19001A58184249C318149ABF095C63E5561FBD80F10E65C744934C0C66}, AC AF F2 40 67 D4 F4 17 41 50 7B 08 3C D6 DA 06:51:44.833 [: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-F47C13DFB9C67209], CON-POST MID=29716, Token=F47C13DFB9C67209, OptionSet={"Object-Security":0x19001A58184249C318149ABF095C63E5561FBD80F10E65C744934C0C66}, AC AF F2 40 67 D4 F4 17 41 50 7B 08 3C D6 DA 06:51:44.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-29716], KeyToken[127.0.0.1:8203-F47C13DFB9C67209]] 06:51:44.834 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8203 06:51:44.834 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E23,T62) 127.0.0.1:8,204 ==> :8,203 [CON-POST MID=29716, Token=F47C13DFB9C67209, OptionSet={"Object-Security":0x19001A58184249C318149ABF095C63E5561FBD80F10E65C744934C0C66}, AC AF F2 40 67 D4 F4 17 41 50 7B 08 3C D6 DA] 06:51:44.834 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 59 bytes from 127.0.0.1:8204 06:51:44.834 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-29716] 06:51:44.834 [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) 06:51:44.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8204] replace CON-POST MID=29716, Token=F47C13DFB9C67209, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=29716, Token=F47C13DFB9C67209, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:51:44.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R24, 127.0.0.1:8204] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 06:51:44.835 [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) 06:51:44.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8204, complete]! 06:51:44.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R24, 127.0.0.1:8204, complete] completed ACK-2.04 MID=29716, Token=F47C13DFB9C67209, OptionSet={"Object-Security":0x}, 8E A0 C4 CC B8 0B 66 84 F7 2B A5 2B C5 B0 48 97 D4 F5 21 AE 50 86! 06:51:44.835 [UDP-Sender-localhost/127.0.0.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:8204 06:51:44.836 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E24,T65) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04 MID=29716, Token=F47C13DFB9C67209, OptionSet={"Object-Security":0x}, 8E A0 C4 CC B8 0B 66 84 F7 2B A5 2B C5 B0 48 97 D4 F5 21 AE 50 86] 06:51:44.836 [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 36 bytes from 127.0.0.1:8203 06:51:44.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.836 [: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) 06:51:44.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8203, complete]! 06:51:44.836 [: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-F47C13DFB9C67209] 06:51:44.836 [: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-29716] 06:51:44.836 [: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-GET MID=29716, Token=F47C13DFB9C67209, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=29716, Token=F47C13DFB9C67209, OptionSet={"Object-Security":0x19001A58184249C318149ABF095C63E5561FBD80F10E65C744934C0C66}, acked AC AF F2 40 67 D4 F4 17 41 50 7B 08 3C D6 DA! ==[ CoAP Response ]============================================ MID : 29716 Token : F47C13DFB9C67209 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 8 ms Payload: 12 Bytes =============================================================== 06:51:44.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25, 127.0.0.1:8203] send request 06:51:44.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25, 127.0.0.1:8203] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 06:51:44.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8203] 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}, 15 C0 39 08 3E C9 59 B2 E6 20 55 36 34 6C 9B 06:51:44.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25, 127.0.0.1:8203] added with generated mid KeyMID[127.0.0.1:8203-29717], CON-POST MID=29717, Token=null, OptionSet={"Object-Security":0x0901}, 15 C0 39 08 3E C9 59 B2 E6 20 55 36 34 6C 9B 06:51:44.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25, 127.0.0.1:8203] added with generated token KeyToken[127.0.0.1:8203-D0278BF46E38095B], CON-POST MID=29717, Token=D0278BF46E38095B, OptionSet={"Object-Security":0x0901}, 15 C0 39 08 3E C9 59 B2 E6 20 55 36 34 6C 9B 06:51:44.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-29717], KeyToken[127.0.0.1:8203-D0278BF46E38095B]] 06:51:44.838 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8203 06:51:44.838 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E25,T62) 127.0.0.1:8,204 ==> :8,203 [CON-POST MID=29717, Token=D0278BF46E38095B, OptionSet={"Object-Security":0x0901}, 15 C0 39 08 3E C9 59 B2 E6 20 55 36 34 6C 9B] 06:51:44.838 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 31 bytes from 127.0.0.1:8204 06:51:44.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-29717] 06:51:44.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8204] replace CON-POST MID=29717, Token=D0278BF46E38095B, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=29717, Token=D0278BF46E38095B, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:51:44.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R26, 127.0.0.1:8204] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 06:51:44.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8204, complete]! 06:51:44.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R26, 127.0.0.1:8204, complete] completed ACK-2.04 MID=29717, Token=D0278BF46E38095B, OptionSet={"Object-Security":0x}, 47 69 19 A6 7F D8 A8 E6 16 C7 DD 62 23 32 80 E8 2C C7 83 C6 9D 7A! 06:51:44.839 [UDP-Sender-localhost/127.0.0.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:8204 06:51:44.840 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E26,T65) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04 MID=29717, Token=D0278BF46E38095B, OptionSet={"Object-Security":0x}, 47 69 19 A6 7F D8 A8 E6 16 C7 DD 62 23 32 80 E8 2C C7 83 C6 9D 7A] 06:51:44.840 [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 36 bytes from 127.0.0.1:8203 06:51:44.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8203, complete]! 06:51:44.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, 127.0.0.1:8203, complete] for token KeyToken[127.0.0.1:8203-D0278BF46E38095B] 06:51:44.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, 127.0.0.1:8203, complete] for MID KeyMID[127.0.0.1:8203-29717] 06:51:44.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L25, 127.0.0.1:8203, complete] completed CON-GET MID=29717, Token=D0278BF46E38095B, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=29717, Token=D0278BF46E38095B, OptionSet={"Object-Security":0x0901}, acked 15 C0 39 08 3E C9 59 B2 E6 20 55 36 34 6C 9B! ==[ CoAP Response ]============================================ MID : 29717 Token : D0278BF46E38095B Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 3 ms Payload: 12 Bytes =============================================================== 06:51:44.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27, 127.0.0.1:8203] send request 06:51:44.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27, 127.0.0.1:8203] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 06:51:44.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8203] 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}, 84 B1 18 F6 2F 70 6A CA 8C B3 EA 8E 57 B8 58 06:51:44.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27, 127.0.0.1:8203] added with generated mid KeyMID[127.0.0.1:8203-29718], CON-POST MID=29718, Token=null, OptionSet={"Object-Security":0x0902}, 84 B1 18 F6 2F 70 6A CA 8C B3 EA 8E 57 B8 58 06:51:44.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27, 127.0.0.1:8203] added with generated token KeyToken[127.0.0.1:8203-34361A2D7CDE113F], CON-POST MID=29718, Token=34361A2D7CDE113F, OptionSet={"Object-Security":0x0902}, 84 B1 18 F6 2F 70 6A CA 8C B3 EA 8E 57 B8 58 06:51:44.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-29718], KeyToken[127.0.0.1:8203-34361A2D7CDE113F]] 06:51:44.842 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8203 06:51:44.842 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E27,T62) 127.0.0.1:8,204 ==> :8,203 [CON-POST MID=29718, Token=34361A2D7CDE113F, OptionSet={"Object-Security":0x0902}, 84 B1 18 F6 2F 70 6A CA 8C B3 EA 8E 57 B8 58] 06:51:44.842 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 31 bytes from 127.0.0.1:8204 06:51:44.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-29718] 06:51:44.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8204] replace CON-POST MID=29718, Token=34361A2D7CDE113F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=29718, Token=34361A2D7CDE113F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:51:44.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R28, 127.0.0.1:8204] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 06:51:44.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8204, complete]! 06:51:44.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R28, 127.0.0.1:8204, complete] completed ACK-2.04 MID=29718, Token=34361A2D7CDE113F, OptionSet={"Object-Security":0x}, 4D F3 2F F1 7B 7E 40 47 2B 1A 47 D2 1B FD 7D D6 E7 D1 69 DF F8 8F! 06:51:44.843 [UDP-Sender-localhost/127.0.0.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:8204 06:51:44.843 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E28,T65) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04 MID=29718, Token=34361A2D7CDE113F, OptionSet={"Object-Security":0x}, 4D F3 2F F1 7B 7E 40 47 2B 1A 47 D2 1B FD 7D D6 E7 D1 69 DF F8 8F] 06:51:44.843 [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 36 bytes from 127.0.0.1:8203 06:51:44.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8203, complete]! 06:51:44.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, 127.0.0.1:8203, complete] for token KeyToken[127.0.0.1:8203-34361A2D7CDE113F] 06:51:44.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, 127.0.0.1:8203, complete] for MID KeyMID[127.0.0.1:8203-29718] 06:51:44.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L27, 127.0.0.1:8203, complete] completed CON-GET MID=29718, Token=34361A2D7CDE113F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=29718, Token=34361A2D7CDE113F, OptionSet={"Object-Security":0x0902}, acked 84 B1 18 F6 2F 70 6A CA 8C B3 EA 8E 57 B8 58! ==[ CoAP Response ]============================================ MID : 29718 Token : 34361A2D7CDE113F Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 2 ms Payload: 12 Bytes =============================================================== 06:51:44.844 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:44.844 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203 06:51:44.844 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203 06:51:44.844 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ... 06:51:44.844 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1 06:51:44.844 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped. 06:51:44.844 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203 06:51:44.844 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest Start ContextRederivationTest 06:51:44.845 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.845 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.845 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.845 [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 06:51:44.845 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:44.845 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:44.845 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.846 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.846 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:44.846 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205 06:51:44.846 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.846 [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 06:51:44.846 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205 06:51:44.846 [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]] 06:51:44.846 [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]] 06:51:44.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29, 127.0.0.1:8205] send request 06:51:44.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29, 127.0.0.1:8205] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 06:51:44.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8205] 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 06:51:44.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-14365], CON-POST MID=14365, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 06:51:44.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-D89F6E7B2499934C], CON-POST MID=14365, Token=D89F6E7B2499934C, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 06:51:44.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-14365], KeyToken[127.0.0.1:8205-D89F6E7B2499934C]] 06:51:44.847 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8205 06:51:44.848 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E29,T70) 127.0.0.1:8,204 ==> :8,205 [CON-POST MID=14365, Token=D89F6E7B2499934C, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42] 06:51:44.848 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 31 bytes from 127.0.0.1:8204 06:51:44.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-14365] 06:51:44.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation) 06:51:44.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8204] replace CON-POST MID=14365, Token=D89F6E7B2499934C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=14365, Token=D89F6E7B2499934C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:51:44.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R30, 127.0.0.1:8204] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 06:51:44.849 [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) 06:51:44.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8204, complete]! 06:51:44.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R30, 127.0.0.1:8204, complete] completed ACK-2.04 MID=14365, Token=D89F6E7B2499934C, OptionSet={"Object-Security":0x101150248076CDE87398AA2A1636AAF1960ED9}, AF EF DB 14 1B 35 17 B8 ED! 06:51:44.849 [UDP-Sender-localhost/127.0.0.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:8204 06:51:44.849 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E30,T65) 127.0.0.1:8,205 ==> :8,204 [ACK-2.04 MID=14365, Token=D89F6E7B2499934C, OptionSet={"Object-Security":0x101150248076CDE87398AA2A1636AAF1960ED9}, AF EF DB 14 1B 35 17 B8 ED] 06:51:44.850 [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 43 bytes from 127.0.0.1:8205 06:51:44.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.850 [: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) 06:51:44.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=14365, Token=D89F6E7B2499934C, OptionSet={"Object-Security":0x101150248076CDE87398AA2A1636AAF1960ED9}, : 06:51:44.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8205, complete]! 06:51:44.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-D89F6E7B2499934C] 06:51:44.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-14365] 06:51:44.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L29, 127.0.0.1:8205, complete] completed CON-GET MID=14365, Token=D89F6E7B2499934C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=14365, Token=D89F6E7B2499934C, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42! ==[ CoAP Response ]============================================ MID : 14365 Token : D89F6E7B2499934C Type : ACK Status : 4.01 - UNAUTHORIZED Options: {"Object-Security":0x101150248076CDE87398AA2A1636AAF1960ED9} RTT : 4 ms Payload: 0 Bytes =============================================================== 06:51:44.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L31, 127.0.0.1:8205] send request 06:51:44.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L31, 127.0.0.1:8205] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 06:51:44.851 [: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) 06:51:44.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31, 127.0.0.1:8205] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x19001A5818248076CDE87398AA2A1636AAF1960ED9F97E25B706087318}, 6B 0A B9 1C 83 D1 B8 AF 9C 9F 66 A6 C1 04 4E 06:51:44.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L31, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-14366], CON-POST MID=14366, Token=null, OptionSet={"Object-Security":0x19001A5818248076CDE87398AA2A1636AAF1960ED9F97E25B706087318}, 6B 0A B9 1C 83 D1 B8 AF 9C 9F 66 A6 C1 04 4E 06:51:44.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L31, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-BCF3996CF38AFEC3], CON-POST MID=14366, Token=BCF3996CF38AFEC3, OptionSet={"Object-Security":0x19001A5818248076CDE87398AA2A1636AAF1960ED9F97E25B706087318}, 6B 0A B9 1C 83 D1 B8 AF 9C 9F 66 A6 C1 04 4E 06:51:44.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-14366], KeyToken[127.0.0.1:8205-BCF3996CF38AFEC3]] 06:51:44.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 59 bytes to 127.0.0.1:8205 06:51:44.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E31,T70) 127.0.0.1:8,204 ==> :8,205 [CON-POST MID=14366, Token=BCF3996CF38AFEC3, OptionSet={"Object-Security":0x19001A5818248076CDE87398AA2A1636AAF1960ED9F97E25B706087318}, 6B 0A B9 1C 83 D1 B8 AF 9C 9F 66 A6 C1 04 4E] 06:51:44.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 59 bytes from 127.0.0.1:8204 06:51:44.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-14366] 06:51:44.852 [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) 06:51:44.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8204] replace CON-POST MID=14366, Token=BCF3996CF38AFEC3, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=14366, Token=BCF3996CF38AFEC3, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 06:51:44.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R32, 127.0.0.1:8204] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 06:51:44.853 [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) 06:51:44.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8204, complete]! 06:51:44.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R32, 127.0.0.1:8204, complete] completed ACK-2.04 MID=14366, Token=BCF3996CF38AFEC3, OptionSet={"Object-Security":0x}, 29 11 CF 2E 79 6A 3A F4 CA 9B 20 56 C9 0A 3F 28 93 A9 66 F1 03 C4! 06:51:44.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 36 bytes to 127.0.0.1:8204 06:51:44.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E32,T65) 127.0.0.1:8,205 ==> :8,204 [ACK-2.04 MID=14366, Token=BCF3996CF38AFEC3, OptionSet={"Object-Security":0x}, 29 11 CF 2E 79 6A 3A F4 CA 9B 20 56 C9 0A 3F 28 93 A9 66 F1 03 C4] 06:51:44.854 [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 36 bytes from 127.0.0.1:8205 06:51:44.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.854 [: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) 06:51:44.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31, 127.0.0.1:8205, complete]! 06:51:44.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L31, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-BCF3996CF38AFEC3] 06:51:44.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L31, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-14366] 06:51:44.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L31, 127.0.0.1:8205, complete] completed CON-GET MID=14366, Token=BCF3996CF38AFEC3, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=14366, Token=BCF3996CF38AFEC3, OptionSet={"Object-Security":0x19001A5818248076CDE87398AA2A1636AAF1960ED9F97E25B706087318}, acked 6B 0A B9 1C 83 D1 B8 AF 9C 9F 66 A6 C1 04 4E! ==[ CoAP Response ]============================================ MID : 14366 Token : BCF3996CF38AFEC3 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 3 ms Payload: 12 Bytes =============================================================== 06:51:44.855 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:44.855 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205 06:51:44.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205 06:51:44.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ... 06:51:44.855 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1 06:51:44.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped. 06:51:44.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205 06:51:44.855 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest 06:51:44.855 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:51:44.855 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8204 06:51:44.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8204 06:51:44.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] stopping ... 06:51:44.855 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /0.0.0.0 06:51:44.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] has stopped. 06:51:44.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8204 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.californium.oscore.ContextRederivationTest [INFO] Running org.eclipse.californium.oscore.OSCoreTest 06:51:44.856 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.856 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.858 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.858 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.858 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 06:51:44.858 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:51:44.859 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.859 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid 06:51:44.859 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.859 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.915 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.915 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.915 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.918 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.918 [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 06:51:44.918 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.919 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.919 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.920 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.921 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.921 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context 06:51:44.921 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:51:44.921 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.922 [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 06:51:44.922 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.922 [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 06:51:44.923 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.923 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.924 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.924 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.925 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.926 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context 06:51:44.926 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.927 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.928 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.928 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.928 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.929 [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 06:51:44.929 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.929 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.930 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.930 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.930 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 06:51:44.931 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.931 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.932 [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.017 s - in org.eclipse.californium.oscore.OSCoreTest [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] Running org.eclipse.californium.oscore.OSCoreCtxTest 06:51:44.934 [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 s - in org.eclipse.californium.oscore.OSCoreCtxTest [INFO] Running org.eclipse.californium.oscore.ByteIdTest 06:51:44.935 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [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.OSCoreAlgorithmsTest Start OSCoreAlgorithmsTest 06:51:44.937 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.937 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.937 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.937 [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 06:51:44.937 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:44.938 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:44.938 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.938 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.938 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:44.938 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206 06:51:44.938 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.938 [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]] 06:51:44.938 [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 06:51:44.938 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8206 06:51:44.938 [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]] 06:51:44.939 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.939 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.939 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.939 [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 06:51:44.939 [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 06:51:44.939 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:44.939 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.939 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.939 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:44.939 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207 06:51:44.939 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.940 [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]] 06:51:44.940 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8207, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:44.940 [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]] 06:51:44.940 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8207 06:51:44.940 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8207 for coap 06:51:44.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33, 127.0.0.1:8206] send request 06:51:44.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33, 127.0.0.1:8206] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:44.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8206] 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 06:51:44.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33, 127.0.0.1:8206] added with generated mid KeyMID[127.0.0.1:8206-62416], CON-POST MID=62416, 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 06:51:44.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33, 127.0.0.1:8206] added with generated token KeyToken[127.0.0.1:8206-44F5E5E6F790E655], CON-POST MID=62416, Token=44F5E5E6F790E655, 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 06:51:44.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8206-62416], KeyToken[127.0.0.1:8206-44F5E5E6F790E655]] 06:51:44.942 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:44.942 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E33,T75) 127.0.0.1:8,207 ==> :8,206 [CON-POST MID=62416, Token=44F5E5E6F790E655, 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] 06:51:44.942 [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:8207 06:51:44.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-62416] 06:51:44.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8207] replace CON-POST MID=62416, Token=44F5E5E6F790E655, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=62416, Token=44F5E5E6F790E655, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:51:44.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R34, 127.0.0.1:8207] send response NON-2.05 MID=62416, Token=null, OptionSet={}, "server responds hi" 06:51:44.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8207, complete]! 06:51:44.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R34, 127.0.0.1:8207, complete] completed NON-2.04 MID=62416, Token=44F5E5E6F790E655, 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! 06:51:44.943 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8207 06:51:44.944 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E34,T78) 127.0.0.1:8,206 ==> :8,207 [NON-2.04 MID=62416, Token=44F5E5E6F790E655, 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] 06:51:44.944 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8207) received 42 bytes from 127.0.0.1:8206 06:51:44.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8206-62416] 06:51:44.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8206, complete]! 06:51:44.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, 127.0.0.1:8206, complete] for token KeyToken[127.0.0.1:8206-44F5E5E6F790E655] 06:51:44.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, 127.0.0.1:8206, complete] for MID KeyMID[127.0.0.1:8206-62416] 06:51:44.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L33, 127.0.0.1:8206, complete] completed CON-POST MID=62416, Token=44F5E5E6F790E655, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=62416, Token=44F5E5E6F790E655, 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 06:51:44.944 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:44.945 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206 06:51:44.945 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8206 06:51:44.945 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] stopping ... 06:51:44.945 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /127.0.0.1 06:51:44.945 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] has stopped. 06:51:44.945 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8206 06:51:44.945 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:51:44.945 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:44.945 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206 06:51:44.945 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8207 06:51:44.945 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8207 06:51:44.945 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8207] stopping ... 06:51:44.945 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /0.0.0.0 06:51:44.945 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8207] has stopped. 06:51:44.945 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8207 Start OSCoreAlgorithmsTest 06:51:44.946 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.946 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.946 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.946 [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 06:51:44.947 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:44.947 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:44.947 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.947 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.947 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:44.947 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208 06:51:44.947 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.947 [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 06:51:44.947 [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]] 06:51:44.948 [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]] 06:51:44.948 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208 06:51:44.948 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.948 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.948 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.948 [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 06:51:44.948 [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 06:51:44.948 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:44.948 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.948 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.949 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:44.949 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209 06:51:44.949 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.949 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8209, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:44.949 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8209 06:51:44.949 [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]] 06:51:44.949 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8209 for coap 06:51:44.949 [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]] 06:51:44.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35, 127.0.0.1:8208] send request 06:51:44.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35, 127.0.0.1:8208] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:44.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8208] 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 06:51:44.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35, 127.0.0.1:8208] added with generated mid KeyMID[127.0.0.1:8208-2813], CON-POST MID= 2813, 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 06:51:44.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35, 127.0.0.1:8208] added with generated token KeyToken[127.0.0.1:8208-CC19DFA9BE2AD1E6], CON-POST MID= 2813, Token=CC19DFA9BE2AD1E6, 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 06:51:44.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-2813], KeyToken[127.0.0.1:8208-CC19DFA9BE2AD1E6]] 06:51:44.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 49 bytes to 127.0.0.1:8208 06:51:44.950 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E35,T83) 127.0.0.1:8,209 ==> :8,208 [CON-POST MID= 2813, Token=CC19DFA9BE2AD1E6, 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] 06:51:44.950 [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:8209 06:51:44.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-2813] 06:51:44.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:44.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8209] replace CON-POST MID= 2813, Token=CC19DFA9BE2AD1E6, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID= 2813, Token=CC19DFA9BE2AD1E6, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:51:44.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R36, 127.0.0.1:8209] send response NON-2.05 MID= 2813, Token=null, OptionSet={}, "server responds hi" 06:51:44.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8209, complete]! 06:51:44.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R36, 127.0.0.1:8209, complete] completed NON-2.04 MID= 2813, Token=CC19DFA9BE2AD1E6, 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! 06:51:44.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 50 bytes to 127.0.0.1:8209 06:51:44.952 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E36,T86) 127.0.0.1:8,208 ==> :8,209 [NON-2.04 MID= 2813, Token=CC19DFA9BE2AD1E6, 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] 06:51:44.952 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8209) received 50 bytes from 127.0.0.1:8208 06:51:44.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:8208-2813] 06:51:44.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:44.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 06:51:44.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8208, complete]! 06:51:44.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, 127.0.0.1:8208, complete] for token KeyToken[127.0.0.1:8208-CC19DFA9BE2AD1E6] 06:51:44.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, 127.0.0.1:8208, complete] for MID KeyMID[127.0.0.1:8208-2813] 06:51:44.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L35, 127.0.0.1:8208, complete] completed CON-POST MID= 2813, Token=CC19DFA9BE2AD1E6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 2813, Token=CC19DFA9BE2AD1E6, 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 06:51:44.952 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:44.953 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 06:51:44.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208 06:51:44.953 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ... 06:51:44.953 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1 06:51:44.953 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped. 06:51:44.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208 06:51:44.953 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:51:44.953 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:44.953 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 06:51:44.953 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8209 06:51:44.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8209 06:51:44.953 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] stopping ... 06:51:44.953 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /0.0.0.0 06:51:44.953 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] has stopped. 06:51:44.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8209 Start OSCoreAlgorithmsTest 06:51:44.954 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.954 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.954 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.954 [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 06:51:44.954 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:44.954 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:44.954 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.954 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.954 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:44.954 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210 06:51:44.954 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:44.955 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8210, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:44.955 [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]] 06:51:44.955 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8210 06:51:44.955 [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]] 06:51:44.955 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:44.955 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:44.955 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:44.955 [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 06:51:44.955 [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 06:51:44.955 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:44.955 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:44.955 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:44.955 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:44.955 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211 06:51:44.955 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:45.015 [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]] 06:51:45.015 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8211, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:45.015 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8211 06:51:45.015 [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]] 06:51:45.015 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8211 for coap 06:51:45.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37, 127.0.0.1:8210] send request 06:51:45.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37, 127.0.0.1:8210] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:45.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8210] 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 06:51:45.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37, 127.0.0.1:8210] added with generated mid KeyMID[127.0.0.1:8210-49279], CON-POST MID=49279, 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 06:51:45.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37, 127.0.0.1:8210] added with generated token KeyToken[127.0.0.1:8210-B889F1D88342F5AB], CON-POST MID=49279, Token=B889F1D88342F5AB, 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 06:51:45.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8210-49279], KeyToken[127.0.0.1:8210-B889F1D88342F5AB]] 06:51:45.016 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8210 06:51:45.017 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E37,T91) 127.0.0.1:8,211 ==> :8,210 [CON-POST MID=49279, Token=B889F1D88342F5AB, 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] 06:51:45.017 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8210) received 41 bytes from 127.0.0.1:8211 06:51:45.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-49279] 06:51:45.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:45.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8211] replace CON-POST MID=49279, Token=B889F1D88342F5AB, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=49279, Token=B889F1D88342F5AB, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:51:45.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R38, 127.0.0.1:8211] send response NON-2.05 MID=49279, Token=null, OptionSet={}, "server responds hi" 06:51:45.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8211, complete]! 06:51:45.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R38, 127.0.0.1:8211, complete] completed NON-2.04 MID=49279, Token=B889F1D88342F5AB, 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! 06:51:45.018 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8211 06:51:45.018 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E38,T94) 127.0.0.1:8,210 ==> :8,211 [NON-2.04 MID=49279, Token=B889F1D88342F5AB, 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] 06:51:45.018 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8211) received 42 bytes from 127.0.0.1:8210 06:51:45.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-49279] 06:51:45.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:45.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:45.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8210, complete]! 06:51:45.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, 127.0.0.1:8210, complete] for token KeyToken[127.0.0.1:8210-B889F1D88342F5AB] 06:51:45.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, 127.0.0.1:8210, complete] for MID KeyMID[127.0.0.1:8210-49279] 06:51:45.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L37, 127.0.0.1:8210, complete] completed CON-POST MID=49279, Token=B889F1D88342F5AB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=49279, Token=B889F1D88342F5AB, 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 06:51:45.019 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:45.019 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210 06:51:45.019 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8210 06:51:45.019 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] stopping ... 06:51:45.019 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /127.0.0.1 06:51:45.019 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] has stopped. 06:51:45.019 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8210 06:51:45.019 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:51:45.019 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:45.019 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210 06:51:45.019 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8211 06:51:45.019 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8211 06:51:45.019 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] stopping ... 06:51:45.019 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /0.0.0.0 06:51:45.019 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] has stopped. 06:51:45.019 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8211 Start OSCoreAlgorithmsTest 06:51:45.020 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:45.020 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:45.020 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:45.020 [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 06:51:45.020 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:45.021 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:45.021 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:45.021 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:45.021 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:45.021 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212 06:51:45.021 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:45.021 [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 06:51:45.021 [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]] 06:51:45.021 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212 06:51:45.021 [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]] 06:51:45.021 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:45.021 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:45.021 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:45.021 [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 06:51:45.021 [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 06:51:45.022 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:45.022 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:45.022 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:45.022 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:45.022 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213 06:51:45.022 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:45.022 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8213, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:45.022 [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]] 06:51:45.022 [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]] 06:51:45.022 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8213 06:51:45.022 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8213 for coap 06:51:45.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39, 127.0.0.1:8212] send request 06:51:45.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39, 127.0.0.1:8212] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:45.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 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":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 06:51:45.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-32613], CON-POST MID=32613, 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 06:51:45.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-0CFF377E0FA35CED], CON-POST MID=32613, Token=0CFF377E0FA35CED, 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 06:51:45.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-32613], KeyToken[127.0.0.1:8212-0CFF377E0FA35CED]] 06:51:45.023 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8212 06:51:45.024 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E39,T99) 127.0.0.1:8,213 ==> :8,212 [CON-POST MID=32613, Token=0CFF377E0FA35CED, 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] 06:51:45.024 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 49 bytes from 127.0.0.1:8213 06:51:45.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-32613] 06:51:45.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:45.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8213] replace CON-POST MID=32613, Token=0CFF377E0FA35CED, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=32613, Token=0CFF377E0FA35CED, OptionSet={"Object-Security":0x}, "client says hi" server received request 06:51:45.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R40, 127.0.0.1:8213] send response NON-2.05 MID=32613, Token=null, OptionSet={}, "server responds hi" 06:51:45.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8213, complete]! 06:51:45.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R40, 127.0.0.1:8213, complete] completed NON-2.04 MID=32613, Token=0CFF377E0FA35CED, 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! 06:51:45.025 [UDP-Sender-localhost/127.0.0.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:8213 06:51:45.026 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E40,T102) 127.0.0.1:8,212 ==> :8,213 [NON-2.04 MID=32613, Token=0CFF377E0FA35CED, 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] 06:51:45.026 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8213) received 50 bytes from 127.0.0.1:8212 06:51:45.026 [: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-32613] 06:51:45.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:45.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:45.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 127.0.0.1:8212, complete]! 06:51:45.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, 127.0.0.1:8212, complete] for token KeyToken[127.0.0.1:8212-0CFF377E0FA35CED] 06:51:45.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, 127.0.0.1:8212, complete] for MID KeyMID[127.0.0.1:8212-32613] 06:51:45.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L39, 127.0.0.1:8212, complete] completed CON-POST MID=32613, Token=0CFF377E0FA35CED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=32613, Token=0CFF377E0FA35CED, 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 06:51:45.027 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:45.027 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 06:51:45.027 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212 06:51:45.027 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ... 06:51:45.027 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1 06:51:45.027 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped. 06:51:45.027 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212 06:51:45.027 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 06:51:45.027 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:45.027 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 06:51:45.027 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8213 06:51:45.027 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8213 06:51:45.027 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] stopping ... 06:51:45.027 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /0.0.0.0 06:51:45.027 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] has stopped. 06:51:45.027 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8213 Start OSCoreAlgorithmsTest 06:51:45.028 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm End OSCoreAlgorithmsTest 06:51:45.028 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.californium.oscore.OSCoreAlgorithmsTest [INFO] Running org.eclipse.californium.oscore.OptionJuggleTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.oscore.OptionJuggleTest [INFO] Running org.eclipse.californium.oscore.DecryptorTest 06:51:45.032 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:45.032 [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.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.OSSerializerTest 06:51:45.039 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null 06:51:45.039 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null 06:51:45.040 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null 06:51:45.040 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid 06:51:45.041 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number 06:51:45.041 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid 06:51:45.042 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid 06:51:45.042 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null 06:51:45.043 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.oscore.OSSerializerTest [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] ------------------------------------------------------- 06:51:46.354 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:46.361 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 06:51:46.361 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 06:51:46.362 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. [INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest 06:51:46.371 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 06:51:46.429 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 06:51:46.437 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted 06:51:46.438 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 06:51:46.439 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 06:51:46.463 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable. 06:51:46.468 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true 06:51:46.468 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready. 06:51:46.469 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17. 06:51:46.470 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17. 06:51:46.470 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17. 06:51:46.470 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17. 06:51:46.470 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17. 06:51:46.470 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17. 06:51:46.470 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17. 06:51:46.470 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17. 06:51:46.470 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17. 06:51:46.470 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17. 06:51:46.470 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17. 06:51:46.470 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17. 06:51:46.480 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:46.483 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:46.483 [main] INFO org.eclipse.californium.ban - Started. 06:51:46.484 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:46.490 [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 06:51:46.515 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:46.517 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:46.519 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:46.520 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:46.520 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:46.520 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 06:51:46.520 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:46.522 [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]] 06:51:46.522 [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]] 06:51:46.522 [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 06:51:46.522 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 06:51:46.522 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:46.523 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:46.523 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:46.523 [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 06:51:46.523 [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 06:51:46.524 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:46.524 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:46.524 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:46.524 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:46.524 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 06:51:46.524 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:46.524 [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]] 06:51:46.525 [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 06:51:46.525 [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]] 06:51:46.525 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 06:51:46.529 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.71.255 - eth0. 06:51:46.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 06:51:46.535 [: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 06:51:46.535 [: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 06:51:46.538 [: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 06:51:46.538 [: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 06:51:46.543 [: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 06:51:46.544 [: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-22217], CON-POST MID=22217, 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 06:51:46.545 [: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-90B0916B71FB9EA1], CON-POST MID=22217, Token=90B0916B71FB9EA1, 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 06:51:46.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-22217], KeyToken[127.0.0.1:8192-90B0916B71FB9EA1]] 06:51:46.548 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.550 [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=22217, Token=90B0916B71FB9EA1, 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] 06:51:46.550 [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 06:51:46.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-22217] 06:51:46.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193] replace CON-POST MID=22217, Token=90B0916B71FB9EA1, 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=22217, Token=90B0916B71FB9EA1, 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 06:51:46.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 06:51:46.554 [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 06:51:46.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:51:46.555 [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)"}, 06:51:46.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]! 06:51:46.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed ACK-2.04 MID=22217, Token=90B0916B71FB9EA1, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 06:51:46.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 26 bytes to 127.0.0.1:8193 06:51:46.558 [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=22217, Token=90B0916B71FB9EA1, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 06:51:46.558 [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 06:51:46.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.560 [: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) 06:51:46.560 [: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 06:51:46.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-POST MID=22217, Token=90B0916B71FB9EA1, 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 06:51:46.561 [: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 06:51:46.561 [: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 06:51:46.562 [: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 06:51:46.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 generated mid KeyMID[127.0.0.1:8192-22218], CON-POST MID=22218, 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 06:51:46.563 [: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-22217] 06:51:46.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 generated token KeyToken[127.0.0.1:8192-40B643CAC912D2DC], CON-POST MID=22218, Token=40B643CAC912D2DC, 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 06:51:46.564 [: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-90B0916B71FB9EA1] 06:51:46.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-22218], KeyToken[127.0.0.1:8192-40B643CAC912D2DC]] 06:51:46.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 103 bytes to 127.0.0.1:8192 06:51:46.564 [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=22218, Token=40B643CAC912D2DC, 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] 06:51:46.564 [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 06:51:46.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-22218] 06:51:46.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193] replace CON-POST MID=22218, Token=40B643CAC912D2DC, 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=22218, Token=40B643CAC912D2DC, 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 06:51:46.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 06:51:46.566 [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=22218, Token=40B643CAC912D2DC, 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 06:51:46.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:51:46.566 [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)"}, 06:51:46.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193, complete]! 06:51:46.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R3, 127.0.0.1:8193, complete] completed ACK-2.04 MID=22218, Token=40B643CAC912D2DC, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 06:51:46.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 26 bytes to 127.0.0.1:8193 06:51:46.567 [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=22218, Token=40B643CAC912D2DC, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 06:51:46.567 [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 06:51:46.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.568 [: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) 06:51:46.568 [: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 06:51:46.568 [: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=22218, Token=40B643CAC912D2DC, 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 06:51:46.569 [: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 06:51:46.569 [: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 06:51:46.570 [: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 06:51:46.570 [: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-22219], CON-POST MID=22219, 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 06:51:46.570 [: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-22218] 06:51:46.570 [: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-48E65FB1647A41ED], CON-POST MID=22219, Token=48E65FB1647A41ED, 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 06:51:46.570 [: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-40B643CAC912D2DC] 06:51:46.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-22219], KeyToken[127.0.0.1:8192-48E65FB1647A41ED]] 06:51:46.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 103 bytes to 127.0.0.1:8192 06:51:46.571 [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=22219, Token=48E65FB1647A41ED, 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] 06:51:46.571 [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 06:51:46.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-22219] 06:51:46.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193] replace CON-POST MID=22219, Token=48E65FB1647A41ED, 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=22219, Token=48E65FB1647A41ED, 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 06:51:46.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 06:51:46.572 [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=22219, Token=48E65FB1647A41ED, 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 06:51:46.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:51:46.573 [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)"}, 06:51:46.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193, complete]! 06:51:46.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, 127.0.0.1:8193, complete] completed ACK-2.04 MID=22219, Token=48E65FB1647A41ED, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 06:51:46.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 26 bytes to 127.0.0.1:8193 06:51:46.574 [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=22219, Token=48E65FB1647A41ED, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 06:51:46.574 [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 06:51:46.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.575 [: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) 06:51:46.575 [: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 06:51:46.575 [: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=22219, Token=48E65FB1647A41ED, 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 06:51:46.575 [: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 06:51:46.575 [: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 06:51:46.576 [: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 06:51:46.577 [: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-22220], CON-POST MID=22220, 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 06:51:46.577 [: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-22219] 06:51:46.577 [: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-805D87834BB04CE1], CON-POST MID=22220, Token=805D87834BB04CE1, 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 06:51:46.577 [: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-48E65FB1647A41ED] 06:51:46.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-22220], KeyToken[127.0.0.1:8192-805D87834BB04CE1]] 06:51:46.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 103 bytes to 127.0.0.1:8192 06:51:46.578 [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=22220, Token=805D87834BB04CE1, 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] 06:51:46.578 [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 06:51:46.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-22220] 06:51:46.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193] replace CON-POST MID=22220, Token=805D87834BB04CE1, 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=22220, Token=805D87834BB04CE1, 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 06:51:46.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 06:51:46.579 [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=22220, Token=805D87834BB04CE1, 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 06:51:46.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 06:51:46.580 [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 06:51:46.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer 06:51:46.582 [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 06:51:46.582 [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 06:51:46.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193, complete]! 06:51:46.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R5, 127.0.0.1:8193, complete] completed ACK-2.04 MID=22220, Token=805D87834BB04CE1, 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! 06:51:46.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 96 bytes to 127.0.0.1:8193 06:51:46.584 [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=22220, Token=805D87834BB04CE1, 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] 06:51:46.584 [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 06:51:46.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.585 [: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) 06:51:46.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer 06:51:46.585 [: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=22220, Token=805D87834BB04CE1, 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 06:51:46.586 [: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)"}, 06:51:46.586 [: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=22220, Token=805D87834BB04CE1, 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)"}, 06:51:46.586 [: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 06:51:46.586 [: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)"}, 06:51:46.587 [: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 06:51:46.587 [: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-22221], CON-POST MID=22221, 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 06:51:46.588 [: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-22220] 06:51:46.588 [: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-64311C90FFFD73D6], CON-POST MID=22221, Token=64311C90FFFD73D6, 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 06:51:46.588 [: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-805D87834BB04CE1] 06:51:46.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-22221], KeyToken[127.0.0.1:8192-64311C90FFFD73D6]] 06:51:46.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 38 bytes to 127.0.0.1:8192 06:51:46.589 [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=22221, Token=64311C90FFFD73D6, 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] 06:51:46.589 [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 06:51:46.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-22221] 06:51:46.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193] replace CON-POST MID=22221, Token=64311C90FFFD73D6, 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=22221, Token=64311C90FFFD73D6, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 06:51:46.590 [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] 06:51:46.590 [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 06:51:46.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193, complete]! 06:51:46.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, 127.0.0.1:8193, complete] completed ACK-2.04 MID=22221, Token=64311C90FFFD73D6, 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! 06:51:46.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 91 bytes to 127.0.0.1:8193 06:51:46.591 [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=22221, Token=64311C90FFFD73D6, 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] 06:51:46.591 [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 06:51:46.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.592 [: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)"}, 06:51:46.592 [: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=22221, Token=64311C90FFFD73D6, 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)"}, 06:51:46.592 [: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 06:51:46.592 [: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)"}, 06:51:46.593 [: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 06:51:46.594 [: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-22222], CON-POST MID=22222, 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 06:51:46.594 [: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-22221] 06:51:46.615 [: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-AC10560C41BB4218], CON-POST MID=22222, Token=AC10560C41BB4218, 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 06:51:46.615 [: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-64311C90FFFD73D6] 06:51:46.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-22222], KeyToken[127.0.0.1:8192-AC10560C41BB4218]] 06:51:46.615 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.616 [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=22222, Token=AC10560C41BB4218, 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] 06:51:46.616 [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 06:51:46.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-22222] 06:51:46.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8193] replace CON-POST MID=22222, Token=AC10560C41BB4218, 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=22222, Token=AC10560C41BB4218, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 06:51:46.617 [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] 06:51:46.617 [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 06:51:46.618 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8193, complete]! 06:51:46.618 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8193, complete] completed ACK-2.04 MID=22222, Token=AC10560C41BB4218, 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! 06:51:46.618 [UDP-Sender-localhost/127.0.0.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 06:51:46.619 [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=22222, Token=AC10560C41BB4218, 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] 06:51:46.619 [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 06:51:46.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.620 [: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)"}, 06:51:46.620 [: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=22222, Token=AC10560C41BB4218, 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)"}, 06:51:46.620 [: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 06:51:46.620 [: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)"}, 06:51:46.621 [: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 06:51:46.621 [: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-22223], CON-POST MID=22223, 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 06:51:46.621 [: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-22222] 06:51:46.621 [: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-80B19AE98D336038], CON-POST MID=22223, Token=80B19AE98D336038, 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 06:51:46.622 [: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-AC10560C41BB4218] 06:51:46.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-22223], KeyToken[127.0.0.1:8192-80B19AE98D336038]] 06:51:46.622 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.622 [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=22223, Token=80B19AE98D336038, 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] 06:51:46.622 [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 06:51:46.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-22223] 06:51:46.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193] replace CON-POST MID=22223, Token=80B19AE98D336038, 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=22223, Token=80B19AE98D336038, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 06:51:46.623 [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] 06:51:46.623 [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 06:51:46.624 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193, complete]! 06:51:46.624 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, 127.0.0.1:8193, complete] completed ACK-2.04 MID=22223, Token=80B19AE98D336038, 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! 06:51:46.624 [UDP-Sender-localhost/127.0.0.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 06:51:46.625 [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=22223, Token=80B19AE98D336038, 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] 06:51:46.625 [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 06:51:46.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.625 [: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)"}, 06:51:46.626 [: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=22223, Token=80B19AE98D336038, 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)"}, 06:51:46.626 [: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 06:51:46.626 [: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)"}, 06:51:46.627 [: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 06:51:46.627 [: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-22224], CON-POST MID=22224, 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 06:51:46.628 [: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-22223] 06:51:46.628 [: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-84210D07CCA93576], CON-POST MID=22224, Token=84210D07CCA93576, 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 06:51:46.628 [: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-80B19AE98D336038] 06:51:46.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-22224], KeyToken[127.0.0.1:8192-84210D07CCA93576]] 06:51:46.628 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.629 [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=22224, Token=84210D07CCA93576, 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] 06:51:46.629 [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 06:51:46.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-22224] 06:51:46.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R9, 127.0.0.1:8193] replace CON-POST MID=22224, Token=84210D07CCA93576, 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=22224, Token=84210D07CCA93576, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 06:51:46.629 [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] 06:51:46.630 [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 06:51:46.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R9, 127.0.0.1:8193, complete]! 06:51:46.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R9, 127.0.0.1:8193, complete] completed ACK-2.04 MID=22224, Token=84210D07CCA93576, 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! 06:51:46.630 [UDP-Sender-localhost/127.0.0.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 06:51:46.631 [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=22224, Token=84210D07CCA93576, 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] 06:51:46.631 [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 06:51:46.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.632 [: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)"}, 06:51:46.632 [: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=22224, Token=84210D07CCA93576, 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)"}, 06:51:46.632 [: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 06:51:46.632 [: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)"}, 06:51:46.633 [: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 06:51:46.633 [: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-22225], CON-POST MID=22225, 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 06:51:46.634 [: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-22224] 06:51:46.634 [: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-D83839E59A1A551D], CON-POST MID=22225, Token=D83839E59A1A551D, 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 06:51:46.634 [: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-84210D07CCA93576] 06:51:46.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-22225], KeyToken[127.0.0.1:8192-D83839E59A1A551D]] 06:51:46.634 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.635 [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=22225, Token=D83839E59A1A551D, 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] 06:51:46.635 [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 06:51:46.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-22225] 06:51:46.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193] replace CON-POST MID=22225, Token=D83839E59A1A551D, 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=22225, Token=D83839E59A1A551D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 06:51:46.635 [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] 06:51:46.636 [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 06:51:46.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193, complete]! 06:51:46.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8193, complete] completed ACK-2.04 MID=22225, Token=D83839E59A1A551D, 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! 06:51:46.636 [UDP-Sender-localhost/127.0.0.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 06:51:46.637 [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=22225, Token=D83839E59A1A551D, 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] 06:51:46.637 [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 06:51:46.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.638 [: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)"}, 06:51:46.638 [: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=22225, Token=D83839E59A1A551D, 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)"}, 06:51:46.638 [: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 06:51:46.638 [: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)"}, 06:51:46.639 [: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 06:51:46.640 [: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-22226], CON-POST MID=22226, 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 06:51:46.640 [: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-22225] 06:51:46.640 [: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-3451F85675D88BFF], CON-POST MID=22226, Token=3451F85675D88BFF, 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 06:51:46.640 [: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-D83839E59A1A551D] 06:51:46.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-22226], KeyToken[127.0.0.1:8192-3451F85675D88BFF]] 06:51:46.640 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.641 [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=22226, Token=3451F85675D88BFF, 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] 06:51:46.641 [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 06:51:46.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-22226] 06:51:46.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11, 127.0.0.1:8193] replace CON-POST MID=22226, Token=3451F85675D88BFF, 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=22226, Token=3451F85675D88BFF, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 06:51:46.642 [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] 06:51:46.642 [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 06:51:46.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11, 127.0.0.1:8193, complete]! 06:51:46.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R11, 127.0.0.1:8193, complete] completed ACK-2.04 MID=22226, Token=3451F85675D88BFF, 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! 06:51:46.643 [UDP-Sender-localhost/127.0.0.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 06:51:46.643 [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=22226, Token=3451F85675D88BFF, 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] 06:51:46.643 [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 06:51:46.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.644 [: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)"}, 06:51:46.644 [: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=22226, Token=3451F85675D88BFF, 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)"}, 06:51:46.644 [: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 06:51:46.644 [: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)"}, 06:51:46.645 [: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 06:51:46.645 [: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-22227], CON-POST MID=22227, 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 06:51:46.646 [: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-22226] 06:51:46.646 [: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-7CA33EB22D369E38], CON-POST MID=22227, Token=7CA33EB22D369E38, 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 06:51:46.646 [: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-3451F85675D88BFF] 06:51:46.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-22227], KeyToken[127.0.0.1:8192-7CA33EB22D369E38]] 06:51:46.646 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.647 [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=22227, Token=7CA33EB22D369E38, 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] 06:51:46.647 [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 06:51:46.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-22227] 06:51:46.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193] replace CON-POST MID=22227, Token=7CA33EB22D369E38, 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=22227, Token=7CA33EB22D369E38, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 06:51:46.648 [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] 06:51:46.648 [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 06:51:46.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193, complete]! 06:51:46.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, 127.0.0.1:8193, complete] completed ACK-2.04 MID=22227, Token=7CA33EB22D369E38, 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! 06:51:46.648 [UDP-Sender-localhost/127.0.0.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 06:51:46.649 [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=22227, Token=7CA33EB22D369E38, 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] 06:51:46.649 [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 06:51:46.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.649 [: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 06:51:46.649 [: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 06:51:46.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=22220, Token=805D87834BB04CE1, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes 06:51:46.650 [: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=22227, Token=7CA33EB22D369E38, 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=22217, Token=90B0916B71FB9EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 06:51:46.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]! 06:51:46.650 [: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-7CA33EB22D369E38] 06:51:46.650 [: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-22227] 06:51:46.650 [: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=22217, Token=90B0916B71FB9EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes! 06:51:46.651 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:46.651 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:46.651 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 06:51:46.651 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 06:51:46.651 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 06:51:46.651 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 06:51:46.651 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 06:51:46.651 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 06:51:46.651 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:46.651 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 06:51:46.651 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 06:51:46.651 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 06:51:46.651 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 06:51:46.652 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 06:51:46.652 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 06:51:46.652 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 06:51:46.653 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 06:51:46.655 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:46.655 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:46.655 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:46.655 [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 06:51:46.655 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:46.655 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:46.655 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:46.655 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:46.656 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:46.656 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 06:51:46.656 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:46.656 [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]] 06:51:46.656 [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 06:51:46.656 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 06:51:46.656 [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]] 06:51:46.656 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:46.656 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:46.656 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:46.656 [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 06:51:46.656 [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 06:51:46.657 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:46.657 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:46.657 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:46.657 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:46.657 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 06:51:46.657 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:46.657 [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 06:51:46.657 [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]] 06:51:46.657 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195 06:51:46.657 [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]] 06:51:46.658 [: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 06:51:46.658 [: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"}, 06:51:46.659 [: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 06:51:46.660 [: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-52124], CON-POST MID=52124, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:46.660 [: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-7882B352F0A381FC], CON-POST MID=52124, Token=7882B352F0A381FC, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:46.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-52124], KeyToken[127.0.0.1:8194-7882B352F0A381FC]] 06:51:46.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 34 bytes to 127.0.0.1:8194 06:51:46.660 [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=52124, Token=7882B352F0A381FC, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:51:46.661 [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 06:51:46.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-52124] 06:51:46.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8195] replace CON-POST MID=52124, Token=7882B352F0A381FC, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=52124, Token=7882B352F0A381FC, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:51:46.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer 06:51:46.661 [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 06:51:46.662 [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 06:51:46.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8195, complete]! 06:51:46.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, 127.0.0.1:8195, complete] completed ACK-2.04 MID=52124, Token=7882B352F0A381FC, 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! 06:51:46.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 94 bytes to 127.0.0.1:8195 06:51:46.663 [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=52124, Token=7882B352F0A381FC, 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] 06:51:46.663 [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 06:51:46.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.664 [: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=52124, Token=7882B352F0A381FC, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 06:51:46.664 [: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)"}, 06:51:46.664 [: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=52124, Token=7882B352F0A381FC, 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)"}, 06:51:46.664 [: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 06:51:46.664 [: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)"}, 06:51:46.665 [: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 06:51:46.665 [: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-52125], CON-POST MID=52125, 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 06:51:46.665 [: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-52124] 06:51:46.665 [: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-D893D66E854434DD], CON-POST MID=52125, Token=D893D66E854434DD, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 06:51:46.665 [: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-7882B352F0A381FC] 06:51:46.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-52125], KeyToken[127.0.0.1:8194-D893D66E854434DD]] 06:51:46.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 36 bytes to 127.0.0.1:8194 06:51:46.666 [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=52125, Token=D893D66E854434DD, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13] 06:51:46.666 [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 06:51:46.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-52125] 06:51:46.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R15, 127.0.0.1:8195] replace CON-POST MID=52125, Token=D893D66E854434DD, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-GET MID=52125, Token=D893D66E854434DD, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 06:51:46.666 [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] 06:51:46.666 [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 06:51:46.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R15, 127.0.0.1:8195, complete]! 06:51:46.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R15, 127.0.0.1:8195, complete] completed ACK-2.04 MID=52125, Token=D893D66E854434DD, 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! 06:51:46.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 91 bytes to 127.0.0.1:8195 06:51:46.667 [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=52125, Token=D893D66E854434DD, 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] 06:51:46.668 [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 06:51:46.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.668 [: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)"}, 06:51:46.668 [: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=52125, Token=D893D66E854434DD, 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)"}, 06:51:46.668 [: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 06:51:46.668 [: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)"}, 06:51:46.669 [: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 06:51:46.669 [: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-52126], CON-POST MID=52126, 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 06:51:46.669 [: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-52125] 06:51:46.669 [: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-205C179BF5B8C874], CON-POST MID=52126, Token=205C179BF5B8C874, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 06:51:46.669 [: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-D893D66E854434DD] 06:51:46.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-52126], KeyToken[127.0.0.1:8194-205C179BF5B8C874]] 06:51:46.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 36 bytes to 127.0.0.1:8194 06:51:46.670 [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=52126, Token=205C179BF5B8C874, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2] 06:51:46.670 [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 06:51:46.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-52126] 06:51:46.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8195] replace CON-POST MID=52126, Token=205C179BF5B8C874, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-GET MID=52126, Token=205C179BF5B8C874, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 06:51:46.671 [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] 06:51:46.671 [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 06:51:46.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8195, complete]! 06:51:46.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, 127.0.0.1:8195, complete] completed ACK-2.04 MID=52126, Token=205C179BF5B8C874, 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! 06:51:46.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 91 bytes to 127.0.0.1:8195 06:51:46.672 [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=52126, Token=205C179BF5B8C874, 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] 06:51:46.672 [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 06:51:46.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.672 [: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)"}, 06:51:46.672 [: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=52126, Token=205C179BF5B8C874, 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)"}, 06:51:46.673 [: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 06:51:46.673 [: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)"}, 06:51:46.715 [: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 06:51:46.715 [: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-52127], CON-POST MID=52127, 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 06:51:46.716 [: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-52126] 06:51:46.716 [: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-745CDE1D8114811E], CON-POST MID=52127, Token=745CDE1D8114811E, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 06:51:46.716 [: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-205C179BF5B8C874] 06:51:46.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-52127], KeyToken[127.0.0.1:8194-745CDE1D8114811E]] 06:51:46.716 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.717 [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=52127, Token=745CDE1D8114811E, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9] 06:51:46.717 [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 06:51:46.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-52127] 06:51:46.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R17, 127.0.0.1:8195] replace CON-POST MID=52127, Token=745CDE1D8114811E, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-GET MID=52127, Token=745CDE1D8114811E, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 06:51:46.718 [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] 06:51:46.718 [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 06:51:46.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R17, 127.0.0.1:8195, complete]! 06:51:46.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R17, 127.0.0.1:8195, complete] completed ACK-2.04 MID=52127, Token=745CDE1D8114811E, 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! 06:51:46.718 [UDP-Sender-localhost/127.0.0.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 06:51:46.719 [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=52127, Token=745CDE1D8114811E, 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] 06:51:46.719 [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 06:51:46.719 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.719 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.719 [: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 06:51:46.719 [: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 06:51:46.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=52124, Token=7882B352F0A381FC, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes 06:51:46.720 [: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=52127, Token=745CDE1D8114811E, 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=52124, Token=7882B352F0A381FC, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:51:46.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194, complete]! 06:51:46.720 [: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-745CDE1D8114811E] 06:51:46.720 [: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-52127] 06:51:46.720 [: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=52124, Token=7882B352F0A381FC, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, ! 06:51:46.720 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:46.720 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:46.720 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 06:51:46.720 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 06:51:46.720 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 06:51:46.721 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 06:51:46.721 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 06:51:46.721 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 06:51:46.721 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:46.721 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195 06:51:46.721 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195 06:51:46.721 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ... 06:51:46.721 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0 06:51:46.721 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped. 06:51:46.721 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195 06:51:46.721 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 06:51:46.721 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 06:51:46.723 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:46.723 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:46.723 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:46.723 [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 06:51:46.723 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:46.724 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:46.724 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:46.724 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:46.724 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:46.724 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196 06:51:46.724 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:46.724 [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 06:51:46.724 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8196 06:51:46.724 [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]] 06:51:46.724 [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]] 06:51:46.724 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:46.724 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:46.725 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:46.725 [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 06:51:46.725 [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 06:51:46.725 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:46.725 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:46.725 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:46.725 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:46.725 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197 06:51:46.725 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:46.725 [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 06:51:46.725 [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]] 06:51:46.725 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8197 06:51:46.725 [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]] 06:51:46.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 06:51:46.727 [: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 06:51:46.727 [: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 06:51:46.727 [: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 06:51:46.727 [: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 06:51:46.728 [: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 06:51:46.728 [: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-31510], CON-POST MID=31510, 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 06:51:46.728 [: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-8873AD04400152C8], CON-POST MID=31510, Token=8873AD04400152C8, 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 06:51:46.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-31510], KeyToken[127.0.0.1:8196-8873AD04400152C8]] 06:51:46.728 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.729 [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=31510, Token=8873AD04400152C8, 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] 06:51:46.729 [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 06:51:46.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-31510] 06:51:46.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R19, 127.0.0.1:8197] replace CON-POST MID=31510, Token=8873AD04400152C8, 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=31510, Token=8873AD04400152C8, 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 06:51:46.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 06:51:46.730 [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 06:51:46.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:51:46.730 [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)"}, 06:51:46.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R19, 127.0.0.1:8197, complete]! 06:51:46.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R19, 127.0.0.1:8197, complete] completed ACK-2.04 MID=31510, Token=8873AD04400152C8, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 06:51:46.731 [UDP-Sender-localhost/127.0.0.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 06:51:46.731 [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=31510, Token=8873AD04400152C8, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 06:51:46.731 [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 06:51:46.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.732 [: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) 06:51:46.732 [: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 06:51:46.732 [: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=31510, Token=8873AD04400152C8, 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 06:51:46.732 [: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 06:51:46.732 [: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 06:51:46.732 [: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 06:51:46.733 [: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-31511], CON-POST MID=31511, 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 06:51:46.733 [: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-31510] 06:51:46.733 [: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-6481426D3C0EAE10], CON-POST MID=31511, Token=6481426D3C0EAE10, 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 06:51:46.733 [: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-8873AD04400152C8] 06:51:46.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-31511], KeyToken[127.0.0.1:8196-6481426D3C0EAE10]] 06:51:46.733 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.734 [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=31511, Token=6481426D3C0EAE10, 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] 06:51:46.734 [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 06:51:46.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-31511] 06:51:46.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8197] replace CON-POST MID=31511, Token=6481426D3C0EAE10, 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=31511, Token=6481426D3C0EAE10, 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 06:51:46.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 06:51:46.734 [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=31511, Token=6481426D3C0EAE10, 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 06:51:46.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:51:46.735 [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)"}, 06:51:46.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8197, complete]! 06:51:46.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, 127.0.0.1:8197, complete] completed ACK-2.04 MID=31511, Token=6481426D3C0EAE10, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 06:51:46.735 [UDP-Sender-localhost/127.0.0.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 06:51:46.735 [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=31511, Token=6481426D3C0EAE10, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 06:51:46.735 [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 06:51:46.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.736 [: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) 06:51:46.736 [: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 06:51:46.736 [: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=31511, Token=6481426D3C0EAE10, 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 06:51:46.736 [: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 06:51:46.736 [: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 06:51:46.737 [: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 06:51:46.737 [: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-31512], CON-POST MID=31512, 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 06:51:46.737 [: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-31511] 06:51:46.737 [: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-004A452BD048B153], CON-POST MID=31512, Token=004A452BD048B153, 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 06:51:46.737 [: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-6481426D3C0EAE10] 06:51:46.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-31512], KeyToken[127.0.0.1:8196-004A452BD048B153]] 06:51:46.738 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.738 [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=31512, Token=004A452BD048B153, 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] 06:51:46.738 [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 06:51:46.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-31512] 06:51:46.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R21, 127.0.0.1:8197] replace CON-POST MID=31512, Token=004A452BD048B153, 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=31512, Token=004A452BD048B153, 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 06:51:46.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 06:51:46.739 [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=31512, Token=004A452BD048B153, 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 06:51:46.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:51:46.739 [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)"}, 06:51:46.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R21, 127.0.0.1:8197, complete]! 06:51:46.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R21, 127.0.0.1:8197, complete] completed ACK-2.04 MID=31512, Token=004A452BD048B153, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 06:51:46.739 [UDP-Sender-localhost/127.0.0.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 06:51:46.740 [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=31512, Token=004A452BD048B153, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 06:51:46.740 [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 06:51:46.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.740 [: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) 06:51:46.740 [: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 06:51:46.741 [: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=31512, Token=004A452BD048B153, 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 06:51:46.741 [: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 06:51:46.741 [: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 06:51:46.741 [: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 06:51:46.741 [: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-31513], CON-POST MID=31513, 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 06:51:46.742 [: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-31512] 06:51:46.742 [: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-989695178463A2C5], CON-POST MID=31513, Token=989695178463A2C5, 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 06:51:46.742 [: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-004A452BD048B153] 06:51:46.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-31513], KeyToken[127.0.0.1:8196-989695178463A2C5]] 06:51:46.742 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.742 [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=31513, Token=989695178463A2C5, 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] 06:51:46.742 [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 06:51:46.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-31513] 06:51:46.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8197] replace CON-POST MID=31513, Token=989695178463A2C5, 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=31513, Token=989695178463A2C5, 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 06:51:46.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 06:51:46.743 [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=31513, Token=989695178463A2C5, 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 06:51:46.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 06:51:46.743 [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 06:51:46.743 [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)"}, 06:51:46.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8197, complete]! 06:51:46.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R22, 127.0.0.1:8197, complete] completed ACK-2.04 MID=31513, Token=989695178463A2C5, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF! 06:51:46.744 [UDP-Sender-localhost/127.0.0.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 06:51:46.744 [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=31513, Token=989695178463A2C5, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF] 06:51:46.744 [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 06:51:46.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.745 [: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) 06:51:46.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196, complete]! 06:51:46.745 [: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-989695178463A2C5] 06:51:46.745 [: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-31513] 06:51:46.745 [: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=31510, Token=8873AD04400152C8, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST MID=31513, Token=989695178463A2C5, 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! 06:51:46.745 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:46.745 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:46.746 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8196 06:51:46.746 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8196 06:51:46.746 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] stopping ... 06:51:46.746 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /127.0.0.1 06:51:46.746 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] has stopped. 06:51:46.746 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8196 06:51:46.746 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:46.746 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8197 06:51:46.746 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8197 06:51:46.746 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] stopping ... 06:51:46.746 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /0.0.0.0 06:51:46.746 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] has stopped. 06:51:46.746 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8197 06:51:46.746 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 06:51:46.746 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 06:51:46.747 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:46.747 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:46.747 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:46.748 [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 06:51:46.748 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:46.748 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:46.748 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:46.748 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:46.748 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:46.748 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198 06:51:46.748 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:46.748 [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 06:51:46.748 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8198 06:51:46.748 [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]] 06:51:46.748 [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]] 06:51:46.749 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:46.749 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:46.749 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:46.749 [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 06:51:46.749 [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 06:51:46.749 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:46.749 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:46.749 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:46.749 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:46.749 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199 06:51:46.749 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:46.749 [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 06:51:46.749 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8199 06:51:46.749 [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]] 06:51:46.749 [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]] 06:51:46.753 [: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 06:51:46.753 [: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 06:51:46.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L23, 127.0.0.1:8198, complete]! 06:51:46.754 [: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] 06:51:46.754 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:46.754 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:46.754 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8198 06:51:46.754 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8198 06:51:46.754 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] stopping ... 06:51:46.754 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /127.0.0.1 06:51:46.754 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] has stopped. 06:51:46.754 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8198 06:51:46.754 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:46.754 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8199 06:51:46.754 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8199 06:51:46.755 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] stopping ... 06:51:46.755 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /0.0.0.0 06:51:46.755 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] has stopped. 06:51:46.755 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8199 06:51:46.756 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 06:51:46.756 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:51:46.757 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest [INFO] Running org.eclipse.californium.oscore.OSCoreServerClientTest Start OSCoreServerClientTest 06:51:46.758 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:46.758 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:46.758 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:46.758 [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 06:51:46.759 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:46.759 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:46.759 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:46.759 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:46.759 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:46.759 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200 06:51:46.759 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:46.759 [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 06:51:46.759 [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]] 06:51:46.759 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8200 06:51:46.759 [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]] 06:51:46.760 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:46.760 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:46.760 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:46.760 [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 06:51:46.760 [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 06:51:46.760 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:46.760 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:46.760 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:46.761 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:46.761 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201 06:51:46.761 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:46.761 [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 06:51:46.761 [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]] 06:51:46.761 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8201 06:51:46.761 [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]] 06:51:46.761 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8201 for coap 06:51:46.761 [: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 06:51:46.761 [: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" 06:51:46.762 [: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 06:51:46.762 [: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-46437], CON-POST MID=46437, 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 06:51:46.762 [: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-88E15D620C205411], CON-POST MID=46437, Token=88E15D620C205411, 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 06:51:46.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46437], KeyToken[127.0.0.1:8200-88E15D620C205411]] 06:51:46.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:8200 06:51:46.763 [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=46437, Token=88E15D620C205411, 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] 06:51:46.763 [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 06:51:46.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46437] 06:51:46.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R25, 127.0.0.1:8201] replace CON-POST MID=46437, Token=88E15D620C205411, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46437, Token=88E15D620C205411, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R25, 127.0.0.1:8201] send response NON-2.05 MID=46437, Token=null, OptionSet={}, "server responds hi" 06:51:46.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R25, 127.0.0.1:8201, complete]! 06:51:46.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R25, 127.0.0.1:8201, complete] completed NON-2.04 MID=46437, Token=88E15D620C205411, 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! 06:51:46.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 06:51:46.764 [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=46437, Token=88E15D620C205411, 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] 06:51:46.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:8200 06:51:46.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:8200-46437] 06:51:46.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L24, 127.0.0.1:8200, complete]! 06:51:46.765 [: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-88E15D620C205411] 06:51:46.765 [: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-46437] 06:51:46.765 [: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=46437, Token=88E15D620C205411, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46437, Token=88E15D620C205411, 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! 06:51:46.765 [: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 06:51:46.765 [: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" 06:51:46.766 [: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 06:51:46.766 [: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-46438], CON-POST MID=46438, 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 06:51:46.766 [: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-2C56DA14612B4369], CON-POST MID=46438, Token=2C56DA14612B4369, 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 06:51:46.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46438], KeyToken[127.0.0.1:8200-2C56DA14612B4369]] 06:51:46.766 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:46.767 [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=46438, Token=2C56DA14612B4369, 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] 06:51:46.767 [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 06:51:46.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46438] 06:51:46.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R27, 127.0.0.1:8201] replace CON-POST MID=46438, Token=2C56DA14612B4369, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46438, Token=2C56DA14612B4369, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R27, 127.0.0.1:8201] send response NON-2.05 MID=46438, Token=null, OptionSet={}, "server responds hi" 06:51:46.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R27, 127.0.0.1:8201, complete]! 06:51:46.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R27, 127.0.0.1:8201, complete] completed NON-2.04 MID=46438, Token=2C56DA14612B4369, 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! 06:51:46.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 06:51:46.768 [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=46438, Token=2C56DA14612B4369, 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] 06:51:46.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:8200 06:51:46.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:8200-46438] 06:51:46.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L26, 127.0.0.1:8200, complete]! 06:51:46.769 [: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-2C56DA14612B4369] 06:51:46.769 [: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-46438] 06:51:46.769 [: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=46438, Token=2C56DA14612B4369, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46438, Token=2C56DA14612B4369, 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! 06:51:46.769 [: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 06:51:46.769 [: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" 06:51:46.769 [: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 06:51:46.769 [: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-46439], CON-POST MID=46439, 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 06:51:46.770 [: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-B82474638C5FBF6C], CON-POST MID=46439, Token=B82474638C5FBF6C, 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 06:51:46.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46439], KeyToken[127.0.0.1:8200-B82474638C5FBF6C]] 06:51:46.770 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:46.770 [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=46439, Token=B82474638C5FBF6C, 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] 06:51:46.770 [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 06:51:46.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46439] 06:51:46.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R29, 127.0.0.1:8201] replace CON-POST MID=46439, Token=B82474638C5FBF6C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46439, Token=B82474638C5FBF6C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R29, 127.0.0.1:8201] send response NON-2.05 MID=46439, Token=null, OptionSet={}, "server responds hi" 06:51:46.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R29, 127.0.0.1:8201, complete]! 06:51:46.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R29, 127.0.0.1:8201, complete] completed NON-2.04 MID=46439, Token=B82474638C5FBF6C, 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! 06:51:46.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:8201 06:51:46.772 [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=46439, Token=B82474638C5FBF6C, 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] 06:51:46.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:8200 06:51:46.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:8200-46439] 06:51:46.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L28, 127.0.0.1:8200, complete]! 06:51:46.815 [: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-B82474638C5FBF6C] 06:51:46.815 [: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-46439] 06:51:46.815 [: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=46439, Token=B82474638C5FBF6C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46439, Token=B82474638C5FBF6C, 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! 06:51:46.816 [: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 06:51:46.816 [: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" 06:51:46.816 [: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 06:51:46.816 [: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-46440], CON-POST MID=46440, 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 06:51:46.816 [: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-BCBC7C191E0FFBED], CON-POST MID=46440, Token=BCBC7C191E0FFBED, 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 06:51:46.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46440], KeyToken[127.0.0.1:8200-BCBC7C191E0FFBED]] 06:51:46.816 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:46.817 [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=46440, Token=BCBC7C191E0FFBED, 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] 06:51:46.817 [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 06:51:46.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46440] 06:51:46.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R31, 127.0.0.1:8201] replace CON-POST MID=46440, Token=BCBC7C191E0FFBED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46440, Token=BCBC7C191E0FFBED, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R31, 127.0.0.1:8201] send response NON-2.05 MID=46440, Token=null, OptionSet={}, "server responds hi" 06:51:46.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R31, 127.0.0.1:8201, complete]! 06:51:46.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R31, 127.0.0.1:8201, complete] completed NON-2.04 MID=46440, Token=BCBC7C191E0FFBED, 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! 06:51:46.818 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.818 [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=46440, Token=BCBC7C191E0FFBED, 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] 06:51:46.818 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.819 [: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-46440] 06:51:46.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L30, 127.0.0.1:8200, complete]! 06:51:46.819 [: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-BCBC7C191E0FFBED] 06:51:46.819 [: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-46440] 06:51:46.819 [: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=46440, Token=BCBC7C191E0FFBED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46440, Token=BCBC7C191E0FFBED, 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! 06:51:46.819 [: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 06:51:46.819 [: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" 06:51:46.820 [: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 06:51:46.820 [: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-46441], CON-POST MID=46441, 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 06:51:46.820 [: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-204299EDF0D5BE8B], CON-POST MID=46441, Token=204299EDF0D5BE8B, 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 06:51:46.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46441], KeyToken[127.0.0.1:8200-204299EDF0D5BE8B]] 06:51:46.820 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:46.820 [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=46441, Token=204299EDF0D5BE8B, 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] 06:51:46.820 [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 06:51:46.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46441] 06:51:46.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R33, 127.0.0.1:8201] replace CON-POST MID=46441, Token=204299EDF0D5BE8B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46441, Token=204299EDF0D5BE8B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R33, 127.0.0.1:8201] send response NON-2.05 MID=46441, Token=null, OptionSet={}, "server responds hi" 06:51:46.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R33, 127.0.0.1:8201, complete]! 06:51:46.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R33, 127.0.0.1:8201, complete] completed NON-2.04 MID=46441, Token=204299EDF0D5BE8B, 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! 06:51:46.822 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.822 [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=46441, Token=204299EDF0D5BE8B, 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] 06:51:46.822 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.822 [: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-46441] 06:51:46.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L32, 127.0.0.1:8200, complete]! 06:51:46.822 [: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-204299EDF0D5BE8B] 06:51:46.822 [: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-46441] 06:51:46.822 [: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=46441, Token=204299EDF0D5BE8B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46441, Token=204299EDF0D5BE8B, 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! 06:51:46.823 [: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 06:51:46.823 [: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" 06:51:46.823 [: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 06:51:46.823 [: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-46442], CON-POST MID=46442, 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 06:51:46.823 [: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-B88AF5B7ABA084FB], CON-POST MID=46442, Token=B88AF5B7ABA084FB, 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 06:51:46.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46442], KeyToken[127.0.0.1:8200-B88AF5B7ABA084FB]] 06:51:46.823 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:46.824 [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=46442, Token=B88AF5B7ABA084FB, 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] 06:51:46.824 [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 06:51:46.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46442] 06:51:46.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R35, 127.0.0.1:8201] replace CON-POST MID=46442, Token=B88AF5B7ABA084FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46442, Token=B88AF5B7ABA084FB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R35, 127.0.0.1:8201] send response NON-2.05 MID=46442, Token=null, OptionSet={}, "server responds hi" 06:51:46.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R35, 127.0.0.1:8201, complete]! 06:51:46.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R35, 127.0.0.1:8201, complete] completed NON-2.04 MID=46442, Token=B88AF5B7ABA084FB, 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! 06:51:46.825 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.825 [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=46442, Token=B88AF5B7ABA084FB, 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] 06:51:46.825 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.826 [: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-46442] 06:51:46.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L34, 127.0.0.1:8200, complete]! 06:51:46.826 [: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-B88AF5B7ABA084FB] 06:51:46.826 [: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-46442] 06:51:46.826 [: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=46442, Token=B88AF5B7ABA084FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46442, Token=B88AF5B7ABA084FB, 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! 06:51:46.826 [: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 06:51:46.826 [: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" 06:51:46.827 [: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 06:51:46.827 [: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-46443], CON-POST MID=46443, 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 06:51:46.827 [: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-E8C4411876A26C8B], CON-POST MID=46443, Token=E8C4411876A26C8B, 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 06:51:46.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46443], KeyToken[127.0.0.1:8200-E8C4411876A26C8B]] 06:51:46.827 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:46.827 [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=46443, Token=E8C4411876A26C8B, 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] 06:51:46.828 [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 06:51:46.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46443] 06:51:46.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R37, 127.0.0.1:8201] replace CON-POST MID=46443, Token=E8C4411876A26C8B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46443, Token=E8C4411876A26C8B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R37, 127.0.0.1:8201] send response NON-2.05 MID=46443, Token=null, OptionSet={}, "server responds hi" 06:51:46.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R37, 127.0.0.1:8201, complete]! 06:51:46.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R37, 127.0.0.1:8201, complete] completed NON-2.04 MID=46443, Token=E8C4411876A26C8B, 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! 06:51:46.829 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.829 [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=46443, Token=E8C4411876A26C8B, 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] 06:51:46.829 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.829 [: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-46443] 06:51:46.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L36, 127.0.0.1:8200, complete]! 06:51:46.829 [: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-E8C4411876A26C8B] 06:51:46.829 [: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-46443] 06:51:46.829 [: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=46443, Token=E8C4411876A26C8B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46443, Token=E8C4411876A26C8B, 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! 06:51:46.830 [: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 06:51:46.830 [: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" 06:51:46.830 [: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 06:51:46.830 [: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-46444], CON-POST MID=46444, 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 06:51:46.830 [: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-6454D276F6D87A3E], CON-POST MID=46444, Token=6454D276F6D87A3E, 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 06:51:46.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46444], KeyToken[127.0.0.1:8200-6454D276F6D87A3E]] 06:51:46.831 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:46.831 [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=46444, Token=6454D276F6D87A3E, 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] 06:51:46.831 [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 06:51:46.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46444] 06:51:46.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R39, 127.0.0.1:8201] replace CON-POST MID=46444, Token=6454D276F6D87A3E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46444, Token=6454D276F6D87A3E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R39, 127.0.0.1:8201] send response NON-2.05 MID=46444, Token=null, OptionSet={}, "server responds hi" 06:51:46.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R39, 127.0.0.1:8201, complete]! 06:51:46.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R39, 127.0.0.1:8201, complete] completed NON-2.04 MID=46444, Token=6454D276F6D87A3E, 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! 06:51:46.832 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.832 [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=46444, Token=6454D276F6D87A3E, 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] 06:51:46.832 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.833 [: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-46444] 06:51:46.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L38, 127.0.0.1:8200, complete]! 06:51:46.833 [: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-6454D276F6D87A3E] 06:51:46.833 [: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-46444] 06:51:46.833 [: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=46444, Token=6454D276F6D87A3E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46444, Token=6454D276F6D87A3E, 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! 06:51:46.833 [: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 06:51:46.833 [: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" 06:51:46.834 [: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 06:51:46.834 [: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-46445], CON-POST MID=46445, 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 06:51:46.834 [: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-2C562DC02A6FED43], CON-POST MID=46445, Token=2C562DC02A6FED43, 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 06:51:46.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46445], KeyToken[127.0.0.1:8200-2C562DC02A6FED43]] 06:51:46.834 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.835 [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=46445, Token=2C562DC02A6FED43, 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] 06:51:46.835 [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 06:51:46.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46445] 06:51:46.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R41, 127.0.0.1:8201] replace CON-POST MID=46445, Token=2C562DC02A6FED43, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46445, Token=2C562DC02A6FED43, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R41, 127.0.0.1:8201] send response NON-2.05 MID=46445, Token=null, OptionSet={}, "server responds hi" 06:51:46.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R41, 127.0.0.1:8201, complete]! 06:51:46.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R41, 127.0.0.1:8201, complete] completed NON-2.04 MID=46445, Token=2C562DC02A6FED43, 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! 06:51:46.836 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.836 [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=46445, Token=2C562DC02A6FED43, 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] 06:51:46.836 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.836 [: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-46445] 06:51:46.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L40, 127.0.0.1:8200, complete]! 06:51:46.837 [: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-2C562DC02A6FED43] 06:51:46.837 [: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-46445] 06:51:46.837 [: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=46445, Token=2C562DC02A6FED43, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46445, Token=2C562DC02A6FED43, 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! 06:51:46.837 [: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 06:51:46.837 [: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" 06:51:46.837 [: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 06:51:46.837 [: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-46446], CON-POST MID=46446, 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 06:51:46.837 [: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-80FB6B342970447C], CON-POST MID=46446, Token=80FB6B342970447C, 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 06:51:46.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46446], KeyToken[127.0.0.1:8200-80FB6B342970447C]] 06:51:46.838 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.838 [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=46446, Token=80FB6B342970447C, 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] 06:51:46.838 [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 06:51:46.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46446] 06:51:46.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R43, 127.0.0.1:8201] replace CON-POST MID=46446, Token=80FB6B342970447C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46446, Token=80FB6B342970447C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R43, 127.0.0.1:8201] send response NON-2.05 MID=46446, Token=null, OptionSet={}, "server responds hi" 06:51:46.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R43, 127.0.0.1:8201, complete]! 06:51:46.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R43, 127.0.0.1:8201, complete] completed NON-2.04 MID=46446, Token=80FB6B342970447C, 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! 06:51:46.839 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.839 [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=46446, Token=80FB6B342970447C, 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] 06:51:46.839 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.840 [: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-46446] 06:51:46.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L42, 127.0.0.1:8200, complete]! 06:51:46.840 [: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-80FB6B342970447C] 06:51:46.840 [: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-46446] 06:51:46.840 [: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=46446, Token=80FB6B342970447C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46446, Token=80FB6B342970447C, 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! 06:51:46.840 [: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 06:51:46.840 [: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" 06:51:46.841 [: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 06:51:46.841 [: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-46447], CON-POST MID=46447, 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 06:51:46.841 [: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-048C03DDCDD4343B], CON-POST MID=46447, Token=048C03DDCDD4343B, 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 06:51:46.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46447], KeyToken[127.0.0.1:8200-048C03DDCDD4343B]] 06:51:46.841 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.841 [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=46447, Token=048C03DDCDD4343B, 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] 06:51:46.841 [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 06:51:46.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46447] 06:51:46.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R45, 127.0.0.1:8201] replace CON-POST MID=46447, Token=048C03DDCDD4343B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46447, Token=048C03DDCDD4343B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R45, 127.0.0.1:8201] send response NON-2.05 MID=46447, Token=null, OptionSet={}, "server responds hi" 06:51:46.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R45, 127.0.0.1:8201, complete]! 06:51:46.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R45, 127.0.0.1:8201, complete] completed NON-2.04 MID=46447, Token=048C03DDCDD4343B, 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! 06:51:46.843 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.843 [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=46447, Token=048C03DDCDD4343B, 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] 06:51:46.843 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.843 [: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-46447] 06:51:46.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L44, 127.0.0.1:8200, complete]! 06:51:46.843 [: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-048C03DDCDD4343B] 06:51:46.843 [: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-46447] 06:51:46.843 [: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=46447, Token=048C03DDCDD4343B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46447, Token=048C03DDCDD4343B, 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! 06:51:46.844 [: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 06:51:46.844 [: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" 06:51:46.844 [: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 06:51:46.844 [: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-46448], CON-POST MID=46448, 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 06:51:46.844 [: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-B4809DFA24359518], CON-POST MID=46448, Token=B4809DFA24359518, 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 06:51:46.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46448], KeyToken[127.0.0.1:8200-B4809DFA24359518]] 06:51:46.845 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.845 [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=46448, Token=B4809DFA24359518, 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] 06:51:46.845 [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 06:51:46.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46448] 06:51:46.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R47, 127.0.0.1:8201] replace CON-POST MID=46448, Token=B4809DFA24359518, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46448, Token=B4809DFA24359518, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R47, 127.0.0.1:8201] send response NON-2.05 MID=46448, Token=null, OptionSet={}, "server responds hi" 06:51:46.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R47, 127.0.0.1:8201, complete]! 06:51:46.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R47, 127.0.0.1:8201, complete] completed NON-2.04 MID=46448, Token=B4809DFA24359518, 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! 06:51:46.846 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.846 [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=46448, Token=B4809DFA24359518, 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] 06:51:46.846 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.846 [: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-46448] 06:51:46.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L46, 127.0.0.1:8200, complete]! 06:51:46.847 [: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-B4809DFA24359518] 06:51:46.847 [: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-46448] 06:51:46.847 [: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=46448, Token=B4809DFA24359518, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46448, Token=B4809DFA24359518, 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! 06:51:46.847 [: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 06:51:46.847 [: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" 06:51:46.848 [: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 06:51:46.848 [: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-46449], CON-POST MID=46449, 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 06:51:46.848 [: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-DC7E402C57F92446], CON-POST MID=46449, Token=DC7E402C57F92446, 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 06:51:46.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46449], KeyToken[127.0.0.1:8200-DC7E402C57F92446]] 06:51:46.848 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.848 [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=46449, Token=DC7E402C57F92446, 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] 06:51:46.848 [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 06:51:46.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46449] 06:51:46.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R49, 127.0.0.1:8201] replace CON-POST MID=46449, Token=DC7E402C57F92446, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46449, Token=DC7E402C57F92446, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R49, 127.0.0.1:8201] send response NON-2.05 MID=46449, Token=null, OptionSet={}, "server responds hi" 06:51:46.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R49, 127.0.0.1:8201, complete]! 06:51:46.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R49, 127.0.0.1:8201, complete] completed NON-2.04 MID=46449, Token=DC7E402C57F92446, 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! 06:51:46.849 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.850 [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=46449, Token=DC7E402C57F92446, 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] 06:51:46.850 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.850 [: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-46449] 06:51:46.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L48, 127.0.0.1:8200, complete]! 06:51:46.850 [: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-DC7E402C57F92446] 06:51:46.850 [: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-46449] 06:51:46.850 [: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=46449, Token=DC7E402C57F92446, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46449, Token=DC7E402C57F92446, 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! 06:51:46.850 [: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 06:51:46.851 [: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" 06:51:46.851 [: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 06:51:46.851 [: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-46450], CON-POST MID=46450, 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 06:51:46.851 [: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-3CD181506625ED10], CON-POST MID=46450, Token=3CD181506625ED10, 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 06:51:46.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46450], KeyToken[127.0.0.1:8200-3CD181506625ED10]] 06:51:46.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 41 bytes to 127.0.0.1:8200 06:51:46.852 [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=46450, Token=3CD181506625ED10, 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] 06:51:46.852 [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 06:51:46.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46450] 06:51:46.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R51, 127.0.0.1:8201] replace CON-POST MID=46450, Token=3CD181506625ED10, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46450, Token=3CD181506625ED10, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R51, 127.0.0.1:8201] send response NON-2.05 MID=46450, Token=null, OptionSet={}, "server responds hi" 06:51:46.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R51, 127.0.0.1:8201, complete]! 06:51:46.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R51, 127.0.0.1:8201, complete] completed NON-2.04 MID=46450, Token=3CD181506625ED10, 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! 06:51:46.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 06:51:46.853 [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=46450, Token=3CD181506625ED10, 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] 06:51:46.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:8200 06:51:46.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:8200-46450] 06:51:46.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L50, 127.0.0.1:8200, complete]! 06:51:46.853 [: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-3CD181506625ED10] 06:51:46.853 [: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-46450] 06:51:46.853 [: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=46450, Token=3CD181506625ED10, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46450, Token=3CD181506625ED10, 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! 06:51:46.854 [: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 06:51:46.854 [: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" 06:51:46.854 [: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 06:51:46.854 [: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-46451], CON-POST MID=46451, 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 06:51:46.854 [: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-C890C8C91E2C0EAE], CON-POST MID=46451, Token=C890C8C91E2C0EAE, 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 06:51:46.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46451], KeyToken[127.0.0.1:8200-C890C8C91E2C0EAE]] 06:51:46.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 41 bytes to 127.0.0.1:8200 06:51:46.855 [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=46451, Token=C890C8C91E2C0EAE, 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] 06:51:46.855 [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 06:51:46.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46451] 06:51:46.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R53, 127.0.0.1:8201] replace CON-POST MID=46451, Token=C890C8C91E2C0EAE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46451, Token=C890C8C91E2C0EAE, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R53, 127.0.0.1:8201] send response NON-2.05 MID=46451, Token=null, OptionSet={}, "server responds hi" 06:51:46.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R53, 127.0.0.1:8201, complete]! 06:51:46.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R53, 127.0.0.1:8201, complete] completed NON-2.04 MID=46451, Token=C890C8C91E2C0EAE, 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! 06:51:46.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 06:51:46.856 [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=46451, Token=C890C8C91E2C0EAE, 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] 06:51:46.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:8200 06:51:46.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:8200-46451] 06:51:46.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L52, 127.0.0.1:8200, complete]! 06:51:46.857 [: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-C890C8C91E2C0EAE] 06:51:46.857 [: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-46451] 06:51:46.857 [: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=46451, Token=C890C8C91E2C0EAE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46451, Token=C890C8C91E2C0EAE, 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! 06:51:46.857 [: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 06:51:46.857 [: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" 06:51:46.857 [: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 06:51:46.857 [: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-46452], CON-POST MID=46452, 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 06:51:46.857 [: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-C8068ACB51857967], CON-POST MID=46452, Token=C8068ACB51857967, 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 06:51:46.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46452], KeyToken[127.0.0.1:8200-C8068ACB51857967]] 06:51:46.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 41 bytes to 127.0.0.1:8200 06:51:46.858 [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=46452, Token=C8068ACB51857967, 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] 06:51:46.858 [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 06:51:46.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46452] 06:51:46.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R55, 127.0.0.1:8201] replace CON-POST MID=46452, Token=C8068ACB51857967, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46452, Token=C8068ACB51857967, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R55, 127.0.0.1:8201] send response NON-2.05 MID=46452, Token=null, OptionSet={}, "server responds hi" 06:51:46.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R55, 127.0.0.1:8201, complete]! 06:51:46.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R55, 127.0.0.1:8201, complete] completed NON-2.04 MID=46452, Token=C8068ACB51857967, 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! 06:51:46.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:8201 06:51:46.859 [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=46452, Token=C8068ACB51857967, 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] 06:51:46.859 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.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:8200-46452] 06:51:46.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L54, 127.0.0.1:8200, complete]! 06:51:46.860 [: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-C8068ACB51857967] 06:51:46.860 [: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-46452] 06:51:46.860 [: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=46452, Token=C8068ACB51857967, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46452, Token=C8068ACB51857967, 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! 06:51:46.860 [: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 06:51:46.860 [: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" 06:51:46.861 [: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 06:51:46.861 [: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-46453], CON-POST MID=46453, 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 06:51:46.861 [: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-04EC0F82A6B7AFAD], CON-POST MID=46453, Token=04EC0F82A6B7AFAD, 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 06:51:46.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46453], KeyToken[127.0.0.1:8200-04EC0F82A6B7AFAD]] 06:51:46.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 42 bytes to 127.0.0.1:8200 06:51:46.861 [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=46453, Token=04EC0F82A6B7AFAD, 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] 06:51:46.861 [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 06:51:46.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46453] 06:51:46.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R57, 127.0.0.1:8201] replace CON-POST MID=46453, Token=04EC0F82A6B7AFAD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46453, Token=04EC0F82A6B7AFAD, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R57, 127.0.0.1:8201] send response NON-2.05 MID=46453, Token=null, OptionSet={}, "server responds hi" 06:51:46.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R57, 127.0.0.1:8201, complete]! 06:51:46.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R57, 127.0.0.1:8201, complete] completed NON-2.04 MID=46453, Token=04EC0F82A6B7AFAD, 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! 06:51:46.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 06:51:46.863 [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=46453, Token=04EC0F82A6B7AFAD, 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] 06:51:46.863 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.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:8200-46453] 06:51:46.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L56, 127.0.0.1:8200, complete]! 06:51:46.863 [: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-04EC0F82A6B7AFAD] 06:51:46.863 [: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-46453] 06:51:46.863 [: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=46453, Token=04EC0F82A6B7AFAD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46453, Token=04EC0F82A6B7AFAD, 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! 06:51:46.864 [: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 06:51:46.864 [: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" 06:51:46.864 [: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 06:51:46.864 [: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-46454], CON-POST MID=46454, 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 06:51:46.864 [: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-8479D8F58617C749], CON-POST MID=46454, Token=8479D8F58617C749, 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 06:51:46.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46454], KeyToken[127.0.0.1:8200-8479D8F58617C749]] 06:51:46.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 42 bytes to 127.0.0.1:8200 06:51:46.865 [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=46454, Token=8479D8F58617C749, 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] 06:51:46.865 [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 06:51:46.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46454] 06:51:46.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R59, 127.0.0.1:8201] replace CON-POST MID=46454, Token=8479D8F58617C749, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46454, Token=8479D8F58617C749, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R59, 127.0.0.1:8201] send response NON-2.05 MID=46454, Token=null, OptionSet={}, "server responds hi" 06:51:46.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R59, 127.0.0.1:8201, complete]! 06:51:46.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R59, 127.0.0.1:8201, complete] completed NON-2.04 MID=46454, Token=8479D8F58617C749, 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! 06:51:46.866 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.866 [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=46454, Token=8479D8F58617C749, 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] 06:51:46.866 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.866 [: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-46454] 06:51:46.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L58, 127.0.0.1:8200, complete]! 06:51:46.866 [: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-8479D8F58617C749] 06:51:46.866 [: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-46454] 06:51:46.866 [: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=46454, Token=8479D8F58617C749, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46454, Token=8479D8F58617C749, 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! 06:51:46.867 [: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 06:51:46.867 [: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" 06:51:46.867 [: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 06:51:46.867 [: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-46455], CON-POST MID=46455, 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 06:51:46.868 [: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-581EF4D73539A5CF], CON-POST MID=46455, Token=581EF4D73539A5CF, 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 06:51:46.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46455], KeyToken[127.0.0.1:8200-581EF4D73539A5CF]] 06:51:46.868 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.868 [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=46455, Token=581EF4D73539A5CF, 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] 06:51:46.868 [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 06:51:46.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46455] 06:51:46.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R61, 127.0.0.1:8201] replace CON-POST MID=46455, Token=581EF4D73539A5CF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46455, Token=581EF4D73539A5CF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R61, 127.0.0.1:8201] send response NON-2.05 MID=46455, Token=null, OptionSet={}, "server responds hi" 06:51:46.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R61, 127.0.0.1:8201, complete]! 06:51:46.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R61, 127.0.0.1:8201, complete] completed NON-2.04 MID=46455, Token=581EF4D73539A5CF, 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! 06:51:46.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:8201 06:51:46.869 [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=46455, Token=581EF4D73539A5CF, 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] 06:51:46.869 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.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:8200-46455] 06:51:46.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L60, 127.0.0.1:8200, complete]! 06:51:46.870 [: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-581EF4D73539A5CF] 06:51:46.870 [: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-46455] 06:51:46.870 [: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=46455, Token=581EF4D73539A5CF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46455, Token=581EF4D73539A5CF, 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! 06:51:46.870 [: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 06:51:46.870 [: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" 06:51:46.870 [: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 06:51:46.871 [: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-46456], CON-POST MID=46456, 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 06:51:46.871 [: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-7420C6961E52DA3B], CON-POST MID=46456, Token=7420C6961E52DA3B, 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 06:51:46.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46456], KeyToken[127.0.0.1:8200-7420C6961E52DA3B]] 06:51:46.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 42 bytes to 127.0.0.1:8200 06:51:46.871 [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=46456, Token=7420C6961E52DA3B, 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] 06:51:46.871 [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 06:51:46.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46456] 06:51:46.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R63, 127.0.0.1:8201] replace CON-POST MID=46456, Token=7420C6961E52DA3B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46456, Token=7420C6961E52DA3B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R63, 127.0.0.1:8201] send response NON-2.05 MID=46456, Token=null, OptionSet={}, "server responds hi" 06:51:46.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R63, 127.0.0.1:8201, complete]! 06:51:46.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R63, 127.0.0.1:8201, complete] completed NON-2.04 MID=46456, Token=7420C6961E52DA3B, 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! 06:51:46.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 06:51:46.872 [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=46456, Token=7420C6961E52DA3B, 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] 06:51:46.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:8200 06:51:46.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:8200-46456] 06:51:46.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L62, 127.0.0.1:8200, complete]! 06:51:46.873 [: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-7420C6961E52DA3B] 06:51:46.873 [: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-46456] 06:51:46.873 [: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=46456, Token=7420C6961E52DA3B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46456, Token=7420C6961E52DA3B, 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! 06:51:46.915 [: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 06:51:46.915 [: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" 06:51:46.915 [: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 06:51:46.915 [: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-46457], CON-POST MID=46457, 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 06:51:46.916 [: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-88C52E68D9B25EB7], CON-POST MID=46457, Token=88C52E68D9B25EB7, 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 06:51:46.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46457], KeyToken[127.0.0.1:8200-88C52E68D9B25EB7]] 06:51:46.916 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.916 [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=46457, Token=88C52E68D9B25EB7, 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] 06:51:46.916 [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 06:51:46.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46457] 06:51:46.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R65, 127.0.0.1:8201] replace CON-POST MID=46457, Token=88C52E68D9B25EB7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46457, Token=88C52E68D9B25EB7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R65, 127.0.0.1:8201] send response NON-2.05 MID=46457, Token=null, OptionSet={}, "server responds hi" 06:51:46.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R65, 127.0.0.1:8201, complete]! 06:51:46.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R65, 127.0.0.1:8201, complete] completed NON-2.04 MID=46457, Token=88C52E68D9B25EB7, 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! 06:51:46.917 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.917 [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=46457, Token=88C52E68D9B25EB7, 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] 06:51:46.917 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.918 [: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-46457] 06:51:46.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L64, 127.0.0.1:8200, complete]! 06:51:46.918 [: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-88C52E68D9B25EB7] 06:51:46.918 [: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-46457] 06:51:46.918 [: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=46457, Token=88C52E68D9B25EB7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46457, Token=88C52E68D9B25EB7, 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! 06:51:46.918 [: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 06:51:46.918 [: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" 06:51:46.919 [: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 06:51:46.919 [: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-46458], CON-POST MID=46458, 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 06:51:46.919 [: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-608744CED91E4D91], CON-POST MID=46458, Token=608744CED91E4D91, 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 06:51:46.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46458], KeyToken[127.0.0.1:8200-608744CED91E4D91]] 06:51:46.919 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.919 [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=46458, Token=608744CED91E4D91, 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] 06:51:46.919 [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 06:51:46.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46458] 06:51:46.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R67, 127.0.0.1:8201] replace CON-POST MID=46458, Token=608744CED91E4D91, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46458, Token=608744CED91E4D91, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R67, 127.0.0.1:8201] send response NON-2.05 MID=46458, Token=null, OptionSet={}, "server responds hi" 06:51:46.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R67, 127.0.0.1:8201, complete]! 06:51:46.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R67, 127.0.0.1:8201, complete] completed NON-2.04 MID=46458, Token=608744CED91E4D91, 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! 06:51:46.920 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.920 [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=46458, Token=608744CED91E4D91, 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] 06:51:46.921 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.921 [: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-46458] 06:51:46.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L66, 127.0.0.1:8200, complete]! 06:51:46.921 [: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-608744CED91E4D91] 06:51:46.921 [: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-46458] 06:51:46.921 [: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=46458, Token=608744CED91E4D91, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46458, Token=608744CED91E4D91, 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! 06:51:46.921 [: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 06:51:46.921 [: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" 06:51:46.922 [: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 06:51:46.922 [: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-46459], CON-POST MID=46459, 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 06:51:46.922 [: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-18EAF1A9BD7701A4], CON-POST MID=46459, Token=18EAF1A9BD7701A4, 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 06:51:46.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46459], KeyToken[127.0.0.1:8200-18EAF1A9BD7701A4]] 06:51:46.922 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.922 [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=46459, Token=18EAF1A9BD7701A4, 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] 06:51:46.922 [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 06:51:46.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46459] 06:51:46.923 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.923 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R69, 127.0.0.1:8201] replace CON-POST MID=46459, Token=18EAF1A9BD7701A4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46459, Token=18EAF1A9BD7701A4, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.923 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R69, 127.0.0.1:8201] send response NON-2.05 MID=46459, Token=null, OptionSet={}, "server responds hi" 06:51:46.923 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R69, 127.0.0.1:8201, complete]! 06:51:46.923 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R69, 127.0.0.1:8201, complete] completed NON-2.04 MID=46459, Token=18EAF1A9BD7701A4, 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! 06:51:46.923 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.923 [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=46459, Token=18EAF1A9BD7701A4, 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] 06:51:46.924 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.924 [: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-46459] 06:51:46.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L68, 127.0.0.1:8200, complete]! 06:51:46.924 [: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-18EAF1A9BD7701A4] 06:51:46.924 [: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-46459] 06:51:46.924 [: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=46459, Token=18EAF1A9BD7701A4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46459, Token=18EAF1A9BD7701A4, 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! 06:51:46.924 [: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 06:51:46.924 [: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" 06:51:46.925 [: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 06:51:46.925 [: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-46460], CON-POST MID=46460, 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 06:51:46.925 [: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-289D417B65F6AD09], CON-POST MID=46460, Token=289D417B65F6AD09, 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 06:51:46.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46460], KeyToken[127.0.0.1:8200-289D417B65F6AD09]] 06:51:46.925 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.925 [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=46460, Token=289D417B65F6AD09, 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] 06:51:46.925 [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 06:51:46.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46460] 06:51:46.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R71, 127.0.0.1:8201] replace CON-POST MID=46460, Token=289D417B65F6AD09, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46460, Token=289D417B65F6AD09, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R71, 127.0.0.1:8201] send response NON-2.05 MID=46460, Token=null, OptionSet={}, "server responds hi" 06:51:46.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R71, 127.0.0.1:8201, complete]! 06:51:46.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R71, 127.0.0.1:8201, complete] completed NON-2.04 MID=46460, Token=289D417B65F6AD09, 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! 06:51:46.926 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.927 [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=46460, Token=289D417B65F6AD09, 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] 06:51:46.927 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.927 [: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-46460] 06:51:46.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L70, 127.0.0.1:8200, complete]! 06:51:46.927 [: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-289D417B65F6AD09] 06:51:46.927 [: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-46460] 06:51:46.927 [: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=46460, Token=289D417B65F6AD09, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46460, Token=289D417B65F6AD09, 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! 06:51:46.927 [: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 06:51:46.927 [: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" 06:51:46.928 [: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 06:51:46.928 [: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-46461], CON-POST MID=46461, 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 06:51:46.928 [: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-0038C73C60A464D6], CON-POST MID=46461, Token=0038C73C60A464D6, 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 06:51:46.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46461], KeyToken[127.0.0.1:8200-0038C73C60A464D6]] 06:51:46.928 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.928 [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=46461, Token=0038C73C60A464D6, 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] 06:51:46.928 [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 06:51:46.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46461] 06:51:46.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R73, 127.0.0.1:8201] replace CON-POST MID=46461, Token=0038C73C60A464D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46461, Token=0038C73C60A464D6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R73, 127.0.0.1:8201] send response NON-2.05 MID=46461, Token=null, OptionSet={}, "server responds hi" 06:51:46.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R73, 127.0.0.1:8201, complete]! 06:51:46.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R73, 127.0.0.1:8201, complete] completed NON-2.04 MID=46461, Token=0038C73C60A464D6, 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! 06:51:46.929 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.929 [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=46461, Token=0038C73C60A464D6, 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] 06:51:46.929 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.930 [: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-46461] 06:51:46.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L72, 127.0.0.1:8200, complete]! 06:51:46.930 [: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-0038C73C60A464D6] 06:51:46.930 [: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-46461] 06:51:46.930 [: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=46461, Token=0038C73C60A464D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46461, Token=0038C73C60A464D6, 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! 06:51:46.930 [: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 06:51:46.930 [: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" 06:51:46.930 [: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 06:51:46.930 [: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-46462], CON-POST MID=46462, 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 06:51:46.931 [: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-B01EB14C58FBCBD5], CON-POST MID=46462, Token=B01EB14C58FBCBD5, 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 06:51:46.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46462], KeyToken[127.0.0.1:8200-B01EB14C58FBCBD5]] 06:51:46.931 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.931 [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=46462, Token=B01EB14C58FBCBD5, 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] 06:51:46.931 [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 06:51:46.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46462] 06:51:46.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R75, 127.0.0.1:8201] replace CON-POST MID=46462, Token=B01EB14C58FBCBD5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46462, Token=B01EB14C58FBCBD5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R75, 127.0.0.1:8201] send response NON-2.05 MID=46462, Token=null, OptionSet={}, "server responds hi" 06:51:46.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R75, 127.0.0.1:8201, complete]! 06:51:46.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R75, 127.0.0.1:8201, complete] completed NON-2.04 MID=46462, Token=B01EB14C58FBCBD5, 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! 06:51:46.932 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.932 [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=46462, Token=B01EB14C58FBCBD5, 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] 06:51:46.932 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.932 [: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-46462] 06:51:46.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L74, 127.0.0.1:8200, complete]! 06:51:46.933 [: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-B01EB14C58FBCBD5] 06:51:46.933 [: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-46462] 06:51:46.933 [: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=46462, Token=B01EB14C58FBCBD5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46462, Token=B01EB14C58FBCBD5, 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! 06:51:46.933 [: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 06:51:46.933 [: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" 06:51:46.933 [: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 06:51:46.933 [: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-46463], CON-POST MID=46463, 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 06:51:46.933 [: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-94646103BE7B6CAF], CON-POST MID=46463, Token=94646103BE7B6CAF, 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 06:51:46.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46463], KeyToken[127.0.0.1:8200-94646103BE7B6CAF]] 06:51:46.934 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.934 [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=46463, Token=94646103BE7B6CAF, 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] 06:51:46.934 [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 06:51:46.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46463] 06:51:46.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R77, 127.0.0.1:8201] replace CON-POST MID=46463, Token=94646103BE7B6CAF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46463, Token=94646103BE7B6CAF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R77, 127.0.0.1:8201] send response NON-2.05 MID=46463, Token=null, OptionSet={}, "server responds hi" 06:51:46.935 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R77, 127.0.0.1:8201, complete]! 06:51:46.935 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R77, 127.0.0.1:8201, complete] completed NON-2.04 MID=46463, Token=94646103BE7B6CAF, 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! 06:51:46.935 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.935 [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=46463, Token=94646103BE7B6CAF, 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] 06:51:46.935 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.935 [: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-46463] 06:51:46.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L76, 127.0.0.1:8200, complete]! 06:51:46.935 [: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-94646103BE7B6CAF] 06:51:46.935 [: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-46463] 06:51:46.935 [: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=46463, Token=94646103BE7B6CAF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46463, Token=94646103BE7B6CAF, 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! 06:51:46.936 [: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 06:51:46.936 [: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" 06:51:46.936 [: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 06:51:46.936 [: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-46464], CON-POST MID=46464, 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 06:51:46.936 [: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-B86C4754A8886FF5], CON-POST MID=46464, Token=B86C4754A8886FF5, 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 06:51:46.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46464], KeyToken[127.0.0.1:8200-B86C4754A8886FF5]] 06:51:46.936 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.937 [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=46464, Token=B86C4754A8886FF5, 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] 06:51:46.937 [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 06:51:46.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46464] 06:51:46.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R79, 127.0.0.1:8201] replace CON-POST MID=46464, Token=B86C4754A8886FF5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46464, Token=B86C4754A8886FF5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R79, 127.0.0.1:8201] send response NON-2.05 MID=46464, Token=null, OptionSet={}, "server responds hi" 06:51:46.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R79, 127.0.0.1:8201, complete]! 06:51:46.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R79, 127.0.0.1:8201, complete] completed NON-2.04 MID=46464, Token=B86C4754A8886FF5, 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! 06:51:46.938 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.938 [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=46464, Token=B86C4754A8886FF5, 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] 06:51:46.938 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.938 [: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-46464] 06:51:46.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L78, 127.0.0.1:8200, complete]! 06:51:46.938 [: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-B86C4754A8886FF5] 06:51:46.938 [: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-46464] 06:51:46.938 [: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=46464, Token=B86C4754A8886FF5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46464, Token=B86C4754A8886FF5, 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! 06:51:46.939 [: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 06:51:46.939 [: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" 06:51:46.939 [: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 06:51:46.939 [: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-46465], CON-POST MID=46465, 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 06:51:46.939 [: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-14D9C0288DA018F9], CON-POST MID=46465, Token=14D9C0288DA018F9, 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 06:51:46.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46465], KeyToken[127.0.0.1:8200-14D9C0288DA018F9]] 06:51:46.939 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.940 [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=46465, Token=14D9C0288DA018F9, 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] 06:51:46.940 [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 06:51:46.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46465] 06:51:46.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R81, 127.0.0.1:8201] replace CON-POST MID=46465, Token=14D9C0288DA018F9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46465, Token=14D9C0288DA018F9, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R81, 127.0.0.1:8201] send response NON-2.05 MID=46465, Token=null, OptionSet={}, "server responds hi" 06:51:46.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R81, 127.0.0.1:8201, complete]! 06:51:46.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R81, 127.0.0.1:8201, complete] completed NON-2.04 MID=46465, Token=14D9C0288DA018F9, 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! 06:51:46.941 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.941 [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=46465, Token=14D9C0288DA018F9, 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] 06:51:46.941 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.941 [: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-46465] 06:51:46.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L80, 127.0.0.1:8200, complete]! 06:51:46.941 [: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-14D9C0288DA018F9] 06:51:46.941 [: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-46465] 06:51:46.941 [: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=46465, Token=14D9C0288DA018F9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46465, Token=14D9C0288DA018F9, 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! 06:51:46.942 [: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 06:51:46.942 [: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" 06:51:46.942 [: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 06:51:46.942 [: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-46466], CON-POST MID=46466, 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 06:51:46.942 [: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-04843074A7343E9A], CON-POST MID=46466, Token=04843074A7343E9A, 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 06:51:46.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-46466], KeyToken[127.0.0.1:8200-04843074A7343E9A]] 06:51:46.942 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.943 [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=46466, Token=04843074A7343E9A, 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] 06:51:46.943 [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 06:51:46.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-46466] 06:51:46.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R83, 127.0.0.1:8201] replace CON-POST MID=46466, Token=04843074A7343E9A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=46466, Token=04843074A7343E9A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R83, 127.0.0.1:8201] send response NON-2.05 MID=46466, Token=null, OptionSet={}, "server responds hi" 06:51:46.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R83, 127.0.0.1:8201, complete]! 06:51:46.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R83, 127.0.0.1:8201, complete] completed NON-2.04 MID=46466, Token=04843074A7343E9A, 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! 06:51:46.944 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.944 [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=46466, Token=04843074A7343E9A, 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] 06:51:46.944 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.944 [: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-46466] 06:51:46.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L82, 127.0.0.1:8200, complete]! 06:51:46.944 [: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-04843074A7343E9A] 06:51:46.944 [: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-46466] 06:51:46.944 [: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=46466, Token=04843074A7343E9A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46466, Token=04843074A7343E9A, 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! 06:51:46.944 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:46.944 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8200 06:51:46.944 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8200 06:51:46.944 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] stopping ... 06:51:46.945 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /127.0.0.1 06:51:46.945 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] has stopped. 06:51:46.945 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8200 06:51:46.945 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:51:46.945 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:46.945 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:46.945 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:46.945 [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 06:51:46.946 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:46.946 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:46.946 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:46.946 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:46.946 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:46.946 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202 06:51:46.946 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:46.946 [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 06:51:46.946 [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]] 06:51:46.946 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8202 06:51:46.946 [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]] 06:51:46.947 [: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 06:51:46.947 [: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" 06:51:46.947 [: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 06:51:46.947 [: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-53816], CON-POST MID=53816, 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 06:51:46.947 [: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-8CCF732FB2AF2C81], CON-POST MID=53816, Token=8CCF732FB2AF2C81, 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 06:51:46.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-53816], KeyToken[127.0.0.1:8202-8CCF732FB2AF2C81]] 06:51:46.948 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:46.948 [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=53816, Token=8CCF732FB2AF2C81, 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] 06:51:46.948 [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 06:51:46.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-53816] 06:51:46.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R85, 127.0.0.1:8201] replace CON-POST MID=53816, Token=8CCF732FB2AF2C81, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=53816, Token=8CCF732FB2AF2C81, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R85, 127.0.0.1:8201] send response NON-2.05 MID=53816, Token=null, OptionSet={}, "server responds hi" 06:51:46.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R85, 127.0.0.1:8201, complete]! 06:51:46.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R85, 127.0.0.1:8201, complete] completed NON-2.04 MID=53816, Token=8CCF732FB2AF2C81, 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! 06:51:46.949 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:46.949 [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=53816, Token=8CCF732FB2AF2C81, 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] 06:51:46.949 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.949 [: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-53816] 06:51:46.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L84, 127.0.0.1:8202, complete]! 06:51:46.949 [: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-8CCF732FB2AF2C81] 06:51:46.949 [: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-53816] 06:51:46.949 [: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=53816, Token=8CCF732FB2AF2C81, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=53816, Token=8CCF732FB2AF2C81, 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! 06:51:46.950 [: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 06:51:46.950 [: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" 06:51:46.950 [: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 06:51:46.950 [: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-53817], CON-POST MID=53817, 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 06:51:46.950 [: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-D404DF1B49749CD0], CON-POST MID=53817, Token=D404DF1B49749CD0, 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 06:51:46.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-53817], KeyToken[127.0.0.1:8202-D404DF1B49749CD0]] 06:51:46.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 41 bytes to 127.0.0.1:8202 06:51:46.951 [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=53817, Token=D404DF1B49749CD0, 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] 06:51:46.951 [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 06:51:46.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-53817] 06:51:46.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.951 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old 06:51:46.951 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:51:46.951 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 06:51:46.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R87, 127.0.0.1:8201, complete]! 06:51:46.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R87, 127.0.0.1:8201, complete] completed ACK-4.01 MID=53817, Token=D404DF1B49749CD0, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 06:51:46.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 30 bytes to 127.0.0.1:8201 06:51:46.952 [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=53817, Token=D404DF1B49749CD0, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 06:51:46.952 [UDP-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 06:51:46.952 [: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! 06:51:46.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=53817, Token=D404DF1B49749CD0, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 06:51:46.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L86, 127.0.0.1:8202, complete]! 06:51:46.953 [: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-D404DF1B49749CD0] 06:51:46.953 [: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-53817] 06:51:46.953 [: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=53817, Token=D404DF1B49749CD0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=53817, Token=D404DF1B49749CD0, 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! 06:51:46.953 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:46.953 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8202 06:51:46.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8202 06:51:46.953 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] stopping ... 06:51:46.953 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /127.0.0.1 06:51:46.953 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] has stopped. 06:51:46.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8202 06:51:46.953 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:51:46.954 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:46.954 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:46.954 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:46.954 [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 06:51:46.954 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:46.954 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:46.955 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:46.955 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:46.955 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:46.955 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203 06:51:46.955 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:46.955 [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]] 06:51:46.955 [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 06:51:46.955 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203 06:51:46.955 [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]] 06:51:46.955 [: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 06:51:46.955 [: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" 06:51:46.956 [: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 06:51:46.956 [: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-51090], CON-POST MID=51090, 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 06:51:46.956 [: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-0CC4043F6AFB1EB6], CON-POST MID=51090, Token=0CC4043F6AFB1EB6, 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 06:51:46.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-51090], KeyToken[127.0.0.1:8203-0CC4043F6AFB1EB6]] 06:51:46.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:8203 06:51:46.956 [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=51090, Token=0CC4043F6AFB1EB6, 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] 06:51:46.956 [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 06:51:46.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-51090] 06:51:46.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R89, 127.0.0.1:8201] replace CON-POST MID=51090, Token=0CC4043F6AFB1EB6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=51090, Token=0CC4043F6AFB1EB6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R89, 127.0.0.1:8201] send response NON-2.05 MID=51090, Token=null, OptionSet={}, "server responds hi" 06:51:46.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R89, 127.0.0.1:8201, complete]! 06:51:46.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R89, 127.0.0.1:8201, complete] completed NON-2.04 MID=51090, Token=0CC4043F6AFB1EB6, 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! 06:51:46.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 06:51:46.958 [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=51090, Token=0CC4043F6AFB1EB6, 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] 06:51:46.958 [UDP-Receiver-0.0.0.0/0.0.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 06:51:46.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:8203-51090] 06:51:46.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L88, 127.0.0.1:8203, complete]! 06:51:46.958 [: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-0CC4043F6AFB1EB6] 06:51:46.958 [: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-51090] 06:51:46.958 [: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=51090, Token=0CC4043F6AFB1EB6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=51090, Token=0CC4043F6AFB1EB6, 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! 06:51:46.958 [: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 06:51:46.958 [: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" 06:51:46.959 [: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 06:51:46.959 [: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-51091], CON-POST MID=51091, 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 06:51:46.959 [: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-281C313A23513144], CON-POST MID=51091, Token=281C313A23513144, 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 06:51:46.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-51091], KeyToken[127.0.0.1:8203-281C313A23513144]] 06:51:46.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:8203 06:51:46.959 [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=51091, Token=281C313A23513144, 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] 06:51:46.959 [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 06:51:46.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-51091] 06:51:46.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R91, 127.0.0.1:8201] replace CON-POST MID=51091, Token=281C313A23513144, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=51091, Token=281C313A23513144, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R91, 127.0.0.1:8201] send response NON-2.05 MID=51091, Token=null, OptionSet={}, "server responds hi" 06:51:46.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R91, 127.0.0.1:8201, complete]! 06:51:46.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R91, 127.0.0.1:8201, complete] completed NON-2.04 MID=51091, Token=281C313A23513144, 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! 06:51:46.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 06:51:46.960 [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=51091, Token=281C313A23513144, 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] 06:51:46.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:8203 06:51:46.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:8203-51091] 06:51:46.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L90, 127.0.0.1:8203, complete]! 06:51:46.960 [: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-281C313A23513144] 06:51:46.960 [: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-51091] 06:51:46.960 [: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=51091, Token=281C313A23513144, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=51091, Token=281C313A23513144, 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! 06:51:46.961 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:46.961 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203 06:51:46.961 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203 06:51:46.961 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ... 06:51:46.961 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1 06:51:46.961 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped. 06:51:46.961 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203 06:51:46.961 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:51:46.962 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:46.962 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:46.962 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:46.962 [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 06:51:46.962 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:46.962 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:46.962 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:46.962 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:46.962 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:46.962 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204 06:51:46.962 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:46.962 [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 06:51:46.962 [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]] 06:51:46.963 [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]] 06:51:46.963 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8204 06:51:46.963 [: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 06:51:46.963 [: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" 06:51:46.963 [: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 06:51:46.964 [: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-63981], CON-POST MID=63981, 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 06:51:46.964 [: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-FCAEC3ED5ECBFEA3], CON-POST MID=63981, Token=FCAEC3ED5ECBFEA3, 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 06:51:46.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-63981], KeyToken[127.0.0.1:8204-FCAEC3ED5ECBFEA3]] 06:51:46.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 06:51:46.964 [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=63981, Token=FCAEC3ED5ECBFEA3, 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] 06:51:46.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 06:51:46.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63981] 06:51:46.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R93, 127.0.0.1:8201] replace CON-POST MID=63981, Token=FCAEC3ED5ECBFEA3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63981, Token=FCAEC3ED5ECBFEA3, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R93, 127.0.0.1:8201] send response NON-2.05 MID=63981, Token=null, OptionSet={}, "server responds hi" 06:51:46.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R93, 127.0.0.1:8201, complete]! 06:51:46.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R93, 127.0.0.1:8201, complete] completed NON-2.04 MID=63981, Token=FCAEC3ED5ECBFEA3, 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! 06:51:46.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 06:51:46.965 [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=63981, Token=FCAEC3ED5ECBFEA3, 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] 06:51:46.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 06:51:46.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-63981] 06:51:46.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L92, 127.0.0.1:8204, complete]! 06:51:46.966 [: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-FCAEC3ED5ECBFEA3] 06:51:46.966 [: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-63981] 06:51:46.966 [: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=63981, Token=FCAEC3ED5ECBFEA3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63981, Token=FCAEC3ED5ECBFEA3, 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! 06:51:46.966 [: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 06:51:46.966 [: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" 06:51:46.966 [: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 06:51:46.966 [: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-63982], CON-POST MID=63982, 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 06:51:46.966 [: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-A08C64B18A10C9E5], CON-POST MID=63982, Token=A08C64B18A10C9E5, 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 06:51:46.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-63982], KeyToken[127.0.0.1:8204-A08C64B18A10C9E5]] 06:51:46.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 40 bytes to 127.0.0.1:8204 06:51:46.967 [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=63982, Token=A08C64B18A10C9E5, 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] 06:51:46.967 [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 06:51:46.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63982] 06:51:46.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R95, 127.0.0.1:8201] replace CON-POST MID=63982, Token=A08C64B18A10C9E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63982, Token=A08C64B18A10C9E5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R95, 127.0.0.1:8201] send response NON-2.05 MID=63982, Token=null, OptionSet={}, "server responds hi" 06:51:46.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R95, 127.0.0.1:8201, complete]! 06:51:46.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R95, 127.0.0.1:8201, complete] completed NON-2.04 MID=63982, Token=A08C64B18A10C9E5, 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! 06:51:46.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 06:51:46.968 [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=63982, Token=A08C64B18A10C9E5, 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] 06:51:46.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 06:51:46.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-63982] 06:51:46.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:46.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 06:51:46.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L94, 127.0.0.1:8204, complete]! 06:51:46.968 [: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-A08C64B18A10C9E5] 06:51:46.968 [: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-63982] 06:51:46.968 [: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=63982, Token=A08C64B18A10C9E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63982, Token=A08C64B18A10C9E5, 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! 06:51:46.968 [: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 06:51:46.968 [: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" 06:51:46.969 [: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 06:51:46.969 [: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-63983], CON-POST MID=63983, 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 06:51:46.969 [: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-5C47DD2C15922A43], CON-POST MID=63983, Token=5C47DD2C15922A43, 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 06:51:46.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-63983], KeyToken[127.0.0.1:8204-5C47DD2C15922A43]] 06:51:46.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 40 bytes to 127.0.0.1:8204 06:51:46.969 [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=63983, Token=5C47DD2C15922A43, 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] 06:51:46.969 [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 06:51:46.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63983] 06:51:46.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:46.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R97, 127.0.0.1:8201] replace CON-POST MID=63983, Token=5C47DD2C15922A43, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63983, Token=5C47DD2C15922A43, OptionSet={"Object-Security":0x}, "client says hi" 06:51:46.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R97, 127.0.0.1:8201] send response NON-2.05 MID=63983, Token=null, OptionSet={}, "server responds hi" 06:51:46.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R97, 127.0.0.1:8201, complete]! 06:51:46.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R97, 127.0.0.1:8201, complete] completed NON-2.04 MID=63983, Token=5C47DD2C15922A43, 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! 06:51:46.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 06:51:46.970 [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=63983, Token=5C47DD2C15922A43, 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] 06:51:46.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 06:51:47.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-63983] 06:51:47.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L96, 127.0.0.1:8204, complete]! 06:51:47.015 [: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-5C47DD2C15922A43] 06:51:47.015 [: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-63983] 06:51:47.015 [: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=63983, Token=5C47DD2C15922A43, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63983, Token=5C47DD2C15922A43, 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! 06:51:47.015 [: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 06:51:47.015 [: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" 06:51:47.016 [: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 06:51:47.016 [: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-63984], CON-POST MID=63984, 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 06:51:47.016 [: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-E82B680D91BFD8DE], CON-POST MID=63984, Token=E82B680D91BFD8DE, 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 06:51:47.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-63984], KeyToken[127.0.0.1:8204-E82B680D91BFD8DE]] 06:51:47.016 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.016 [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=63984, Token=E82B680D91BFD8DE, 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] 06:51:47.016 [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 06:51:47.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63984] 06:51:47.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R99, 127.0.0.1:8201] replace CON-POST MID=63984, Token=E82B680D91BFD8DE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63984, Token=E82B680D91BFD8DE, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R99, 127.0.0.1:8201] send response NON-2.05 MID=63984, Token=null, OptionSet={}, "server responds hi" 06:51:47.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R99, 127.0.0.1:8201, complete]! 06:51:47.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R99, 127.0.0.1:8201, complete] completed NON-2.04 MID=63984, Token=E82B680D91BFD8DE, 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! 06:51:47.017 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.018 [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=63984, Token=E82B680D91BFD8DE, 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] 06:51:47.018 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-63984] 06:51:47.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L98, 127.0.0.1:8204, complete]! 06:51:47.018 [: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-E82B680D91BFD8DE] 06:51:47.018 [: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-63984] 06:51:47.018 [: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=63984, Token=E82B680D91BFD8DE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63984, Token=E82B680D91BFD8DE, 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! 06:51:47.018 [: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 06:51:47.018 [: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" 06:51:47.019 [: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 06:51:47.019 [: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-63985], CON-POST MID=63985, 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 06:51:47.019 [: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-0C6346CB02E3FE4B], CON-POST MID=63985, Token=0C6346CB02E3FE4B, 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 06:51:47.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-63985], KeyToken[127.0.0.1:8204-0C6346CB02E3FE4B]] 06:51:47.019 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.019 [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=63985, Token=0C6346CB02E3FE4B, 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] 06:51:47.019 [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 06:51:47.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63985] 06:51:47.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R101, 127.0.0.1:8201] replace CON-POST MID=63985, Token=0C6346CB02E3FE4B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63985, Token=0C6346CB02E3FE4B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R101, 127.0.0.1:8201] send response NON-2.05 MID=63985, Token=null, OptionSet={}, "server responds hi" 06:51:47.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R101, 127.0.0.1:8201, complete]! 06:51:47.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R101, 127.0.0.1:8201, complete] completed NON-2.04 MID=63985, Token=0C6346CB02E3FE4B, 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! 06:51:47.020 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.020 [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=63985, Token=0C6346CB02E3FE4B, 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] 06:51:47.020 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-63985] 06:51:47.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L100, 127.0.0.1:8204, complete]! 06:51:47.021 [: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-0C6346CB02E3FE4B] 06:51:47.021 [: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-63985] 06:51:47.021 [: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=63985, Token=0C6346CB02E3FE4B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63985, Token=0C6346CB02E3FE4B, 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! 06:51:47.021 [: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 06:51:47.021 [: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" 06:51:47.021 [: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 06:51:47.021 [: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-63986], CON-POST MID=63986, 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 06:51:47.021 [: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-48A1C2543217FE6A], CON-POST MID=63986, Token=48A1C2543217FE6A, 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 06:51:47.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-63986], KeyToken[127.0.0.1:8204-48A1C2543217FE6A]] 06:51:47.022 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.022 [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=63986, Token=48A1C2543217FE6A, 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] 06:51:47.022 [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 06:51:47.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63986] 06:51:47.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R103, 127.0.0.1:8201] replace CON-POST MID=63986, Token=48A1C2543217FE6A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63986, Token=48A1C2543217FE6A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R103, 127.0.0.1:8201] send response NON-2.05 MID=63986, Token=null, OptionSet={}, "server responds hi" 06:51:47.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R103, 127.0.0.1:8201, complete]! 06:51:47.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R103, 127.0.0.1:8201, complete] completed NON-2.04 MID=63986, Token=48A1C2543217FE6A, 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! 06:51:47.023 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.023 [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=63986, Token=48A1C2543217FE6A, 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] 06:51:47.023 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-63986] 06:51:47.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L102, 127.0.0.1:8204, complete]! 06:51:47.023 [: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-48A1C2543217FE6A] 06:51:47.023 [: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-63986] 06:51:47.023 [: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=63986, Token=48A1C2543217FE6A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63986, Token=48A1C2543217FE6A, 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! 06:51:47.024 [: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 06:51:47.024 [: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" 06:51:47.024 [: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 06:51:47.024 [: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-63987], CON-POST MID=63987, 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 06:51:47.024 [: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-F4520A813336E778], CON-POST MID=63987, Token=F4520A813336E778, 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 06:51:47.024 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-63987], KeyToken[127.0.0.1:8204-F4520A813336E778]] 06:51:47.024 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.024 [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=63987, Token=F4520A813336E778, 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] 06:51:47.024 [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 06:51:47.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63987] 06:51:47.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R105, 127.0.0.1:8201] replace CON-POST MID=63987, Token=F4520A813336E778, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63987, Token=F4520A813336E778, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R105, 127.0.0.1:8201] send response NON-2.05 MID=63987, Token=null, OptionSet={}, "server responds hi" 06:51:47.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R105, 127.0.0.1:8201, complete]! 06:51:47.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R105, 127.0.0.1:8201, complete] completed NON-2.04 MID=63987, Token=F4520A813336E778, 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! 06:51:47.025 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.026 [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=63987, Token=F4520A813336E778, 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] 06:51:47.026 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-63987] 06:51:47.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L104, 127.0.0.1:8204, complete]! 06:51:47.026 [: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-F4520A813336E778] 06:51:47.026 [: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-63987] 06:51:47.026 [: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=63987, Token=F4520A813336E778, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63987, Token=F4520A813336E778, 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! 06:51:47.026 [: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 06:51:47.026 [: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" 06:51:47.027 [: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 06:51:47.027 [: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-63988], CON-POST MID=63988, 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 06:51:47.027 [: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-BCBF1EB336F9E4DD], CON-POST MID=63988, Token=BCBF1EB336F9E4DD, 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 06:51:47.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-63988], KeyToken[127.0.0.1:8204-BCBF1EB336F9E4DD]] 06:51:47.027 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.027 [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=63988, Token=BCBF1EB336F9E4DD, 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] 06:51:47.027 [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 06:51:47.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63988] 06:51:47.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R107, 127.0.0.1:8201] replace CON-POST MID=63988, Token=BCBF1EB336F9E4DD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63988, Token=BCBF1EB336F9E4DD, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R107, 127.0.0.1:8201] send response NON-2.05 MID=63988, Token=null, OptionSet={}, "server responds hi" 06:51:47.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R107, 127.0.0.1:8201, complete]! 06:51:47.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R107, 127.0.0.1:8201, complete] completed NON-2.04 MID=63988, Token=BCBF1EB336F9E4DD, 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! 06:51:47.028 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.028 [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=63988, Token=BCBF1EB336F9E4DD, 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] 06:51:47.028 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-63988] 06:51:47.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L106, 127.0.0.1:8204, complete]! 06:51:47.029 [: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-BCBF1EB336F9E4DD] 06:51:47.029 [: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-63988] 06:51:47.029 [: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=63988, Token=BCBF1EB336F9E4DD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63988, Token=BCBF1EB336F9E4DD, 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! 06:51:47.029 [: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 06:51:47.029 [: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" 06:51:47.029 [: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 06:51:47.029 [: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-63989], CON-POST MID=63989, 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 06:51:47.029 [: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-2C43295C93CFEDF0], CON-POST MID=63989, Token=2C43295C93CFEDF0, 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 06:51:47.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-63989], KeyToken[127.0.0.1:8204-2C43295C93CFEDF0]] 06:51:47.030 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.030 [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=63989, Token=2C43295C93CFEDF0, 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] 06:51:47.030 [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 06:51:47.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63989] 06:51:47.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R109, 127.0.0.1:8201] replace CON-POST MID=63989, Token=2C43295C93CFEDF0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63989, Token=2C43295C93CFEDF0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R109, 127.0.0.1:8201] send response NON-2.05 MID=63989, Token=null, OptionSet={}, "server responds hi" 06:51:47.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R109, 127.0.0.1:8201, complete]! 06:51:47.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R109, 127.0.0.1:8201, complete] completed NON-2.04 MID=63989, Token=2C43295C93CFEDF0, 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! 06:51:47.031 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.031 [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=63989, Token=2C43295C93CFEDF0, 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] 06:51:47.031 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-63989] 06:51:47.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L108, 127.0.0.1:8204, complete]! 06:51:47.031 [: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-2C43295C93CFEDF0] 06:51:47.031 [: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-63989] 06:51:47.031 [: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=63989, Token=2C43295C93CFEDF0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63989, Token=2C43295C93CFEDF0, 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! 06:51:47.032 [: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 06:51:47.032 [: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" 06:51:47.032 [: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 06:51:47.032 [: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-63990], CON-POST MID=63990, 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 06:51:47.032 [: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-8CB304F106BC287A], CON-POST MID=63990, Token=8CB304F106BC287A, 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 06:51:47.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-63990], KeyToken[127.0.0.1:8204-8CB304F106BC287A]] 06:51:47.032 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.032 [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=63990, Token=8CB304F106BC287A, 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] 06:51:47.033 [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 06:51:47.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63990] 06:51:47.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R111, 127.0.0.1:8201] replace CON-POST MID=63990, Token=8CB304F106BC287A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63990, Token=8CB304F106BC287A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R111, 127.0.0.1:8201] send response NON-2.05 MID=63990, Token=null, OptionSet={}, "server responds hi" 06:51:47.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R111, 127.0.0.1:8201, complete]! 06:51:47.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R111, 127.0.0.1:8201, complete] completed NON-2.04 MID=63990, Token=8CB304F106BC287A, 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! 06:51:47.033 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.034 [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=63990, Token=8CB304F106BC287A, 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] 06:51:47.034 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-63990] 06:51:47.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L110, 127.0.0.1:8204, complete]! 06:51:47.034 [: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-8CB304F106BC287A] 06:51:47.034 [: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-63990] 06:51:47.034 [: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=63990, Token=8CB304F106BC287A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63990, Token=8CB304F106BC287A, 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! 06:51:47.034 [: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 06:51:47.034 [: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" 06:51:47.034 [: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 06:51:47.034 [: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-63991], CON-POST MID=63991, 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 06:51:47.035 [: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-5888B0FFFE70C564], CON-POST MID=63991, Token=5888B0FFFE70C564, 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 06:51:47.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-63991], KeyToken[127.0.0.1:8204-5888B0FFFE70C564]] 06:51:47.035 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.035 [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=63991, Token=5888B0FFFE70C564, 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] 06:51:47.035 [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 06:51:47.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63991] 06:51:47.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R113, 127.0.0.1:8201] replace CON-POST MID=63991, Token=5888B0FFFE70C564, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63991, Token=5888B0FFFE70C564, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R113, 127.0.0.1:8201] send response NON-2.05 MID=63991, Token=null, OptionSet={}, "server responds hi" 06:51:47.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R113, 127.0.0.1:8201, complete]! 06:51:47.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R113, 127.0.0.1:8201, complete] completed NON-2.04 MID=63991, Token=5888B0FFFE70C564, 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! 06:51:47.036 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.036 [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=63991, Token=5888B0FFFE70C564, 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] 06:51:47.036 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-63991] 06:51:47.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L112, 127.0.0.1:8204, complete]! 06:51:47.037 [: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-5888B0FFFE70C564] 06:51:47.037 [: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-63991] 06:51:47.037 [: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=63991, Token=5888B0FFFE70C564, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63991, Token=5888B0FFFE70C564, 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! 06:51:47.037 [: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 06:51:47.037 [: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" 06:51:47.037 [: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 06:51:47.037 [: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-63992], CON-POST MID=63992, 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 06:51:47.037 [: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-74D8F952B48A1738], CON-POST MID=63992, Token=74D8F952B48A1738, 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 06:51:47.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-63992], KeyToken[127.0.0.1:8204-74D8F952B48A1738]] 06:51:47.037 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.038 [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=63992, Token=74D8F952B48A1738, 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] 06:51:47.038 [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 06:51:47.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63992] 06:51:47.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R115, 127.0.0.1:8201] replace CON-POST MID=63992, Token=74D8F952B48A1738, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63992, Token=74D8F952B48A1738, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R115, 127.0.0.1:8201] send response NON-2.05 MID=63992, Token=null, OptionSet={}, "server responds hi" 06:51:47.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R115, 127.0.0.1:8201, complete]! 06:51:47.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R115, 127.0.0.1:8201, complete] completed NON-2.04 MID=63992, Token=74D8F952B48A1738, 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! 06:51:47.039 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.039 [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=63992, Token=74D8F952B48A1738, 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] 06:51:47.039 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-63992] 06:51:47.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L114, 127.0.0.1:8204, complete]! 06:51:47.039 [: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-74D8F952B48A1738] 06:51:47.039 [: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-63992] 06:51:47.039 [: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=63992, Token=74D8F952B48A1738, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63992, Token=74D8F952B48A1738, 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! 06:51:47.040 [: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 06:51:47.040 [: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" 06:51:47.040 [: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 06:51:47.040 [: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-63993], CON-POST MID=63993, 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 06:51:47.040 [: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-500109C3B230DBC5], CON-POST MID=63993, Token=500109C3B230DBC5, 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 06:51:47.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-63993], KeyToken[127.0.0.1:8204-500109C3B230DBC5]] 06:51:47.040 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.041 [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=63993, Token=500109C3B230DBC5, 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] 06:51:47.041 [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 06:51:47.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63993] 06:51:47.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R117, 127.0.0.1:8201] replace CON-POST MID=63993, Token=500109C3B230DBC5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63993, Token=500109C3B230DBC5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R117, 127.0.0.1:8201] send response NON-2.05 MID=63993, Token=null, OptionSet={}, "server responds hi" 06:51:47.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R117, 127.0.0.1:8201, complete]! 06:51:47.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R117, 127.0.0.1:8201, complete] completed NON-2.04 MID=63993, Token=500109C3B230DBC5, 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! 06:51:47.041 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.042 [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=63993, Token=500109C3B230DBC5, 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] 06:51:47.042 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-63993] 06:51:47.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L116, 127.0.0.1:8204, complete]! 06:51:47.042 [: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-500109C3B230DBC5] 06:51:47.042 [: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-63993] 06:51:47.042 [: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=63993, Token=500109C3B230DBC5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63993, Token=500109C3B230DBC5, 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! 06:51:47.042 [: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 06:51:47.042 [: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" 06:51:47.043 [: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 06:51:47.043 [: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-63994], CON-POST MID=63994, 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 06:51:47.043 [: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-5C69D88F0D52C3B5], CON-POST MID=63994, Token=5C69D88F0D52C3B5, 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 06:51:47.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-63994], KeyToken[127.0.0.1:8204-5C69D88F0D52C3B5]] 06:51:47.043 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.043 [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=63994, Token=5C69D88F0D52C3B5, 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] 06:51:47.043 [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 06:51:47.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63994] 06:51:47.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R119, 127.0.0.1:8201] replace CON-POST MID=63994, Token=5C69D88F0D52C3B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63994, Token=5C69D88F0D52C3B5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R119, 127.0.0.1:8201] send response NON-2.05 MID=63994, Token=null, OptionSet={}, "server responds hi" 06:51:47.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R119, 127.0.0.1:8201, complete]! 06:51:47.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R119, 127.0.0.1:8201, complete] completed NON-2.04 MID=63994, Token=5C69D88F0D52C3B5, 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! 06:51:47.044 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.044 [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=63994, Token=5C69D88F0D52C3B5, 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] 06:51:47.044 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-63994] 06:51:47.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L118, 127.0.0.1:8204, complete]! 06:51:47.045 [: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-5C69D88F0D52C3B5] 06:51:47.045 [: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-63994] 06:51:47.045 [: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=63994, Token=5C69D88F0D52C3B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63994, Token=5C69D88F0D52C3B5, 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! 06:51:47.045 [: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 06:51:47.045 [: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" 06:51:47.045 [: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 06:51:47.045 [: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-63995], CON-POST MID=63995, 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 06:51:47.045 [: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-50FF149EBFDE6976], CON-POST MID=63995, Token=50FF149EBFDE6976, 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 06:51:47.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-63995], KeyToken[127.0.0.1:8204-50FF149EBFDE6976]] 06:51:47.046 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.046 [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=63995, Token=50FF149EBFDE6976, 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] 06:51:47.046 [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 06:51:47.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63995] 06:51:47.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R121, 127.0.0.1:8201] replace CON-POST MID=63995, Token=50FF149EBFDE6976, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63995, Token=50FF149EBFDE6976, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R121, 127.0.0.1:8201] send response NON-2.05 MID=63995, Token=null, OptionSet={}, "server responds hi" 06:51:47.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R121, 127.0.0.1:8201, complete]! 06:51:47.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R121, 127.0.0.1:8201, complete] completed NON-2.04 MID=63995, Token=50FF149EBFDE6976, 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! 06:51:47.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 42 bytes to 127.0.0.1:8201 06:51:47.047 [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=63995, Token=50FF149EBFDE6976, 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] 06:51:47.047 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-63995] 06:51:47.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L120, 127.0.0.1:8204, complete]! 06:51:47.047 [: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-50FF149EBFDE6976] 06:51:47.047 [: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-63995] 06:51:47.047 [: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=63995, Token=50FF149EBFDE6976, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63995, Token=50FF149EBFDE6976, 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! 06:51:47.047 [: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 06:51:47.047 [: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" 06:51:47.048 [: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 06:51:47.048 [: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-63996], CON-POST MID=63996, 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 06:51:47.048 [: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-941CA9F8FA452E07], CON-POST MID=63996, Token=941CA9F8FA452E07, 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 06:51:47.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-63996], KeyToken[127.0.0.1:8204-941CA9F8FA452E07]] 06:51:47.048 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.048 [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=63996, Token=941CA9F8FA452E07, 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] 06:51:47.048 [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 06:51:47.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63996] 06:51:47.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R123, 127.0.0.1:8201] replace CON-POST MID=63996, Token=941CA9F8FA452E07, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63996, Token=941CA9F8FA452E07, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R123, 127.0.0.1:8201] send response NON-2.05 MID=63996, Token=null, OptionSet={}, "server responds hi" 06:51:47.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R123, 127.0.0.1:8201, complete]! 06:51:47.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R123, 127.0.0.1:8201, complete] completed NON-2.04 MID=63996, Token=941CA9F8FA452E07, 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! 06:51:47.049 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.049 [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=63996, Token=941CA9F8FA452E07, 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] 06:51:47.049 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-63996] 06:51:47.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L122, 127.0.0.1:8204, complete]! 06:51:47.050 [: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-941CA9F8FA452E07] 06:51:47.050 [: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-63996] 06:51:47.050 [: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=63996, Token=941CA9F8FA452E07, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63996, Token=941CA9F8FA452E07, 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! 06:51:47.050 [: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 06:51:47.050 [: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" 06:51:47.050 [: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 06:51:47.050 [: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-63997], CON-POST MID=63997, 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 06:51:47.050 [: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-AC9D0C4E8EBB5A7B], CON-POST MID=63997, Token=AC9D0C4E8EBB5A7B, 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 06:51:47.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-63997], KeyToken[127.0.0.1:8204-AC9D0C4E8EBB5A7B]] 06:51:47.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 40 bytes to 127.0.0.1:8204 06:51:47.051 [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=63997, Token=AC9D0C4E8EBB5A7B, 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] 06:51:47.051 [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 06:51:47.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63997] 06:51:47.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R125, 127.0.0.1:8201] replace CON-POST MID=63997, Token=AC9D0C4E8EBB5A7B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63997, Token=AC9D0C4E8EBB5A7B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R125, 127.0.0.1:8201] send response NON-2.05 MID=63997, Token=null, OptionSet={}, "server responds hi" 06:51:47.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R125, 127.0.0.1:8201, complete]! 06:51:47.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R125, 127.0.0.1:8201, complete] completed NON-2.04 MID=63997, Token=AC9D0C4E8EBB5A7B, 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! 06:51:47.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:8201 06:51:47.052 [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=63997, Token=AC9D0C4E8EBB5A7B, 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] 06:51:47.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 06:51:47.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-63997] 06:51:47.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L124, 127.0.0.1:8204, complete]! 06:51:47.052 [: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-AC9D0C4E8EBB5A7B] 06:51:47.052 [: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-63997] 06:51:47.052 [: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=63997, Token=AC9D0C4E8EBB5A7B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63997, Token=AC9D0C4E8EBB5A7B, 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! 06:51:47.052 [: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 06:51:47.052 [: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" 06:51:47.053 [: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 06:51:47.053 [: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-63998], CON-POST MID=63998, 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 06:51:47.053 [: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-B0228FA193E43826], CON-POST MID=63998, Token=B0228FA193E43826, 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 06:51:47.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-63998], KeyToken[127.0.0.1:8204-B0228FA193E43826]] 06:51:47.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 40 bytes to 127.0.0.1:8204 06:51:47.053 [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=63998, Token=B0228FA193E43826, 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] 06:51:47.053 [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 06:51:47.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63998] 06:51:47.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R127, 127.0.0.1:8201] replace CON-POST MID=63998, Token=B0228FA193E43826, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63998, Token=B0228FA193E43826, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R127, 127.0.0.1:8201] send response NON-2.05 MID=63998, Token=null, OptionSet={}, "server responds hi" 06:51:47.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R127, 127.0.0.1:8201, complete]! 06:51:47.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R127, 127.0.0.1:8201, complete] completed NON-2.04 MID=63998, Token=B0228FA193E43826, 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! 06:51:47.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 06:51:47.054 [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=63998, Token=B0228FA193E43826, 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] 06:51:47.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 06:51:47.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-63998] 06:51:47.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L126, 127.0.0.1:8204, complete]! 06:51:47.055 [: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-B0228FA193E43826] 06:51:47.055 [: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-63998] 06:51:47.055 [: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=63998, Token=B0228FA193E43826, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63998, Token=B0228FA193E43826, 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! 06:51:47.055 [: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 06:51:47.055 [: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" 06:51:47.055 [: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 06:51:47.055 [: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-63999], CON-POST MID=63999, 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 06:51:47.056 [: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-D06DBB5942C712F0], CON-POST MID=63999, Token=D06DBB5942C712F0, 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 06:51:47.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-63999], KeyToken[127.0.0.1:8204-D06DBB5942C712F0]] 06:51:47.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 06:51:47.056 [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=63999, Token=D06DBB5942C712F0, 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] 06:51:47.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 06:51:47.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-63999] 06:51:47.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R129, 127.0.0.1:8201] replace CON-POST MID=63999, Token=D06DBB5942C712F0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63999, Token=D06DBB5942C712F0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R129, 127.0.0.1:8201] send response NON-2.05 MID=63999, Token=null, OptionSet={}, "server responds hi" 06:51:47.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R129, 127.0.0.1:8201, complete]! 06:51:47.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R129, 127.0.0.1:8201, complete] completed NON-2.04 MID=63999, Token=D06DBB5942C712F0, 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! 06:51:47.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 06:51:47.057 [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=63999, Token=D06DBB5942C712F0, 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] 06:51:47.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 06:51:47.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-63999] 06:51:47.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L128, 127.0.0.1:8204, complete]! 06:51:47.057 [: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-D06DBB5942C712F0] 06:51:47.057 [: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-63999] 06:51:47.057 [: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=63999, Token=D06DBB5942C712F0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63999, Token=D06DBB5942C712F0, 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! 06:51:47.058 [: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 06:51:47.058 [: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" 06:51:47.058 [: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 06:51:47.058 [: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-64000], CON-POST MID=64000, 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 06:51:47.058 [: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-88BF5EB1B5F0AD3C], CON-POST MID=64000, Token=88BF5EB1B5F0AD3C, 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 06:51:47.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-64000], KeyToken[127.0.0.1:8204-88BF5EB1B5F0AD3C]] 06:51:47.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 06:51:47.058 [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=64000, Token=88BF5EB1B5F0AD3C, 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] 06:51:47.059 [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 06:51:47.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64000] 06:51:47.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R131, 127.0.0.1:8201] replace CON-POST MID=64000, Token=88BF5EB1B5F0AD3C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64000, Token=88BF5EB1B5F0AD3C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R131, 127.0.0.1:8201] send response NON-2.05 MID=64000, Token=null, OptionSet={}, "server responds hi" 06:51:47.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R131, 127.0.0.1:8201, complete]! 06:51:47.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R131, 127.0.0.1:8201, complete] completed NON-2.04 MID=64000, Token=88BF5EB1B5F0AD3C, 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! 06:51:47.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 06:51:47.060 [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=64000, Token=88BF5EB1B5F0AD3C, 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] 06:51:47.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64000] 06:51:47.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L130, 127.0.0.1:8204, complete]! 06:51:47.060 [: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-88BF5EB1B5F0AD3C] 06:51:47.060 [: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-64000] 06:51:47.060 [: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=64000, Token=88BF5EB1B5F0AD3C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64000, Token=88BF5EB1B5F0AD3C, 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! 06:51:47.060 [: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 06:51:47.060 [: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" 06:51:47.060 [: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 06:51:47.061 [: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-64001], CON-POST MID=64001, 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 06:51:47.061 [: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-B42A10CC7C3A1D03], CON-POST MID=64001, Token=B42A10CC7C3A1D03, 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 06:51:47.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-64001], KeyToken[127.0.0.1:8204-B42A10CC7C3A1D03]] 06:51:47.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 40 bytes to 127.0.0.1:8204 06:51:47.061 [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=64001, Token=B42A10CC7C3A1D03, 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] 06:51:47.061 [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 06:51:47.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64001] 06:51:47.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R133, 127.0.0.1:8201] replace CON-POST MID=64001, Token=B42A10CC7C3A1D03, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64001, Token=B42A10CC7C3A1D03, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R133, 127.0.0.1:8201] send response NON-2.05 MID=64001, Token=null, OptionSet={}, "server responds hi" 06:51:47.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R133, 127.0.0.1:8201, complete]! 06:51:47.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R133, 127.0.0.1:8201, complete] completed NON-2.04 MID=64001, Token=B42A10CC7C3A1D03, 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! 06:51:47.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 06:51:47.062 [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=64001, Token=B42A10CC7C3A1D03, 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] 06:51:47.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 06:51:47.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-64001] 06:51:47.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L132, 127.0.0.1:8204, complete]! 06:51:47.062 [: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-B42A10CC7C3A1D03] 06:51:47.062 [: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-64001] 06:51:47.062 [: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=64001, Token=B42A10CC7C3A1D03, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64001, Token=B42A10CC7C3A1D03, 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! 06:51:47.063 [: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 06:51:47.063 [: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" 06:51:47.063 [: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 06:51:47.063 [: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-64002], CON-POST MID=64002, 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 06:51:47.063 [: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-D4FF2B36AD303618], CON-POST MID=64002, Token=D4FF2B36AD303618, 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 06:51:47.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-64002], KeyToken[127.0.0.1:8204-D4FF2B36AD303618]] 06:51:47.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 06:51:47.064 [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=64002, Token=D4FF2B36AD303618, 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] 06:51:47.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 06:51:47.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64002] 06:51:47.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R135, 127.0.0.1:8201] replace CON-POST MID=64002, Token=D4FF2B36AD303618, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64002, Token=D4FF2B36AD303618, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R135, 127.0.0.1:8201] send response NON-2.05 MID=64002, Token=null, OptionSet={}, "server responds hi" 06:51:47.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R135, 127.0.0.1:8201, complete]! 06:51:47.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R135, 127.0.0.1:8201, complete] completed NON-2.04 MID=64002, Token=D4FF2B36AD303618, 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! 06:51:47.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:8201 06:51:47.065 [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=64002, Token=D4FF2B36AD303618, 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] 06:51:47.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64002] 06:51:47.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L134, 127.0.0.1:8204, complete]! 06:51:47.065 [: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-D4FF2B36AD303618] 06:51:47.065 [: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-64002] 06:51:47.065 [: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=64002, Token=D4FF2B36AD303618, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64002, Token=D4FF2B36AD303618, 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! 06:51:47.065 [: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 06:51:47.065 [: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" 06:51:47.066 [: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 06:51:47.066 [: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-64003], CON-POST MID=64003, 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 06:51:47.066 [: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-A074D9ADA23C9961], CON-POST MID=64003, Token=A074D9ADA23C9961, 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 06:51:47.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64003], KeyToken[127.0.0.1:8204-A074D9ADA23C9961]] 06:51:47.066 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.066 [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=64003, Token=A074D9ADA23C9961, 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] 06:51:47.066 [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 06:51:47.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64003] 06:51:47.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R137, 127.0.0.1:8201] replace CON-POST MID=64003, Token=A074D9ADA23C9961, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64003, Token=A074D9ADA23C9961, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R137, 127.0.0.1:8201] send response NON-2.05 MID=64003, Token=null, OptionSet={}, "server responds hi" 06:51:47.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R137, 127.0.0.1:8201, complete]! 06:51:47.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R137, 127.0.0.1:8201, complete] completed NON-2.04 MID=64003, Token=A074D9ADA23C9961, 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! 06:51:47.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 06:51:47.067 [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=64003, Token=A074D9ADA23C9961, 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] 06:51:47.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 06:51:47.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64003] 06:51:47.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L136, 127.0.0.1:8204, complete]! 06:51:47.067 [: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-A074D9ADA23C9961] 06:51:47.068 [: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-64003] 06:51:47.068 [: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=64003, Token=A074D9ADA23C9961, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64003, Token=A074D9ADA23C9961, 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! 06:51:47.115 [: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 06:51:47.115 [: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" 06:51:47.115 [: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 06:51:47.115 [: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-64004], CON-POST MID=64004, 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 06:51:47.115 [: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-5C33E82C2C510D1F], CON-POST MID=64004, Token=5C33E82C2C510D1F, 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 06:51:47.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64004], KeyToken[127.0.0.1:8204-5C33E82C2C510D1F]] 06:51:47.115 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.116 [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=64004, Token=5C33E82C2C510D1F, 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] 06:51:47.116 [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 06:51:47.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64004] 06:51:47.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R139, 127.0.0.1:8201] replace CON-POST MID=64004, Token=5C33E82C2C510D1F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64004, Token=5C33E82C2C510D1F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R139, 127.0.0.1:8201] send response NON-2.05 MID=64004, Token=null, OptionSet={}, "server responds hi" 06:51:47.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R139, 127.0.0.1:8201, complete]! 06:51:47.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R139, 127.0.0.1:8201, complete] completed NON-2.04 MID=64004, Token=5C33E82C2C510D1F, 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! 06:51:47.116 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.117 [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=64004, Token=5C33E82C2C510D1F, 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] 06:51:47.117 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64004] 06:51:47.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L138, 127.0.0.1:8204, complete]! 06:51:47.117 [: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-5C33E82C2C510D1F] 06:51:47.117 [: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-64004] 06:51:47.117 [: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=64004, Token=5C33E82C2C510D1F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64004, Token=5C33E82C2C510D1F, 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! 06:51:47.117 [: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 06:51:47.117 [: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" 06:51:47.118 [: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 06:51:47.118 [: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-64005], CON-POST MID=64005, 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 06:51:47.118 [: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-C4FFE31E221B07F5], CON-POST MID=64005, Token=C4FFE31E221B07F5, 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 06:51:47.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64005], KeyToken[127.0.0.1:8204-C4FFE31E221B07F5]] 06:51:47.118 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.118 [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=64005, Token=C4FFE31E221B07F5, 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] 06:51:47.118 [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 06:51:47.118 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64005] 06:51:47.119 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.119 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R141, 127.0.0.1:8201] replace CON-POST MID=64005, Token=C4FFE31E221B07F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64005, Token=C4FFE31E221B07F5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.119 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R141, 127.0.0.1:8201] send response NON-2.05 MID=64005, Token=null, OptionSet={}, "server responds hi" 06:51:47.119 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R141, 127.0.0.1:8201, complete]! 06:51:47.119 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R141, 127.0.0.1:8201, complete] completed NON-2.04 MID=64005, Token=C4FFE31E221B07F5, 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! 06:51:47.119 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.119 [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=64005, Token=C4FFE31E221B07F5, 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] 06:51:47.119 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64005] 06:51:47.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.120 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L140, 127.0.0.1:8204, complete]! 06:51:47.120 [: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-C4FFE31E221B07F5] 06:51:47.120 [: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-64005] 06:51:47.120 [: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=64005, Token=C4FFE31E221B07F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64005, Token=C4FFE31E221B07F5, 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! 06:51:47.120 [: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 06:51:47.120 [: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" 06:51:47.120 [: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 06:51:47.120 [: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-64006], CON-POST MID=64006, 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 06:51:47.120 [: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-64B3E8EBC92D5F62], CON-POST MID=64006, Token=64B3E8EBC92D5F62, 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 06:51:47.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64006], KeyToken[127.0.0.1:8204-64B3E8EBC92D5F62]] 06:51:47.121 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.121 [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=64006, Token=64B3E8EBC92D5F62, 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] 06:51:47.121 [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 06:51:47.121 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64006] 06:51:47.121 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.121 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R143, 127.0.0.1:8201] replace CON-POST MID=64006, Token=64B3E8EBC92D5F62, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64006, Token=64B3E8EBC92D5F62, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.121 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R143, 127.0.0.1:8201] send response NON-2.05 MID=64006, Token=null, OptionSet={}, "server responds hi" 06:51:47.121 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R143, 127.0.0.1:8201, complete]! 06:51:47.121 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R143, 127.0.0.1:8201, complete] completed NON-2.04 MID=64006, Token=64B3E8EBC92D5F62, 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! 06:51:47.122 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.122 [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=64006, Token=64B3E8EBC92D5F62, 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] 06:51:47.122 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64006] 06:51:47.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L142, 127.0.0.1:8204, complete]! 06:51:47.122 [: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-64B3E8EBC92D5F62] 06:51:47.122 [: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-64006] 06:51:47.122 [: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=64006, Token=64B3E8EBC92D5F62, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64006, Token=64B3E8EBC92D5F62, 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! 06:51:47.122 [: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 06:51:47.122 [: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" 06:51:47.123 [: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 06:51:47.123 [: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-64007], CON-POST MID=64007, 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 06:51:47.123 [: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-84376442CB71801B], CON-POST MID=64007, Token=84376442CB71801B, 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 06:51:47.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64007], KeyToken[127.0.0.1:8204-84376442CB71801B]] 06:51:47.123 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.123 [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=64007, Token=84376442CB71801B, 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] 06:51:47.123 [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 06:51:47.123 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64007] 06:51:47.123 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R145, 127.0.0.1:8201] replace CON-POST MID=64007, Token=84376442CB71801B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64007, Token=84376442CB71801B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R145, 127.0.0.1:8201] send response NON-2.05 MID=64007, Token=null, OptionSet={}, "server responds hi" 06:51:47.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R145, 127.0.0.1:8201, complete]! 06:51:47.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R145, 127.0.0.1:8201, complete] completed NON-2.04 MID=64007, Token=84376442CB71801B, 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! 06:51:47.124 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.124 [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=64007, Token=84376442CB71801B, 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] 06:51:47.124 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64007] 06:51:47.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L144, 127.0.0.1:8204, complete]! 06:51:47.124 [: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-84376442CB71801B] 06:51:47.124 [: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-64007] 06:51:47.125 [: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=64007, Token=84376442CB71801B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64007, Token=84376442CB71801B, 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! 06:51:47.125 [: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 06:51:47.125 [: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" 06:51:47.125 [: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 06:51:47.125 [: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-64008], CON-POST MID=64008, 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 06:51:47.125 [: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-B40BC7489A88270C], CON-POST MID=64008, Token=B40BC7489A88270C, 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 06:51:47.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64008], KeyToken[127.0.0.1:8204-B40BC7489A88270C]] 06:51:47.125 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.126 [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=64008, Token=B40BC7489A88270C, 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] 06:51:47.126 [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 06:51:47.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64008] 06:51:47.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R147, 127.0.0.1:8201] replace CON-POST MID=64008, Token=B40BC7489A88270C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64008, Token=B40BC7489A88270C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R147, 127.0.0.1:8201] send response NON-2.05 MID=64008, Token=null, OptionSet={}, "server responds hi" 06:51:47.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R147, 127.0.0.1:8201, complete]! 06:51:47.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R147, 127.0.0.1:8201, complete] completed NON-2.04 MID=64008, Token=B40BC7489A88270C, 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! 06:51:47.126 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.126 [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=64008, Token=B40BC7489A88270C, 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] 06:51:47.127 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64008] 06:51:47.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L146, 127.0.0.1:8204, complete]! 06:51:47.127 [: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-B40BC7489A88270C] 06:51:47.127 [: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-64008] 06:51:47.127 [: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=64008, Token=B40BC7489A88270C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64008, Token=B40BC7489A88270C, 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! 06:51:47.127 [: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 06:51:47.127 [: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" 06:51:47.127 [: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 06:51:47.127 [: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-64009], CON-POST MID=64009, 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 06:51:47.127 [: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-A8FB7179E40EA5D0], CON-POST MID=64009, Token=A8FB7179E40EA5D0, 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 06:51:47.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64009], KeyToken[127.0.0.1:8204-A8FB7179E40EA5D0]] 06:51:47.128 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.128 [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=64009, Token=A8FB7179E40EA5D0, 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] 06:51:47.128 [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 06:51:47.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64009] 06:51:47.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R149, 127.0.0.1:8201] replace CON-POST MID=64009, Token=A8FB7179E40EA5D0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64009, Token=A8FB7179E40EA5D0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R149, 127.0.0.1:8201] send response NON-2.05 MID=64009, Token=null, OptionSet={}, "server responds hi" 06:51:47.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R149, 127.0.0.1:8201, complete]! 06:51:47.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R149, 127.0.0.1:8201, complete] completed NON-2.04 MID=64009, Token=A8FB7179E40EA5D0, 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! 06:51:47.128 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.129 [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=64009, Token=A8FB7179E40EA5D0, 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] 06:51:47.129 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64009] 06:51:47.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L148, 127.0.0.1:8204, complete]! 06:51:47.129 [: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-A8FB7179E40EA5D0] 06:51:47.129 [: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-64009] 06:51:47.129 [: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=64009, Token=A8FB7179E40EA5D0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64009, Token=A8FB7179E40EA5D0, 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! 06:51:47.129 [: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 06:51:47.129 [: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" 06:51:47.130 [: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 06:51:47.130 [: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-64010], CON-POST MID=64010, 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 06:51:47.130 [: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-5C4A9E9F0423299C], CON-POST MID=64010, Token=5C4A9E9F0423299C, 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 06:51:47.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64010], KeyToken[127.0.0.1:8204-5C4A9E9F0423299C]] 06:51:47.130 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.130 [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=64010, Token=5C4A9E9F0423299C, 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] 06:51:47.130 [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 06:51:47.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64010] 06:51:47.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R151, 127.0.0.1:8201] replace CON-POST MID=64010, Token=5C4A9E9F0423299C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64010, Token=5C4A9E9F0423299C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R151, 127.0.0.1:8201] send response NON-2.05 MID=64010, Token=null, OptionSet={}, "server responds hi" 06:51:47.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R151, 127.0.0.1:8201, complete]! 06:51:47.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R151, 127.0.0.1:8201, complete] completed NON-2.04 MID=64010, Token=5C4A9E9F0423299C, 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! 06:51:47.131 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.131 [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=64010, Token=5C4A9E9F0423299C, 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] 06:51:47.131 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64010] 06:51:47.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L150, 127.0.0.1:8204, complete]! 06:51:47.131 [: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-5C4A9E9F0423299C] 06:51:47.131 [: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-64010] 06:51:47.131 [: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=64010, Token=5C4A9E9F0423299C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64010, Token=5C4A9E9F0423299C, 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! 06:51:47.132 [: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 06:51:47.132 [: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" 06:51:47.132 [: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 06:51:47.132 [: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-64011], CON-POST MID=64011, 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 06:51:47.132 [: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-F0E26E8D0CFB7F8B], CON-POST MID=64011, Token=F0E26E8D0CFB7F8B, 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 06:51:47.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64011], KeyToken[127.0.0.1:8204-F0E26E8D0CFB7F8B]] 06:51:47.132 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.133 [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=64011, Token=F0E26E8D0CFB7F8B, 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] 06:51:47.133 [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 06:51:47.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64011] 06:51:47.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R153, 127.0.0.1:8201] replace CON-POST MID=64011, Token=F0E26E8D0CFB7F8B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64011, Token=F0E26E8D0CFB7F8B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R153, 127.0.0.1:8201] send response NON-2.05 MID=64011, Token=null, OptionSet={}, "server responds hi" 06:51:47.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R153, 127.0.0.1:8201, complete]! 06:51:47.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R153, 127.0.0.1:8201, complete] completed NON-2.04 MID=64011, Token=F0E26E8D0CFB7F8B, 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! 06:51:47.133 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.134 [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=64011, Token=F0E26E8D0CFB7F8B, 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] 06:51:47.134 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64011] 06:51:47.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L152, 127.0.0.1:8204, complete]! 06:51:47.134 [: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-F0E26E8D0CFB7F8B] 06:51:47.134 [: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-64011] 06:51:47.134 [: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=64011, Token=F0E26E8D0CFB7F8B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64011, Token=F0E26E8D0CFB7F8B, 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! 06:51:47.134 [: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 06:51:47.134 [: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" 06:51:47.134 [: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 06:51:47.135 [: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-64012], CON-POST MID=64012, 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 06:51:47.135 [: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-4CC9476779E48335], CON-POST MID=64012, Token=4CC9476779E48335, 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 06:51:47.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64012], KeyToken[127.0.0.1:8204-4CC9476779E48335]] 06:51:47.135 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.135 [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=64012, Token=4CC9476779E48335, 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] 06:51:47.135 [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 06:51:47.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64012] 06:51:47.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R155, 127.0.0.1:8201] replace CON-POST MID=64012, Token=4CC9476779E48335, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64012, Token=4CC9476779E48335, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R155, 127.0.0.1:8201] send response NON-2.05 MID=64012, Token=null, OptionSet={}, "server responds hi" 06:51:47.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R155, 127.0.0.1:8201, complete]! 06:51:47.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R155, 127.0.0.1:8201, complete] completed NON-2.04 MID=64012, Token=4CC9476779E48335, 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! 06:51:47.136 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.136 [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=64012, Token=4CC9476779E48335, 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] 06:51:47.136 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64012] 06:51:47.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L154, 127.0.0.1:8204, complete]! 06:51:47.136 [: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-4CC9476779E48335] 06:51:47.136 [: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-64012] 06:51:47.136 [: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=64012, Token=4CC9476779E48335, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64012, Token=4CC9476779E48335, 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! 06:51:47.137 [: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 06:51:47.137 [: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" 06:51:47.137 [: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 06:51:47.137 [: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-64013], CON-POST MID=64013, 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 06:51:47.137 [: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-5C377346524F165A], CON-POST MID=64013, Token=5C377346524F165A, 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 06:51:47.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64013], KeyToken[127.0.0.1:8204-5C377346524F165A]] 06:51:47.137 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.137 [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=64013, Token=5C377346524F165A, 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] 06:51:47.137 [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 06:51:47.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64013] 06:51:47.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R157, 127.0.0.1:8201] replace CON-POST MID=64013, Token=5C377346524F165A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64013, Token=5C377346524F165A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R157, 127.0.0.1:8201] send response NON-2.05 MID=64013, Token=null, OptionSet={}, "server responds hi" 06:51:47.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R157, 127.0.0.1:8201, complete]! 06:51:47.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R157, 127.0.0.1:8201, complete] completed NON-2.04 MID=64013, Token=5C377346524F165A, 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! 06:51:47.138 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.139 [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=64013, Token=5C377346524F165A, 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] 06:51:47.139 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64013] 06:51:47.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L156, 127.0.0.1:8204, complete]! 06:51:47.139 [: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-5C377346524F165A] 06:51:47.139 [: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-64013] 06:51:47.139 [: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=64013, Token=5C377346524F165A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64013, Token=5C377346524F165A, 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! 06:51:47.139 [: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 06:51:47.139 [: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" 06:51:47.140 [: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 06:51:47.140 [: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-64014], CON-POST MID=64014, 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 06:51:47.140 [: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-708037327721EEC0], CON-POST MID=64014, Token=708037327721EEC0, 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 06:51:47.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64014], KeyToken[127.0.0.1:8204-708037327721EEC0]] 06:51:47.140 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.140 [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=64014, Token=708037327721EEC0, 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] 06:51:47.140 [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 06:51:47.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64014] 06:51:47.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R159, 127.0.0.1:8201] replace CON-POST MID=64014, Token=708037327721EEC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64014, Token=708037327721EEC0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R159, 127.0.0.1:8201] send response NON-2.05 MID=64014, Token=null, OptionSet={}, "server responds hi" 06:51:47.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R159, 127.0.0.1:8201, complete]! 06:51:47.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R159, 127.0.0.1:8201, complete] completed NON-2.04 MID=64014, Token=708037327721EEC0, 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! 06:51:47.141 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.141 [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=64014, Token=708037327721EEC0, 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] 06:51:47.141 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64014] 06:51:47.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L158, 127.0.0.1:8204, complete]! 06:51:47.142 [: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-708037327721EEC0] 06:51:47.142 [: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-64014] 06:51:47.142 [: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=64014, Token=708037327721EEC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64014, Token=708037327721EEC0, 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! 06:51:47.142 [: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 06:51:47.142 [: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" 06:51:47.142 [: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 06:51:47.142 [: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-64015], CON-POST MID=64015, 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 06:51:47.142 [: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-082EC50A4D82B92F], CON-POST MID=64015, Token=082EC50A4D82B92F, 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 06:51:47.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64015], KeyToken[127.0.0.1:8204-082EC50A4D82B92F]] 06:51:47.143 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.143 [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=64015, Token=082EC50A4D82B92F, 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] 06:51:47.143 [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 06:51:47.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64015] 06:51:47.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R161, 127.0.0.1:8201] replace CON-POST MID=64015, Token=082EC50A4D82B92F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64015, Token=082EC50A4D82B92F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R161, 127.0.0.1:8201] send response NON-2.05 MID=64015, Token=null, OptionSet={}, "server responds hi" 06:51:47.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R161, 127.0.0.1:8201, complete]! 06:51:47.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R161, 127.0.0.1:8201, complete] completed NON-2.04 MID=64015, Token=082EC50A4D82B92F, 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! 06:51:47.144 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.144 [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=64015, Token=082EC50A4D82B92F, 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] 06:51:47.144 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64015] 06:51:47.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L160, 127.0.0.1:8204, complete]! 06:51:47.144 [: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-082EC50A4D82B92F] 06:51:47.144 [: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-64015] 06:51:47.144 [: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=64015, Token=082EC50A4D82B92F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64015, Token=082EC50A4D82B92F, 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! 06:51:47.144 [: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 06:51:47.144 [: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" 06:51:47.145 [: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 06:51:47.145 [: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-64016], CON-POST MID=64016, 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 06:51:47.145 [: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-48CA4F9C54B96D23], CON-POST MID=64016, Token=48CA4F9C54B96D23, 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 06:51:47.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64016], KeyToken[127.0.0.1:8204-48CA4F9C54B96D23]] 06:51:47.145 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.145 [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=64016, Token=48CA4F9C54B96D23, 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] 06:51:47.145 [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 06:51:47.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64016] 06:51:47.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R163, 127.0.0.1:8201] replace CON-POST MID=64016, Token=48CA4F9C54B96D23, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64016, Token=48CA4F9C54B96D23, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R163, 127.0.0.1:8201] send response NON-2.05 MID=64016, Token=null, OptionSet={}, "server responds hi" 06:51:47.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R163, 127.0.0.1:8201, complete]! 06:51:47.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R163, 127.0.0.1:8201, complete] completed NON-2.04 MID=64016, Token=48CA4F9C54B96D23, 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! 06:51:47.146 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.146 [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=64016, Token=48CA4F9C54B96D23, 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] 06:51:47.146 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64016] 06:51:47.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L162, 127.0.0.1:8204, complete]! 06:51:47.147 [: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-48CA4F9C54B96D23] 06:51:47.147 [: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-64016] 06:51:47.147 [: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=64016, Token=48CA4F9C54B96D23, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64016, Token=48CA4F9C54B96D23, 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! 06:51:47.147 [: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 06:51:47.147 [: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" 06:51:47.147 [: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 06:51:47.147 [: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-64017], CON-POST MID=64017, 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 06:51:47.147 [: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-C462E3F69F391EEE], CON-POST MID=64017, Token=C462E3F69F391EEE, 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 06:51:47.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64017], KeyToken[127.0.0.1:8204-C462E3F69F391EEE]] 06:51:47.148 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.148 [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=64017, Token=C462E3F69F391EEE, 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] 06:51:47.148 [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 06:51:47.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64017] 06:51:47.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R165, 127.0.0.1:8201] replace CON-POST MID=64017, Token=C462E3F69F391EEE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64017, Token=C462E3F69F391EEE, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R165, 127.0.0.1:8201] send response NON-2.05 MID=64017, Token=null, OptionSet={}, "server responds hi" 06:51:47.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R165, 127.0.0.1:8201, complete]! 06:51:47.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R165, 127.0.0.1:8201, complete] completed NON-2.04 MID=64017, Token=C462E3F69F391EEE, 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! 06:51:47.149 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.149 [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=64017, Token=C462E3F69F391EEE, 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] 06:51:47.149 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64017] 06:51:47.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L164, 127.0.0.1:8204, complete]! 06:51:47.149 [: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-C462E3F69F391EEE] 06:51:47.149 [: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-64017] 06:51:47.149 [: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=64017, Token=C462E3F69F391EEE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64017, Token=C462E3F69F391EEE, 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! 06:51:47.149 [: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 06:51:47.149 [: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" 06:51:47.150 [: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 06:51:47.150 [: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-64018], CON-POST MID=64018, 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 06:51:47.150 [: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-287A5A722A697CF3], CON-POST MID=64018, Token=287A5A722A697CF3, 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 06:51:47.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64018], KeyToken[127.0.0.1:8204-287A5A722A697CF3]] 06:51:47.150 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.150 [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=64018, Token=287A5A722A697CF3, 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] 06:51:47.155 [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 06:51:47.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64018] 06:51:47.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R167, 127.0.0.1:8201] replace CON-POST MID=64018, Token=287A5A722A697CF3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64018, Token=287A5A722A697CF3, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R167, 127.0.0.1:8201] send response NON-2.05 MID=64018, Token=null, OptionSet={}, "server responds hi" 06:51:47.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R167, 127.0.0.1:8201, complete]! 06:51:47.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R167, 127.0.0.1:8201, complete] completed NON-2.04 MID=64018, Token=287A5A722A697CF3, 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! 06:51:47.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 06:51:47.156 [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=64018, Token=287A5A722A697CF3, 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] 06:51:47.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:8204 06:51:47.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:8204-64018] 06:51:47.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L166, 127.0.0.1:8204, complete]! 06:51:47.156 [: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-287A5A722A697CF3] 06:51:47.156 [: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-64018] 06:51:47.156 [: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=64018, Token=287A5A722A697CF3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64018, Token=287A5A722A697CF3, 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! 06:51:47.156 [: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 06:51:47.156 [: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" 06:51:47.157 [: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 06:51:47.157 [: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-64019], CON-POST MID=64019, 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 06:51:47.157 [: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-B8641EA878D80623], CON-POST MID=64019, Token=B8641EA878D80623, 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 06:51:47.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64019], KeyToken[127.0.0.1:8204-B8641EA878D80623]] 06:51:47.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 40 bytes to 127.0.0.1:8204 06:51:47.157 [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=64019, Token=B8641EA878D80623, 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] 06:51:47.157 [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 06:51:47.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64019] 06:51:47.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R169, 127.0.0.1:8201] replace CON-POST MID=64019, Token=B8641EA878D80623, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64019, Token=B8641EA878D80623, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R169, 127.0.0.1:8201] send response NON-2.05 MID=64019, Token=null, OptionSet={}, "server responds hi" 06:51:47.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R169, 127.0.0.1:8201, complete]! 06:51:47.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R169, 127.0.0.1:8201, complete] completed NON-2.04 MID=64019, Token=B8641EA878D80623, 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! 06:51:47.158 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.158 [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=64019, Token=B8641EA878D80623, 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] 06:51:47.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64019] 06:51:47.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L168, 127.0.0.1:8204, complete]! 06:51:47.158 [: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-B8641EA878D80623] 06:51:47.158 [: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-64019] 06:51:47.158 [: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=64019, Token=B8641EA878D80623, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64019, Token=B8641EA878D80623, 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! 06:51:47.158 [: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 06:51:47.159 [: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" 06:51:47.159 [: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 06:51:47.159 [: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-64020], CON-POST MID=64020, 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 06:51:47.159 [: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-B818CA3C69EFD1DC], CON-POST MID=64020, Token=B818CA3C69EFD1DC, 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 06:51:47.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64020], KeyToken[127.0.0.1:8204-B818CA3C69EFD1DC]] 06:51:47.159 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.159 [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=64020, Token=B818CA3C69EFD1DC, 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] 06:51:47.159 [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 06:51:47.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64020] 06:51:47.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R171, 127.0.0.1:8201] replace CON-POST MID=64020, Token=B818CA3C69EFD1DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64020, Token=B818CA3C69EFD1DC, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R171, 127.0.0.1:8201] send response NON-2.05 MID=64020, Token=null, OptionSet={}, "server responds hi" 06:51:47.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R171, 127.0.0.1:8201, complete]! 06:51:47.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R171, 127.0.0.1:8201, complete] completed NON-2.04 MID=64020, Token=B818CA3C69EFD1DC, 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! 06:51:47.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 42 bytes to 127.0.0.1:8201 06:51:47.160 [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=64020, Token=B818CA3C69EFD1DC, 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] 06:51:47.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64020] 06:51:47.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L170, 127.0.0.1:8204, complete]! 06:51:47.160 [: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-B818CA3C69EFD1DC] 06:51:47.160 [: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-64020] 06:51:47.160 [: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=64020, Token=B818CA3C69EFD1DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64020, Token=B818CA3C69EFD1DC, 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! 06:51:47.160 [: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 06:51:47.160 [: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" 06:51:47.161 [: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 06:51:47.161 [: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-64021], CON-POST MID=64021, 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 06:51:47.161 [: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-14F1450CE2DCD36F], CON-POST MID=64021, Token=14F1450CE2DCD36F, 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 06:51:47.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64021], KeyToken[127.0.0.1:8204-14F1450CE2DCD36F]] 06:51:47.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:8204 06:51:47.161 [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=64021, Token=14F1450CE2DCD36F, 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] 06:51:47.161 [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 06:51:47.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64021] 06:51:47.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R173, 127.0.0.1:8201] replace CON-POST MID=64021, Token=14F1450CE2DCD36F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64021, Token=14F1450CE2DCD36F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R173, 127.0.0.1:8201] send response NON-2.05 MID=64021, Token=null, OptionSet={}, "server responds hi" 06:51:47.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R173, 127.0.0.1:8201, complete]! 06:51:47.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R173, 127.0.0.1:8201, complete] completed NON-2.04 MID=64021, Token=14F1450CE2DCD36F, 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! 06:51:47.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:8201 06:51:47.162 [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=64021, Token=14F1450CE2DCD36F, 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] 06:51:47.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 06:51:47.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-64021] 06:51:47.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L172, 127.0.0.1:8204, complete]! 06:51:47.162 [: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-14F1450CE2DCD36F] 06:51:47.162 [: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-64021] 06:51:47.162 [: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=64021, Token=14F1450CE2DCD36F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64021, Token=14F1450CE2DCD36F, 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! 06:51:47.162 [: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 06:51:47.162 [: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" 06:51:47.163 [: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 06:51:47.163 [: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-64022], CON-POST MID=64022, 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 06:51:47.163 [: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-B884065FA661DE2C], CON-POST MID=64022, Token=B884065FA661DE2C, 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 06:51:47.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64022], KeyToken[127.0.0.1:8204-B884065FA661DE2C]] 06:51:47.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 06:51:47.163 [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=64022, Token=B884065FA661DE2C, 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] 06:51:47.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 06:51:47.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64022] 06:51:47.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R175, 127.0.0.1:8201] replace CON-POST MID=64022, Token=B884065FA661DE2C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64022, Token=B884065FA661DE2C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R175, 127.0.0.1:8201] send response NON-2.05 MID=64022, Token=null, OptionSet={}, "server responds hi" 06:51:47.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R175, 127.0.0.1:8201, complete]! 06:51:47.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R175, 127.0.0.1:8201, complete] completed NON-2.04 MID=64022, Token=B884065FA661DE2C, 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! 06:51:47.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:8201 06:51:47.164 [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=64022, Token=B884065FA661DE2C, 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] 06:51:47.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 06:51:47.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-64022] 06:51:47.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L174, 127.0.0.1:8204, complete]! 06:51:47.164 [: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-B884065FA661DE2C] 06:51:47.164 [: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-64022] 06:51:47.164 [: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=64022, Token=B884065FA661DE2C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64022, Token=B884065FA661DE2C, 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! 06:51:47.164 [: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 06:51:47.164 [: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" 06:51:47.165 [: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 06:51:47.165 [: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-64023], CON-POST MID=64023, 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 06:51:47.165 [: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-C09FD739BCE40C12], CON-POST MID=64023, Token=C09FD739BCE40C12, 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 06:51:47.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-64023], KeyToken[127.0.0.1:8204-C09FD739BCE40C12]] 06:51:47.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 06:51:47.165 [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=64023, Token=C09FD739BCE40C12, 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] 06:51:47.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 06:51:47.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64023] 06:51:47.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R177, 127.0.0.1:8201] replace CON-POST MID=64023, Token=C09FD739BCE40C12, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64023, Token=C09FD739BCE40C12, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R177, 127.0.0.1:8201] send response NON-2.05 MID=64023, Token=null, OptionSet={}, "server responds hi" 06:51:47.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R177, 127.0.0.1:8201, complete]! 06:51:47.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R177, 127.0.0.1:8201, complete] completed NON-2.04 MID=64023, Token=C09FD739BCE40C12, 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! 06:51:47.166 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.166 [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=64023, Token=C09FD739BCE40C12, 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] 06:51:47.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 06:51:47.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-64023] 06:51:47.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L176, 127.0.0.1:8204, complete]! 06:51:47.166 [: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-C09FD739BCE40C12] 06:51:47.166 [: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-64023] 06:51:47.166 [: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=64023, Token=C09FD739BCE40C12, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64023, Token=C09FD739BCE40C12, 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! 06:51:47.166 [: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 06:51:47.166 [: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" 06:51:47.167 [: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 06:51:47.167 [: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-64024], CON-POST MID=64024, 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 06:51:47.167 [: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-F0B0C0A15DB52031], CON-POST MID=64024, Token=F0B0C0A15DB52031, 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 06:51:47.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-64024], KeyToken[127.0.0.1:8204-F0B0C0A15DB52031]] 06:51:47.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 06:51:47.167 [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=64024, Token=F0B0C0A15DB52031, 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] 06:51:47.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 06:51:47.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64024] 06:51:47.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R179, 127.0.0.1:8201] replace CON-POST MID=64024, Token=F0B0C0A15DB52031, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64024, Token=F0B0C0A15DB52031, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R179, 127.0.0.1:8201] send response NON-2.05 MID=64024, Token=null, OptionSet={}, "server responds hi" 06:51:47.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R179, 127.0.0.1:8201, complete]! 06:51:47.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R179, 127.0.0.1:8201, complete] completed NON-2.04 MID=64024, Token=F0B0C0A15DB52031, 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! 06:51:47.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 06:51:47.168 [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=64024, Token=F0B0C0A15DB52031, 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] 06:51:47.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 06:51:47.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-64024] 06:51:47.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L178, 127.0.0.1:8204, complete]! 06:51:47.168 [: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-F0B0C0A15DB52031] 06:51:47.168 [: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-64024] 06:51:47.168 [: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=64024, Token=F0B0C0A15DB52031, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64024, Token=F0B0C0A15DB52031, 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! 06:51:47.168 [: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 06:51:47.169 [: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" 06:51:47.169 [: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 06:51:47.169 [: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-64025], CON-POST MID=64025, 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 06:51:47.169 [: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-F03A801B48FD747E], CON-POST MID=64025, Token=F03A801B48FD747E, 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 06:51:47.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-64025], KeyToken[127.0.0.1:8204-F03A801B48FD747E]] 06:51:47.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 06:51:47.169 [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=64025, Token=F03A801B48FD747E, 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] 06:51:47.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 06:51:47.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64025] 06:51:47.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R181, 127.0.0.1:8201] replace CON-POST MID=64025, Token=F03A801B48FD747E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64025, Token=F03A801B48FD747E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R181, 127.0.0.1:8201] send response NON-2.05 MID=64025, Token=null, OptionSet={}, "server responds hi" 06:51:47.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R181, 127.0.0.1:8201, complete]! 06:51:47.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R181, 127.0.0.1:8201, complete] completed NON-2.04 MID=64025, Token=F03A801B48FD747E, 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! 06:51:47.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 06:51:47.170 [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=64025, Token=F03A801B48FD747E, 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] 06:51:47.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 06:51:47.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-64025] 06:51:47.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L180, 127.0.0.1:8204, complete]! 06:51:47.170 [: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-F03A801B48FD747E] 06:51:47.170 [: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-64025] 06:51:47.170 [: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=64025, Token=F03A801B48FD747E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64025, Token=F03A801B48FD747E, 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! 06:51:47.171 [: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 06:51:47.171 [: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" 06:51:47.171 [: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 06:51:47.215 [: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-64026], CON-POST MID=64026, 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 06:51:47.215 [: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-AC1786D0243B7384], CON-POST MID=64026, Token=AC1786D0243B7384, 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 06:51:47.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64026], KeyToken[127.0.0.1:8204-AC1786D0243B7384]] 06:51:47.215 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.215 [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=64026, Token=AC1786D0243B7384, 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] 06:51:47.215 [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 06:51:47.215 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64026] 06:51:47.215 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.216 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R183, 127.0.0.1:8201] replace CON-POST MID=64026, Token=AC1786D0243B7384, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64026, Token=AC1786D0243B7384, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.216 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R183, 127.0.0.1:8201] send response NON-2.05 MID=64026, Token=null, OptionSet={}, "server responds hi" 06:51:47.216 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R183, 127.0.0.1:8201, complete]! 06:51:47.216 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R183, 127.0.0.1:8201, complete] completed NON-2.04 MID=64026, Token=AC1786D0243B7384, 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! 06:51:47.216 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.216 [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=64026, Token=AC1786D0243B7384, 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] 06:51:47.216 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64026] 06:51:47.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L182, 127.0.0.1:8204, complete]! 06:51:47.217 [: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-AC1786D0243B7384] 06:51:47.217 [: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-64026] 06:51:47.217 [: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=64026, Token=AC1786D0243B7384, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64026, Token=AC1786D0243B7384, 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! 06:51:47.217 [: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 06:51:47.217 [: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" 06:51:47.217 [: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 06:51:47.217 [: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-64027], CON-POST MID=64027, 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 06:51:47.217 [: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-48FC6B7D9C80EDEC], CON-POST MID=64027, Token=48FC6B7D9C80EDEC, 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 06:51:47.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64027], KeyToken[127.0.0.1:8204-48FC6B7D9C80EDEC]] 06:51:47.217 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.218 [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=64027, Token=48FC6B7D9C80EDEC, 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] 06:51:47.218 [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 06:51:47.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64027] 06:51:47.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R185, 127.0.0.1:8201] replace CON-POST MID=64027, Token=48FC6B7D9C80EDEC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64027, Token=48FC6B7D9C80EDEC, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R185, 127.0.0.1:8201] send response NON-2.05 MID=64027, Token=null, OptionSet={}, "server responds hi" 06:51:47.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R185, 127.0.0.1:8201, complete]! 06:51:47.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R185, 127.0.0.1:8201, complete] completed NON-2.04 MID=64027, Token=48FC6B7D9C80EDEC, 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! 06:51:47.219 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.219 [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=64027, Token=48FC6B7D9C80EDEC, 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] 06:51:47.219 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64027] 06:51:47.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L184, 127.0.0.1:8204, complete]! 06:51:47.219 [: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-48FC6B7D9C80EDEC] 06:51:47.219 [: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-64027] 06:51:47.219 [: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=64027, Token=48FC6B7D9C80EDEC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64027, Token=48FC6B7D9C80EDEC, 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! 06:51:47.219 [: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 06:51:47.219 [: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" 06:51:47.220 [: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 06:51:47.220 [: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-64028], CON-POST MID=64028, 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 06:51:47.220 [: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-54BEBD831488F114], CON-POST MID=64028, Token=54BEBD831488F114, 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 06:51:47.220 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64028], KeyToken[127.0.0.1:8204-54BEBD831488F114]] 06:51:47.220 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.220 [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=64028, Token=54BEBD831488F114, 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] 06:51:47.220 [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 06:51:47.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64028] 06:51:47.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R187, 127.0.0.1:8201] replace CON-POST MID=64028, Token=54BEBD831488F114, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64028, Token=54BEBD831488F114, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R187, 127.0.0.1:8201] send response NON-2.05 MID=64028, Token=null, OptionSet={}, "server responds hi" 06:51:47.221 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R187, 127.0.0.1:8201, complete]! 06:51:47.221 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R187, 127.0.0.1:8201, complete] completed NON-2.04 MID=64028, Token=54BEBD831488F114, 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! 06:51:47.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 42 bytes to 127.0.0.1:8201 06:51:47.221 [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=64028, Token=54BEBD831488F114, 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] 06:51:47.221 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64028] 06:51:47.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L186, 127.0.0.1:8204, complete]! 06:51:47.221 [: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-54BEBD831488F114] 06:51:47.221 [: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-64028] 06:51:47.221 [: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=64028, Token=54BEBD831488F114, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64028, Token=54BEBD831488F114, 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! 06:51:47.222 [: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 06:51:47.222 [: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" 06:51:47.222 [: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 06:51:47.222 [: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-64029], CON-POST MID=64029, 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 06:51:47.222 [: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-40862C697E4E7472], CON-POST MID=64029, Token=40862C697E4E7472, 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 06:51:47.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64029], KeyToken[127.0.0.1:8204-40862C697E4E7472]] 06:51:47.222 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.223 [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=64029, Token=40862C697E4E7472, 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] 06:51:47.223 [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 06:51:47.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64029] 06:51:47.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R189, 127.0.0.1:8201] replace CON-POST MID=64029, Token=40862C697E4E7472, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64029, Token=40862C697E4E7472, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R189, 127.0.0.1:8201] send response NON-2.05 MID=64029, Token=null, OptionSet={}, "server responds hi" 06:51:47.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R189, 127.0.0.1:8201, complete]! 06:51:47.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R189, 127.0.0.1:8201, complete] completed NON-2.04 MID=64029, Token=40862C697E4E7472, 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! 06:51:47.223 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.223 [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=64029, Token=40862C697E4E7472, 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] 06:51:47.223 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64029] 06:51:47.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L188, 127.0.0.1:8204, complete]! 06:51:47.224 [: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-40862C697E4E7472] 06:51:47.224 [: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-64029] 06:51:47.224 [: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=64029, Token=40862C697E4E7472, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64029, Token=40862C697E4E7472, 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! 06:51:47.224 [: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 06:51:47.224 [: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" 06:51:47.224 [: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 06:51:47.224 [: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-64030], CON-POST MID=64030, 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 06:51:47.224 [: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-404FB6000490F451], CON-POST MID=64030, Token=404FB6000490F451, 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 06:51:47.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64030], KeyToken[127.0.0.1:8204-404FB6000490F451]] 06:51:47.224 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.225 [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=64030, Token=404FB6000490F451, 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] 06:51:47.225 [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 06:51:47.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64030] 06:51:47.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R191, 127.0.0.1:8201] replace CON-POST MID=64030, Token=404FB6000490F451, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64030, Token=404FB6000490F451, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R191, 127.0.0.1:8201] send response NON-2.05 MID=64030, Token=null, OptionSet={}, "server responds hi" 06:51:47.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R191, 127.0.0.1:8201, complete]! 06:51:47.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R191, 127.0.0.1:8201, complete] completed NON-2.04 MID=64030, Token=404FB6000490F451, 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! 06:51:47.225 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.226 [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=64030, Token=404FB6000490F451, 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] 06:51:47.226 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64030] 06:51:47.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L190, 127.0.0.1:8204, complete]! 06:51:47.226 [: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-404FB6000490F451] 06:51:47.226 [: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-64030] 06:51:47.226 [: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=64030, Token=404FB6000490F451, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64030, Token=404FB6000490F451, 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! 06:51:47.226 [: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 06:51:47.226 [: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" 06:51:47.226 [: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 06:51:47.227 [: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-64031], CON-POST MID=64031, 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 06:51:47.227 [: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-8088B304478B8F64], CON-POST MID=64031, Token=8088B304478B8F64, 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 06:51:47.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64031], KeyToken[127.0.0.1:8204-8088B304478B8F64]] 06:51:47.227 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.227 [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=64031, Token=8088B304478B8F64, 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] 06:51:47.227 [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 06:51:47.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64031] 06:51:47.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R193, 127.0.0.1:8201] replace CON-POST MID=64031, Token=8088B304478B8F64, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64031, Token=8088B304478B8F64, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R193, 127.0.0.1:8201] send response NON-2.05 MID=64031, Token=null, OptionSet={}, "server responds hi" 06:51:47.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R193, 127.0.0.1:8201, complete]! 06:51:47.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R193, 127.0.0.1:8201, complete] completed NON-2.04 MID=64031, Token=8088B304478B8F64, 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! 06:51:47.228 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.228 [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=64031, Token=8088B304478B8F64, 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] 06:51:47.228 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64031] 06:51:47.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L192, 127.0.0.1:8204, complete]! 06:51:47.228 [: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-8088B304478B8F64] 06:51:47.228 [: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-64031] 06:51:47.228 [: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=64031, Token=8088B304478B8F64, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64031, Token=8088B304478B8F64, 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! 06:51:47.229 [: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 06:51:47.229 [: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" 06:51:47.229 [: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 06:51:47.229 [: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-64032], CON-POST MID=64032, 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 06:51:47.229 [: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-70AD6049BBAFDBC6], CON-POST MID=64032, Token=70AD6049BBAFDBC6, 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 06:51:47.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64032], KeyToken[127.0.0.1:8204-70AD6049BBAFDBC6]] 06:51:47.229 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.229 [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=64032, Token=70AD6049BBAFDBC6, 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] 06:51:47.229 [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 06:51:47.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64032] 06:51:47.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R195, 127.0.0.1:8201] replace CON-POST MID=64032, Token=70AD6049BBAFDBC6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64032, Token=70AD6049BBAFDBC6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R195, 127.0.0.1:8201] send response NON-2.05 MID=64032, Token=null, OptionSet={}, "server responds hi" 06:51:47.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R195, 127.0.0.1:8201, complete]! 06:51:47.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R195, 127.0.0.1:8201, complete] completed NON-2.04 MID=64032, Token=70AD6049BBAFDBC6, 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! 06:51:47.230 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.230 [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=64032, Token=70AD6049BBAFDBC6, 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] 06:51:47.230 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64032] 06:51:47.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L194, 127.0.0.1:8204, complete]! 06:51:47.231 [: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-70AD6049BBAFDBC6] 06:51:47.231 [: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-64032] 06:51:47.231 [: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=64032, Token=70AD6049BBAFDBC6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64032, Token=70AD6049BBAFDBC6, 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! 06:51:47.231 [: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 06:51:47.231 [: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" 06:51:47.231 [: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 06:51:47.231 [: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-64033], CON-POST MID=64033, 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 06:51:47.231 [: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-603A3E968405A101], CON-POST MID=64033, Token=603A3E968405A101, 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 06:51:47.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64033], KeyToken[127.0.0.1:8204-603A3E968405A101]] 06:51:47.231 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.232 [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=64033, Token=603A3E968405A101, 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] 06:51:47.232 [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 06:51:47.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64033] 06:51:47.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R197, 127.0.0.1:8201] replace CON-POST MID=64033, Token=603A3E968405A101, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64033, Token=603A3E968405A101, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R197, 127.0.0.1:8201] send response NON-2.05 MID=64033, Token=null, OptionSet={}, "server responds hi" 06:51:47.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R197, 127.0.0.1:8201, complete]! 06:51:47.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R197, 127.0.0.1:8201, complete] completed NON-2.04 MID=64033, Token=603A3E968405A101, 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! 06:51:47.232 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.232 [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=64033, Token=603A3E968405A101, 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] 06:51:47.232 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64033] 06:51:47.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L196, 127.0.0.1:8204, complete]! 06:51:47.233 [: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-603A3E968405A101] 06:51:47.233 [: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-64033] 06:51:47.233 [: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=64033, Token=603A3E968405A101, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64033, Token=603A3E968405A101, 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! 06:51:47.233 [: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 06:51:47.233 [: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" 06:51:47.233 [: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 06:51:47.233 [: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-64034], CON-POST MID=64034, 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 06:51:47.233 [: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-685BED1EEF5F157A], CON-POST MID=64034, Token=685BED1EEF5F157A, 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 06:51:47.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64034], KeyToken[127.0.0.1:8204-685BED1EEF5F157A]] 06:51:47.233 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.233 [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=64034, Token=685BED1EEF5F157A, 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] 06:51:47.233 [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 06:51:47.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64034] 06:51:47.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R199, 127.0.0.1:8201] replace CON-POST MID=64034, Token=685BED1EEF5F157A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64034, Token=685BED1EEF5F157A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R199, 127.0.0.1:8201] send response NON-2.05 MID=64034, Token=null, OptionSet={}, "server responds hi" 06:51:47.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R199, 127.0.0.1:8201, complete]! 06:51:47.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R199, 127.0.0.1:8201, complete] completed NON-2.04 MID=64034, Token=685BED1EEF5F157A, 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! 06:51:47.234 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.234 [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=64034, Token=685BED1EEF5F157A, 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] 06:51:47.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64034] 06:51:47.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L198, 127.0.0.1:8204, complete]! 06:51:47.234 [: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-685BED1EEF5F157A] 06:51:47.234 [: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-64034] 06:51:47.234 [: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=64034, Token=685BED1EEF5F157A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64034, Token=685BED1EEF5F157A, 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! 06:51:47.235 [: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 06:51:47.235 [: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" 06:51:47.235 [: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 06:51:47.235 [: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-64035], CON-POST MID=64035, 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 06:51:47.235 [: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-6049D1CA9D1891DB], CON-POST MID=64035, Token=6049D1CA9D1891DB, 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 06:51:47.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64035], KeyToken[127.0.0.1:8204-6049D1CA9D1891DB]] 06:51:47.235 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.235 [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=64035, Token=6049D1CA9D1891DB, 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] 06:51:47.235 [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 06:51:47.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64035] 06:51:47.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R201, 127.0.0.1:8201] replace CON-POST MID=64035, Token=6049D1CA9D1891DB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64035, Token=6049D1CA9D1891DB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R201, 127.0.0.1:8201] send response NON-2.05 MID=64035, Token=null, OptionSet={}, "server responds hi" 06:51:47.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R201, 127.0.0.1:8201, complete]! 06:51:47.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R201, 127.0.0.1:8201, complete] completed NON-2.04 MID=64035, Token=6049D1CA9D1891DB, 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! 06:51:47.236 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.236 [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=64035, Token=6049D1CA9D1891DB, 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] 06:51:47.236 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64035] 06:51:47.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L200, 127.0.0.1:8204, complete]! 06:51:47.236 [: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-6049D1CA9D1891DB] 06:51:47.236 [: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-64035] 06:51:47.236 [: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=64035, Token=6049D1CA9D1891DB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64035, Token=6049D1CA9D1891DB, 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! 06:51:47.236 [: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 06:51:47.236 [: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" 06:51:47.237 [: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 06:51:47.237 [: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-64036], CON-POST MID=64036, 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 06:51:47.237 [: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-500A0DF7705BF0CF], CON-POST MID=64036, Token=500A0DF7705BF0CF, 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 06:51:47.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64036], KeyToken[127.0.0.1:8204-500A0DF7705BF0CF]] 06:51:47.237 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.237 [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=64036, Token=500A0DF7705BF0CF, 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] 06:51:47.237 [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 06:51:47.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64036] 06:51:47.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R203, 127.0.0.1:8201] replace CON-POST MID=64036, Token=500A0DF7705BF0CF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64036, Token=500A0DF7705BF0CF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R203, 127.0.0.1:8201] send response NON-2.05 MID=64036, Token=null, OptionSet={}, "server responds hi" 06:51:47.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R203, 127.0.0.1:8201, complete]! 06:51:47.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R203, 127.0.0.1:8201, complete] completed NON-2.04 MID=64036, Token=500A0DF7705BF0CF, 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! 06:51:47.238 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.238 [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=64036, Token=500A0DF7705BF0CF, 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] 06:51:47.238 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64036] 06:51:47.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L202, 127.0.0.1:8204, complete]! 06:51:47.238 [: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-500A0DF7705BF0CF] 06:51:47.238 [: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-64036] 06:51:47.238 [: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=64036, Token=500A0DF7705BF0CF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64036, Token=500A0DF7705BF0CF, 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! 06:51:47.238 [: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 06:51:47.238 [: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" 06:51:47.238 [: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 06:51:47.239 [: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-64037], CON-POST MID=64037, 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 06:51:47.239 [: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-6C520BA0F2F57D30], CON-POST MID=64037, Token=6C520BA0F2F57D30, 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 06:51:47.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64037], KeyToken[127.0.0.1:8204-6C520BA0F2F57D30]] 06:51:47.239 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.239 [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=64037, Token=6C520BA0F2F57D30, 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] 06:51:47.239 [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 06:51:47.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64037] 06:51:47.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R205, 127.0.0.1:8201] replace CON-POST MID=64037, Token=6C520BA0F2F57D30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64037, Token=6C520BA0F2F57D30, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R205, 127.0.0.1:8201] send response NON-2.05 MID=64037, Token=null, OptionSet={}, "server responds hi" 06:51:47.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R205, 127.0.0.1:8201, complete]! 06:51:47.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R205, 127.0.0.1:8201, complete] completed NON-2.04 MID=64037, Token=6C520BA0F2F57D30, 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! 06:51:47.240 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.240 [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=64037, Token=6C520BA0F2F57D30, 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] 06:51:47.240 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64037] 06:51:47.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L204, 127.0.0.1:8204, complete]! 06:51:47.240 [: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-6C520BA0F2F57D30] 06:51:47.240 [: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-64037] 06:51:47.240 [: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=64037, Token=6C520BA0F2F57D30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64037, Token=6C520BA0F2F57D30, 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! 06:51:47.240 [: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 06:51:47.240 [: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" 06:51:47.240 [: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 06:51:47.241 [: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-64038], CON-POST MID=64038, 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 06:51:47.241 [: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-680D77E0CBA1A86E], CON-POST MID=64038, Token=680D77E0CBA1A86E, 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 06:51:47.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64038], KeyToken[127.0.0.1:8204-680D77E0CBA1A86E]] 06:51:47.241 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.241 [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=64038, Token=680D77E0CBA1A86E, 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] 06:51:47.241 [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 06:51:47.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64038] 06:51:47.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R207, 127.0.0.1:8201] replace CON-POST MID=64038, Token=680D77E0CBA1A86E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64038, Token=680D77E0CBA1A86E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R207, 127.0.0.1:8201] send response NON-2.05 MID=64038, Token=null, OptionSet={}, "server responds hi" 06:51:47.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R207, 127.0.0.1:8201, complete]! 06:51:47.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R207, 127.0.0.1:8201, complete] completed NON-2.04 MID=64038, Token=680D77E0CBA1A86E, 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! 06:51:47.242 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.242 [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=64038, Token=680D77E0CBA1A86E, 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] 06:51:47.242 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64038] 06:51:47.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L206, 127.0.0.1:8204, complete]! 06:51:47.242 [: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-680D77E0CBA1A86E] 06:51:47.242 [: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-64038] 06:51:47.242 [: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=64038, Token=680D77E0CBA1A86E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64038, Token=680D77E0CBA1A86E, 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! 06:51:47.242 [: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 06:51:47.242 [: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" 06:51:47.242 [: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 06:51:47.243 [: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-64039], CON-POST MID=64039, 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 06:51:47.243 [: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-ACE47FC79AA8CFDB], CON-POST MID=64039, Token=ACE47FC79AA8CFDB, 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 06:51:47.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64039], KeyToken[127.0.0.1:8204-ACE47FC79AA8CFDB]] 06:51:47.243 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.243 [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=64039, Token=ACE47FC79AA8CFDB, 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] 06:51:47.243 [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 06:51:47.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64039] 06:51:47.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R209, 127.0.0.1:8201] replace CON-POST MID=64039, Token=ACE47FC79AA8CFDB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64039, Token=ACE47FC79AA8CFDB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R209, 127.0.0.1:8201] send response NON-2.05 MID=64039, Token=null, OptionSet={}, "server responds hi" 06:51:47.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R209, 127.0.0.1:8201, complete]! 06:51:47.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R209, 127.0.0.1:8201, complete] completed NON-2.04 MID=64039, Token=ACE47FC79AA8CFDB, 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! 06:51:47.244 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.244 [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=64039, Token=ACE47FC79AA8CFDB, 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] 06:51:47.244 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64039] 06:51:47.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L208, 127.0.0.1:8204, complete]! 06:51:47.244 [: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-ACE47FC79AA8CFDB] 06:51:47.244 [: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-64039] 06:51:47.244 [: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=64039, Token=ACE47FC79AA8CFDB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64039, Token=ACE47FC79AA8CFDB, 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! 06:51:47.244 [: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 06:51:47.244 [: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" 06:51:47.244 [: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 06:51:47.244 [: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-64040], CON-POST MID=64040, 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 06:51:47.244 [: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-90AEF487D947CB9B], CON-POST MID=64040, Token=90AEF487D947CB9B, 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 06:51:47.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64040], KeyToken[127.0.0.1:8204-90AEF487D947CB9B]] 06:51:47.245 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.245 [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=64040, Token=90AEF487D947CB9B, 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] 06:51:47.245 [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 06:51:47.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64040] 06:51:47.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R211, 127.0.0.1:8201] replace CON-POST MID=64040, Token=90AEF487D947CB9B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64040, Token=90AEF487D947CB9B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R211, 127.0.0.1:8201] send response NON-2.05 MID=64040, Token=null, OptionSet={}, "server responds hi" 06:51:47.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R211, 127.0.0.1:8201, complete]! 06:51:47.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R211, 127.0.0.1:8201, complete] completed NON-2.04 MID=64040, Token=90AEF487D947CB9B, 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! 06:51:47.245 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.246 [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=64040, Token=90AEF487D947CB9B, 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] 06:51:47.246 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64040] 06:51:47.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L210, 127.0.0.1:8204, complete]! 06:51:47.246 [: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-90AEF487D947CB9B] 06:51:47.246 [: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-64040] 06:51:47.246 [: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=64040, Token=90AEF487D947CB9B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64040, Token=90AEF487D947CB9B, 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! 06:51:47.246 [: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 06:51:47.246 [: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" 06:51:47.246 [: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 06:51:47.246 [: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-64041], CON-POST MID=64041, 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 06:51:47.246 [: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-A4DE627769F979A2], CON-POST MID=64041, Token=A4DE627769F979A2, 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 06:51:47.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64041], KeyToken[127.0.0.1:8204-A4DE627769F979A2]] 06:51:47.247 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.247 [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=64041, Token=A4DE627769F979A2, 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] 06:51:47.247 [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 06:51:47.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64041] 06:51:47.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R213, 127.0.0.1:8201] replace CON-POST MID=64041, Token=A4DE627769F979A2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64041, Token=A4DE627769F979A2, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R213, 127.0.0.1:8201] send response NON-2.05 MID=64041, Token=null, OptionSet={}, "server responds hi" 06:51:47.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R213, 127.0.0.1:8201, complete]! 06:51:47.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R213, 127.0.0.1:8201, complete] completed NON-2.04 MID=64041, Token=A4DE627769F979A2, 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! 06:51:47.247 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.247 [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=64041, Token=A4DE627769F979A2, 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] 06:51:47.247 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64041] 06:51:47.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L212, 127.0.0.1:8204, complete]! 06:51:47.248 [: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-A4DE627769F979A2] 06:51:47.248 [: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-64041] 06:51:47.248 [: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=64041, Token=A4DE627769F979A2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64041, Token=A4DE627769F979A2, 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! 06:51:47.248 [: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 06:51:47.248 [: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" 06:51:47.248 [: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 06:51:47.248 [: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-64042], CON-POST MID=64042, 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 06:51:47.248 [: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-A8CA0FABC8138295], CON-POST MID=64042, Token=A8CA0FABC8138295, 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 06:51:47.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64042], KeyToken[127.0.0.1:8204-A8CA0FABC8138295]] 06:51:47.248 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.249 [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=64042, Token=A8CA0FABC8138295, 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] 06:51:47.249 [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 06:51:47.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64042] 06:51:47.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R215, 127.0.0.1:8201] replace CON-POST MID=64042, Token=A8CA0FABC8138295, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64042, Token=A8CA0FABC8138295, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R215, 127.0.0.1:8201] send response NON-2.05 MID=64042, Token=null, OptionSet={}, "server responds hi" 06:51:47.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R215, 127.0.0.1:8201, complete]! 06:51:47.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R215, 127.0.0.1:8201, complete] completed NON-2.04 MID=64042, Token=A8CA0FABC8138295, 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! 06:51:47.249 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.249 [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=64042, Token=A8CA0FABC8138295, 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] 06:51:47.249 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64042] 06:51:47.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L214, 127.0.0.1:8204, complete]! 06:51:47.250 [: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-A8CA0FABC8138295] 06:51:47.250 [: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-64042] 06:51:47.250 [: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=64042, Token=A8CA0FABC8138295, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64042, Token=A8CA0FABC8138295, 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! 06:51:47.250 [: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 06:51:47.250 [: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" 06:51:47.250 [: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 06:51:47.250 [: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-64043], CON-POST MID=64043, 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 06:51:47.250 [: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-B02DEB4E3DC96019], CON-POST MID=64043, Token=B02DEB4E3DC96019, 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 06:51:47.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64043], KeyToken[127.0.0.1:8204-B02DEB4E3DC96019]] 06:51:47.250 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.250 [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=64043, Token=B02DEB4E3DC96019, 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] 06:51:47.250 [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 06:51:47.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64043] 06:51:47.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R217, 127.0.0.1:8201] replace CON-POST MID=64043, Token=B02DEB4E3DC96019, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64043, Token=B02DEB4E3DC96019, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R217, 127.0.0.1:8201] send response NON-2.05 MID=64043, Token=null, OptionSet={}, "server responds hi" 06:51:47.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R217, 127.0.0.1:8201, complete]! 06:51:47.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R217, 127.0.0.1:8201, complete] completed NON-2.04 MID=64043, Token=B02DEB4E3DC96019, 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! 06:51:47.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 06:51:47.251 [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=64043, Token=B02DEB4E3DC96019, 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] 06:51:47.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 06:51:47.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-64043] 06:51:47.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L216, 127.0.0.1:8204, complete]! 06:51:47.251 [: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-B02DEB4E3DC96019] 06:51:47.251 [: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-64043] 06:51:47.251 [: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=64043, Token=B02DEB4E3DC96019, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64043, Token=B02DEB4E3DC96019, 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! 06:51:47.252 [: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 06:51:47.252 [: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" 06:51:47.252 [: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 06:51:47.252 [: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-64044], CON-POST MID=64044, 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 06:51:47.252 [: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-E021972EBF4CBF3F], CON-POST MID=64044, Token=E021972EBF4CBF3F, 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 06:51:47.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64044], KeyToken[127.0.0.1:8204-E021972EBF4CBF3F]] 06:51:47.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 40 bytes to 127.0.0.1:8204 06:51:47.252 [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=64044, Token=E021972EBF4CBF3F, 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] 06:51:47.252 [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 06:51:47.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64044] 06:51:47.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R219, 127.0.0.1:8201] replace CON-POST MID=64044, Token=E021972EBF4CBF3F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64044, Token=E021972EBF4CBF3F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R219, 127.0.0.1:8201] send response NON-2.05 MID=64044, Token=null, OptionSet={}, "server responds hi" 06:51:47.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R219, 127.0.0.1:8201, complete]! 06:51:47.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R219, 127.0.0.1:8201, complete] completed NON-2.04 MID=64044, Token=E021972EBF4CBF3F, 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! 06:51:47.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:8201 06:51:47.253 [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=64044, Token=E021972EBF4CBF3F, 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] 06:51:47.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64044] 06:51:47.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L218, 127.0.0.1:8204, complete]! 06:51:47.253 [: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-E021972EBF4CBF3F] 06:51:47.253 [: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-64044] 06:51:47.253 [: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=64044, Token=E021972EBF4CBF3F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64044, Token=E021972EBF4CBF3F, 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! 06:51:47.254 [: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 06:51:47.254 [: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" 06:51:47.254 [: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 06:51:47.254 [: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-64045], CON-POST MID=64045, 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 06:51:47.254 [: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-7CD3BDBD0B5E701B], CON-POST MID=64045, Token=7CD3BDBD0B5E701B, 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 06:51:47.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64045], KeyToken[127.0.0.1:8204-7CD3BDBD0B5E701B]] 06:51:47.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 40 bytes to 127.0.0.1:8204 06:51:47.254 [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=64045, Token=7CD3BDBD0B5E701B, 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] 06:51:47.254 [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 06:51:47.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64045] 06:51:47.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R221, 127.0.0.1:8201] replace CON-POST MID=64045, Token=7CD3BDBD0B5E701B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64045, Token=7CD3BDBD0B5E701B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R221, 127.0.0.1:8201] send response NON-2.05 MID=64045, Token=null, OptionSet={}, "server responds hi" 06:51:47.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R221, 127.0.0.1:8201, complete]! 06:51:47.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R221, 127.0.0.1:8201, complete] completed NON-2.04 MID=64045, Token=7CD3BDBD0B5E701B, 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! 06:51:47.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:8201 06:51:47.255 [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=64045, Token=7CD3BDBD0B5E701B, 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] 06:51:47.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64045] 06:51:47.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L220, 127.0.0.1:8204, complete]! 06:51:47.255 [: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-7CD3BDBD0B5E701B] 06:51:47.255 [: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-64045] 06:51:47.255 [: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=64045, Token=7CD3BDBD0B5E701B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64045, Token=7CD3BDBD0B5E701B, 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! 06:51:47.255 [: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 06:51:47.256 [: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" 06:51:47.256 [: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 06:51:47.256 [: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-64046], CON-POST MID=64046, 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 06:51:47.256 [: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-28EDB0B0C9C6C262], CON-POST MID=64046, Token=28EDB0B0C9C6C262, 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 06:51:47.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64046], KeyToken[127.0.0.1:8204-28EDB0B0C9C6C262]] 06:51:47.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 40 bytes to 127.0.0.1:8204 06:51:47.256 [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=64046, Token=28EDB0B0C9C6C262, 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] 06:51:47.256 [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 06:51:47.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64046] 06:51:47.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R223, 127.0.0.1:8201] replace CON-POST MID=64046, Token=28EDB0B0C9C6C262, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64046, Token=28EDB0B0C9C6C262, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R223, 127.0.0.1:8201] send response NON-2.05 MID=64046, Token=null, OptionSet={}, "server responds hi" 06:51:47.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R223, 127.0.0.1:8201, complete]! 06:51:47.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R223, 127.0.0.1:8201, complete] completed NON-2.04 MID=64046, Token=28EDB0B0C9C6C262, 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! 06:51:47.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:8201 06:51:47.257 [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=64046, Token=28EDB0B0C9C6C262, 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] 06:51:47.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64046] 06:51:47.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L222, 127.0.0.1:8204, complete]! 06:51:47.257 [: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-28EDB0B0C9C6C262] 06:51:47.257 [: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-64046] 06:51:47.257 [: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=64046, Token=28EDB0B0C9C6C262, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64046, Token=28EDB0B0C9C6C262, 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! 06:51:47.258 [: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 06:51:47.258 [: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" 06:51:47.258 [: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 06:51:47.258 [: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-64047], CON-POST MID=64047, 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 06:51:47.258 [: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-F8C74F36B18CA9C6], CON-POST MID=64047, Token=F8C74F36B18CA9C6, 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 06:51:47.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64047], KeyToken[127.0.0.1:8204-F8C74F36B18CA9C6]] 06:51:47.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 06:51:47.258 [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=64047, Token=F8C74F36B18CA9C6, 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] 06:51:47.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 06:51:47.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64047] 06:51:47.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R225, 127.0.0.1:8201] replace CON-POST MID=64047, Token=F8C74F36B18CA9C6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64047, Token=F8C74F36B18CA9C6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R225, 127.0.0.1:8201] send response NON-2.05 MID=64047, Token=null, OptionSet={}, "server responds hi" 06:51:47.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R225, 127.0.0.1:8201, complete]! 06:51:47.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R225, 127.0.0.1:8201, complete] completed NON-2.04 MID=64047, Token=F8C74F36B18CA9C6, 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! 06:51:47.259 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.259 [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=64047, Token=F8C74F36B18CA9C6, 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] 06:51:47.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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-64047] 06:51:47.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L224, 127.0.0.1:8204, complete]! 06:51:47.259 [: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-F8C74F36B18CA9C6] 06:51:47.259 [: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-64047] 06:51:47.259 [: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=64047, Token=F8C74F36B18CA9C6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64047, Token=F8C74F36B18CA9C6, 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! 06:51:47.260 [: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 06:51:47.260 [: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" 06:51:47.260 [: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 06:51:47.260 [: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-64048], CON-POST MID=64048, 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 06:51:47.260 [: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-A4A1809E01D9FCDE], CON-POST MID=64048, Token=A4A1809E01D9FCDE, 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 06:51:47.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-64048], KeyToken[127.0.0.1:8204-A4A1809E01D9FCDE]] 06:51:47.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 06:51:47.260 [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=64048, Token=A4A1809E01D9FCDE, 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] 06:51:47.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 06:51:47.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64048] 06:51:47.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R227, 127.0.0.1:8201] replace CON-POST MID=64048, Token=A4A1809E01D9FCDE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64048, Token=A4A1809E01D9FCDE, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R227, 127.0.0.1:8201] send response NON-2.05 MID=64048, Token=null, OptionSet={}, "server responds hi" 06:51:47.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R227, 127.0.0.1:8201, complete]! 06:51:47.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R227, 127.0.0.1:8201, complete] completed NON-2.04 MID=64048, Token=A4A1809E01D9FCDE, 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! 06:51:47.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:8201 06:51:47.261 [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=64048, Token=A4A1809E01D9FCDE, 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] 06:51:47.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 06:51:47.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-64048] 06:51:47.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L226, 127.0.0.1:8204, complete]! 06:51:47.261 [: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-A4A1809E01D9FCDE] 06:51:47.261 [: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-64048] 06:51:47.261 [: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=64048, Token=A4A1809E01D9FCDE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64048, Token=A4A1809E01D9FCDE, 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! 06:51:47.261 [: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 06:51:47.261 [: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" 06:51:47.262 [: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 06:51:47.262 [: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-64049], CON-POST MID=64049, 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 06:51:47.262 [: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-0C7F90BB571492D7], CON-POST MID=64049, Token=0C7F90BB571492D7, 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 06:51:47.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-64049], KeyToken[127.0.0.1:8204-0C7F90BB571492D7]] 06:51:47.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 06:51:47.262 [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=64049, Token=0C7F90BB571492D7, 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] 06:51:47.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 06:51:47.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64049] 06:51:47.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R229, 127.0.0.1:8201] replace CON-POST MID=64049, Token=0C7F90BB571492D7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64049, Token=0C7F90BB571492D7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R229, 127.0.0.1:8201] send response NON-2.05 MID=64049, Token=null, OptionSet={}, "server responds hi" 06:51:47.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R229, 127.0.0.1:8201, complete]! 06:51:47.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R229, 127.0.0.1:8201, complete] completed NON-2.04 MID=64049, Token=0C7F90BB571492D7, 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! 06:51:47.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 06:51:47.263 [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=64049, Token=0C7F90BB571492D7, 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] 06:51:47.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 06:51:47.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-64049] 06:51:47.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L228, 127.0.0.1:8204, complete]! 06:51:47.263 [: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-0C7F90BB571492D7] 06:51:47.263 [: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-64049] 06:51:47.263 [: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=64049, Token=0C7F90BB571492D7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64049, Token=0C7F90BB571492D7, 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! 06:51:47.263 [: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 06:51:47.263 [: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" 06:51:47.263 [: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 06:51:47.264 [: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-64050], CON-POST MID=64050, 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 06:51:47.264 [: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-74BC5D4A5479F978], CON-POST MID=64050, Token=74BC5D4A5479F978, 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 06:51:47.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-64050], KeyToken[127.0.0.1:8204-74BC5D4A5479F978]] 06:51:47.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 06:51:47.264 [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=64050, Token=74BC5D4A5479F978, 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] 06:51:47.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 06:51:47.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64050] 06:51:47.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R231, 127.0.0.1:8201] replace CON-POST MID=64050, Token=74BC5D4A5479F978, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64050, Token=74BC5D4A5479F978, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R231, 127.0.0.1:8201] send response NON-2.05 MID=64050, Token=null, OptionSet={}, "server responds hi" 06:51:47.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R231, 127.0.0.1:8201, complete]! 06:51:47.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R231, 127.0.0.1:8201, complete] completed NON-2.04 MID=64050, Token=74BC5D4A5479F978, 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! 06:51:47.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 06:51:47.265 [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=64050, Token=74BC5D4A5479F978, 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] 06:51:47.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 06:51:47.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-64050] 06:51:47.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L230, 127.0.0.1:8204, complete]! 06:51:47.265 [: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-74BC5D4A5479F978] 06:51:47.265 [: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-64050] 06:51:47.265 [: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=64050, Token=74BC5D4A5479F978, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64050, Token=74BC5D4A5479F978, 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! 06:51:47.265 [: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 06:51:47.265 [: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" 06:51:47.265 [: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 06:51:47.266 [: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-64051], CON-POST MID=64051, 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 06:51:47.266 [: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-98601AC2DDE4097D], CON-POST MID=64051, Token=98601AC2DDE4097D, 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 06:51:47.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-64051], KeyToken[127.0.0.1:8204-98601AC2DDE4097D]] 06:51:47.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 06:51:47.266 [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=64051, Token=98601AC2DDE4097D, 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] 06:51:47.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 06:51:47.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64051] 06:51:47.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R233, 127.0.0.1:8201] replace CON-POST MID=64051, Token=98601AC2DDE4097D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64051, Token=98601AC2DDE4097D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R233, 127.0.0.1:8201] send response NON-2.05 MID=64051, Token=null, OptionSet={}, "server responds hi" 06:51:47.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R233, 127.0.0.1:8201, complete]! 06:51:47.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R233, 127.0.0.1:8201, complete] completed NON-2.04 MID=64051, Token=98601AC2DDE4097D, 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! 06:51:47.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 06:51:47.267 [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=64051, Token=98601AC2DDE4097D, 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] 06:51:47.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 06:51:47.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-64051] 06:51:47.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L232, 127.0.0.1:8204, complete]! 06:51:47.267 [: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-98601AC2DDE4097D] 06:51:47.267 [: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-64051] 06:51:47.267 [: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=64051, Token=98601AC2DDE4097D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64051, Token=98601AC2DDE4097D, 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! 06:51:47.268 [: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 06:51:47.268 [: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" 06:51:47.268 [: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 06:51:47.268 [: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-64052], CON-POST MID=64052, 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 06:51:47.268 [: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-386C274FF666B7F4], CON-POST MID=64052, Token=386C274FF666B7F4, 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 06:51:47.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-64052], KeyToken[127.0.0.1:8204-386C274FF666B7F4]] 06:51:47.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 06:51:47.268 [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=64052, Token=386C274FF666B7F4, 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] 06:51:47.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 06:51:47.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64052] 06:51:47.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R235, 127.0.0.1:8201] replace CON-POST MID=64052, Token=386C274FF666B7F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64052, Token=386C274FF666B7F4, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R235, 127.0.0.1:8201] send response NON-2.05 MID=64052, Token=null, OptionSet={}, "server responds hi" 06:51:47.315 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R235, 127.0.0.1:8201, complete]! 06:51:47.315 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R235, 127.0.0.1:8201, complete] completed NON-2.04 MID=64052, Token=386C274FF666B7F4, 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! 06:51:47.315 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.315 [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=64052, Token=386C274FF666B7F4, 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] 06:51:47.315 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.315 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64052] 06:51:47.315 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.315 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.316 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L234, 127.0.0.1:8204, complete]! 06:51:47.316 [: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-386C274FF666B7F4] 06:51:47.316 [: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-64052] 06:51:47.316 [: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=64052, Token=386C274FF666B7F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64052, Token=386C274FF666B7F4, 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! 06:51:47.316 [: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 06:51:47.316 [: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" 06:51:47.316 [: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 06:51:47.316 [: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-64053], CON-POST MID=64053, 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 06:51:47.317 [: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-DCD78B8D1EAB6C59], CON-POST MID=64053, Token=DCD78B8D1EAB6C59, 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 06:51:47.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64053], KeyToken[127.0.0.1:8204-DCD78B8D1EAB6C59]] 06:51:47.317 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.317 [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=64053, Token=DCD78B8D1EAB6C59, 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] 06:51:47.317 [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 06:51:47.317 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64053] 06:51:47.317 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.317 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R237, 127.0.0.1:8201] replace CON-POST MID=64053, Token=DCD78B8D1EAB6C59, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64053, Token=DCD78B8D1EAB6C59, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.317 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R237, 127.0.0.1:8201] send response NON-2.05 MID=64053, Token=null, OptionSet={}, "server responds hi" 06:51:47.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R237, 127.0.0.1:8201, complete]! 06:51:47.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R237, 127.0.0.1:8201, complete] completed NON-2.04 MID=64053, Token=DCD78B8D1EAB6C59, 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! 06:51:47.318 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.318 [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=64053, Token=DCD78B8D1EAB6C59, 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] 06:51:47.318 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64053] 06:51:47.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L236, 127.0.0.1:8204, complete]! 06:51:47.318 [: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-DCD78B8D1EAB6C59] 06:51:47.318 [: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-64053] 06:51:47.318 [: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=64053, Token=DCD78B8D1EAB6C59, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64053, Token=DCD78B8D1EAB6C59, 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! 06:51:47.318 [: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 06:51:47.318 [: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" 06:51:47.319 [: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 06:51:47.319 [: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-64054], CON-POST MID=64054, 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 06:51:47.319 [: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-A0B1D2EA1E261882], CON-POST MID=64054, Token=A0B1D2EA1E261882, 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 06:51:47.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64054], KeyToken[127.0.0.1:8204-A0B1D2EA1E261882]] 06:51:47.319 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.319 [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=64054, Token=A0B1D2EA1E261882, 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] 06:51:47.319 [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 06:51:47.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64054] 06:51:47.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R239, 127.0.0.1:8201] replace CON-POST MID=64054, Token=A0B1D2EA1E261882, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64054, Token=A0B1D2EA1E261882, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R239, 127.0.0.1:8201] send response NON-2.05 MID=64054, Token=null, OptionSet={}, "server responds hi" 06:51:47.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R239, 127.0.0.1:8201, complete]! 06:51:47.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R239, 127.0.0.1:8201, complete] completed NON-2.04 MID=64054, Token=A0B1D2EA1E261882, 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! 06:51:47.320 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.320 [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=64054, Token=A0B1D2EA1E261882, 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] 06:51:47.320 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64054] 06:51:47.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L238, 127.0.0.1:8204, complete]! 06:51:47.320 [: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-A0B1D2EA1E261882] 06:51:47.320 [: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-64054] 06:51:47.320 [: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=64054, Token=A0B1D2EA1E261882, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64054, Token=A0B1D2EA1E261882, 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! 06:51:47.320 [: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 06:51:47.320 [: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" 06:51:47.321 [: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 06:51:47.321 [: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-64055], CON-POST MID=64055, 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 06:51:47.321 [: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-E0831D41B9F6DDBA], CON-POST MID=64055, Token=E0831D41B9F6DDBA, 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 06:51:47.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64055], KeyToken[127.0.0.1:8204-E0831D41B9F6DDBA]] 06:51:47.321 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.321 [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=64055, Token=E0831D41B9F6DDBA, 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] 06:51:47.321 [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 06:51:47.321 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64055] 06:51:47.321 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R241, 127.0.0.1:8201] replace CON-POST MID=64055, Token=E0831D41B9F6DDBA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64055, Token=E0831D41B9F6DDBA, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R241, 127.0.0.1:8201] send response NON-2.05 MID=64055, Token=null, OptionSet={}, "server responds hi" 06:51:47.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R241, 127.0.0.1:8201, complete]! 06:51:47.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R241, 127.0.0.1:8201, complete] completed NON-2.04 MID=64055, Token=E0831D41B9F6DDBA, 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! 06:51:47.322 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.322 [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=64055, Token=E0831D41B9F6DDBA, 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] 06:51:47.322 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64055] 06:51:47.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L240, 127.0.0.1:8204, complete]! 06:51:47.322 [: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-E0831D41B9F6DDBA] 06:51:47.322 [: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-64055] 06:51:47.322 [: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=64055, Token=E0831D41B9F6DDBA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64055, Token=E0831D41B9F6DDBA, 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! 06:51:47.323 [: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 06:51:47.323 [: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" 06:51:47.323 [: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 06:51:47.323 [: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-64056], CON-POST MID=64056, 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 06:51:47.323 [: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-5845C08FED8C3E26], CON-POST MID=64056, Token=5845C08FED8C3E26, 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 06:51:47.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64056], KeyToken[127.0.0.1:8204-5845C08FED8C3E26]] 06:51:47.323 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.323 [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=64056, Token=5845C08FED8C3E26, 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] 06:51:47.323 [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 06:51:47.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64056] 06:51:47.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R243, 127.0.0.1:8201] replace CON-POST MID=64056, Token=5845C08FED8C3E26, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64056, Token=5845C08FED8C3E26, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R243, 127.0.0.1:8201] send response NON-2.05 MID=64056, Token=null, OptionSet={}, "server responds hi" 06:51:47.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R243, 127.0.0.1:8201, complete]! 06:51:47.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R243, 127.0.0.1:8201, complete] completed NON-2.04 MID=64056, Token=5845C08FED8C3E26, 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! 06:51:47.324 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.324 [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=64056, Token=5845C08FED8C3E26, 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] 06:51:47.324 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64056] 06:51:47.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L242, 127.0.0.1:8204, complete]! 06:51:47.325 [: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-5845C08FED8C3E26] 06:51:47.325 [: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-64056] 06:51:47.325 [: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=64056, Token=5845C08FED8C3E26, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64056, Token=5845C08FED8C3E26, 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! 06:51:47.325 [: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 06:51:47.325 [: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" 06:51:47.325 [: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 06:51:47.325 [: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-64057], CON-POST MID=64057, 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 06:51:47.325 [: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-8C8BD318C85A2AFE], CON-POST MID=64057, Token=8C8BD318C85A2AFE, 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 06:51:47.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64057], KeyToken[127.0.0.1:8204-8C8BD318C85A2AFE]] 06:51:47.325 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.325 [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=64057, Token=8C8BD318C85A2AFE, 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] 06:51:47.325 [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 06:51:47.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64057] 06:51:47.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R245, 127.0.0.1:8201] replace CON-POST MID=64057, Token=8C8BD318C85A2AFE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64057, Token=8C8BD318C85A2AFE, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R245, 127.0.0.1:8201] send response NON-2.05 MID=64057, Token=null, OptionSet={}, "server responds hi" 06:51:47.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R245, 127.0.0.1:8201, complete]! 06:51:47.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R245, 127.0.0.1:8201, complete] completed NON-2.04 MID=64057, Token=8C8BD318C85A2AFE, 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! 06:51:47.326 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.326 [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=64057, Token=8C8BD318C85A2AFE, 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] 06:51:47.326 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64057] 06:51:47.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L244, 127.0.0.1:8204, complete]! 06:51:47.327 [: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-8C8BD318C85A2AFE] 06:51:47.327 [: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-64057] 06:51:47.327 [: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=64057, Token=8C8BD318C85A2AFE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64057, Token=8C8BD318C85A2AFE, 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! 06:51:47.327 [: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 06:51:47.327 [: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" 06:51:47.327 [: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 06:51:47.327 [: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-64058], CON-POST MID=64058, 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 06:51:47.327 [: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-1065C86DF7B126E7], CON-POST MID=64058, Token=1065C86DF7B126E7, 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 06:51:47.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64058], KeyToken[127.0.0.1:8204-1065C86DF7B126E7]] 06:51:47.327 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.327 [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=64058, Token=1065C86DF7B126E7, 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] 06:51:47.328 [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 06:51:47.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64058] 06:51:47.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R247, 127.0.0.1:8201] replace CON-POST MID=64058, Token=1065C86DF7B126E7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64058, Token=1065C86DF7B126E7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R247, 127.0.0.1:8201] send response NON-2.05 MID=64058, Token=null, OptionSet={}, "server responds hi" 06:51:47.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R247, 127.0.0.1:8201, complete]! 06:51:47.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R247, 127.0.0.1:8201, complete] completed NON-2.04 MID=64058, Token=1065C86DF7B126E7, 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! 06:51:47.328 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.328 [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=64058, Token=1065C86DF7B126E7, 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] 06:51:47.328 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64058] 06:51:47.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L246, 127.0.0.1:8204, complete]! 06:51:47.329 [: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-1065C86DF7B126E7] 06:51:47.329 [: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-64058] 06:51:47.329 [: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=64058, Token=1065C86DF7B126E7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64058, Token=1065C86DF7B126E7, 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! 06:51:47.329 [: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 06:51:47.329 [: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" 06:51:47.329 [: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 06:51:47.329 [: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-64059], CON-POST MID=64059, 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 06:51:47.329 [: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-20273310E3296F4C], CON-POST MID=64059, Token=20273310E3296F4C, 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 06:51:47.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64059], KeyToken[127.0.0.1:8204-20273310E3296F4C]] 06:51:47.329 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.329 [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=64059, Token=20273310E3296F4C, 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] 06:51:47.329 [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 06:51:47.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64059] 06:51:47.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R249, 127.0.0.1:8201] replace CON-POST MID=64059, Token=20273310E3296F4C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64059, Token=20273310E3296F4C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R249, 127.0.0.1:8201] send response NON-2.05 MID=64059, Token=null, OptionSet={}, "server responds hi" 06:51:47.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R249, 127.0.0.1:8201, complete]! 06:51:47.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R249, 127.0.0.1:8201, complete] completed NON-2.04 MID=64059, Token=20273310E3296F4C, 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! 06:51:47.330 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.330 [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=64059, Token=20273310E3296F4C, 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] 06:51:47.330 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64059] 06:51:47.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L248, 127.0.0.1:8204, complete]! 06:51:47.331 [: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-20273310E3296F4C] 06:51:47.331 [: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-64059] 06:51:47.331 [: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=64059, Token=20273310E3296F4C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64059, Token=20273310E3296F4C, 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! 06:51:47.331 [: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 06:51:47.331 [: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" 06:51:47.331 [: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 06:51:47.331 [: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-64060], CON-POST MID=64060, 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 06:51:47.331 [: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-A0B92DE3530E1ABD], CON-POST MID=64060, Token=A0B92DE3530E1ABD, 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 06:51:47.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64060], KeyToken[127.0.0.1:8204-A0B92DE3530E1ABD]] 06:51:47.331 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.331 [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=64060, Token=A0B92DE3530E1ABD, 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] 06:51:47.331 [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 06:51:47.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64060] 06:51:47.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R251, 127.0.0.1:8201] replace CON-POST MID=64060, Token=A0B92DE3530E1ABD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64060, Token=A0B92DE3530E1ABD, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R251, 127.0.0.1:8201] send response NON-2.05 MID=64060, Token=null, OptionSet={}, "server responds hi" 06:51:47.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R251, 127.0.0.1:8201, complete]! 06:51:47.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R251, 127.0.0.1:8201, complete] completed NON-2.04 MID=64060, Token=A0B92DE3530E1ABD, 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! 06:51:47.332 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.332 [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=64060, Token=A0B92DE3530E1ABD, 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] 06:51:47.332 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64060] 06:51:47.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L250, 127.0.0.1:8204, complete]! 06:51:47.333 [: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-A0B92DE3530E1ABD] 06:51:47.333 [: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-64060] 06:51:47.333 [: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=64060, Token=A0B92DE3530E1ABD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64060, Token=A0B92DE3530E1ABD, 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! 06:51:47.333 [: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 06:51:47.333 [: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" 06:51:47.333 [: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 06:51:47.333 [: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-64061], CON-POST MID=64061, 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 06:51:47.333 [: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-94A7CCBA965D4BE7], CON-POST MID=64061, Token=94A7CCBA965D4BE7, 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 06:51:47.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64061], KeyToken[127.0.0.1:8204-94A7CCBA965D4BE7]] 06:51:47.333 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.334 [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=64061, Token=94A7CCBA965D4BE7, 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] 06:51:47.334 [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 06:51:47.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64061] 06:51:47.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R253, 127.0.0.1:8201] replace CON-POST MID=64061, Token=94A7CCBA965D4BE7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64061, Token=94A7CCBA965D4BE7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R253, 127.0.0.1:8201] send response NON-2.05 MID=64061, Token=null, OptionSet={}, "server responds hi" 06:51:47.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R253, 127.0.0.1:8201, complete]! 06:51:47.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R253, 127.0.0.1:8201, complete] completed NON-2.04 MID=64061, Token=94A7CCBA965D4BE7, 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! 06:51:47.334 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.334 [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=64061, Token=94A7CCBA965D4BE7, 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] 06:51:47.334 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64061] 06:51:47.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L252, 127.0.0.1:8204, complete]! 06:51:47.335 [: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-94A7CCBA965D4BE7] 06:51:47.335 [: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-64061] 06:51:47.335 [: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=64061, Token=94A7CCBA965D4BE7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64061, Token=94A7CCBA965D4BE7, 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! 06:51:47.335 [: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 06:51:47.335 [: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" 06:51:47.335 [: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 06:51:47.335 [: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-64062], CON-POST MID=64062, 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 06:51:47.335 [: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-1CBA675818447ED0], CON-POST MID=64062, Token=1CBA675818447ED0, 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 06:51:47.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64062], KeyToken[127.0.0.1:8204-1CBA675818447ED0]] 06:51:47.335 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.336 [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=64062, Token=1CBA675818447ED0, 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] 06:51:47.336 [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 06:51:47.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64062] 06:51:47.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R255, 127.0.0.1:8201] replace CON-POST MID=64062, Token=1CBA675818447ED0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64062, Token=1CBA675818447ED0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R255, 127.0.0.1:8201] send response NON-2.05 MID=64062, Token=null, OptionSet={}, "server responds hi" 06:51:47.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R255, 127.0.0.1:8201, complete]! 06:51:47.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R255, 127.0.0.1:8201, complete] completed NON-2.04 MID=64062, Token=1CBA675818447ED0, 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! 06:51:47.336 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.336 [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=64062, Token=1CBA675818447ED0, 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] 06:51:47.336 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64062] 06:51:47.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L254, 127.0.0.1:8204, complete]! 06:51:47.337 [: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-1CBA675818447ED0] 06:51:47.337 [: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-64062] 06:51:47.337 [: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=64062, Token=1CBA675818447ED0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64062, Token=1CBA675818447ED0, 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! 06:51:47.337 [: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 06:51:47.337 [: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" 06:51:47.337 [: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 06:51:47.337 [: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-64063], CON-POST MID=64063, 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 06:51:47.337 [: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-402B7140BD315995], CON-POST MID=64063, Token=402B7140BD315995, 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 06:51:47.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64063], KeyToken[127.0.0.1:8204-402B7140BD315995]] 06:51:47.337 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.337 [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=64063, Token=402B7140BD315995, 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] 06:51:47.337 [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 06:51:47.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64063] 06:51:47.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R257, 127.0.0.1:8201] replace CON-POST MID=64063, Token=402B7140BD315995, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64063, Token=402B7140BD315995, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R257, 127.0.0.1:8201] send response NON-2.05 MID=64063, Token=null, OptionSet={}, "server responds hi" 06:51:47.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R257, 127.0.0.1:8201, complete]! 06:51:47.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R257, 127.0.0.1:8201, complete] completed NON-2.04 MID=64063, Token=402B7140BD315995, 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! 06:51:47.338 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.338 [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=64063, Token=402B7140BD315995, 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] 06:51:47.338 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64063] 06:51:47.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L256, 127.0.0.1:8204, complete]! 06:51:47.339 [: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-402B7140BD315995] 06:51:47.339 [: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-64063] 06:51:47.339 [: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=64063, Token=402B7140BD315995, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64063, Token=402B7140BD315995, 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! 06:51:47.339 [: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 06:51:47.339 [: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" 06:51:47.339 [: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 06:51:47.339 [: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-64064], CON-POST MID=64064, 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 06:51:47.339 [: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-CC7CC1F3163BCC69], CON-POST MID=64064, Token=CC7CC1F3163BCC69, 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 06:51:47.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64064], KeyToken[127.0.0.1:8204-CC7CC1F3163BCC69]] 06:51:47.339 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.339 [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=64064, Token=CC7CC1F3163BCC69, 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] 06:51:47.339 [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 06:51:47.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64064] 06:51:47.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R259, 127.0.0.1:8201] replace CON-POST MID=64064, Token=CC7CC1F3163BCC69, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64064, Token=CC7CC1F3163BCC69, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R259, 127.0.0.1:8201] send response NON-2.05 MID=64064, Token=null, OptionSet={}, "server responds hi" 06:51:47.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R259, 127.0.0.1:8201, complete]! 06:51:47.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R259, 127.0.0.1:8201, complete] completed NON-2.04 MID=64064, Token=CC7CC1F3163BCC69, 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! 06:51:47.340 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.340 [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=64064, Token=CC7CC1F3163BCC69, 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] 06:51:47.340 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64064] 06:51:47.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L258, 127.0.0.1:8204, complete]! 06:51:47.341 [: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-CC7CC1F3163BCC69] 06:51:47.341 [: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-64064] 06:51:47.341 [: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=64064, Token=CC7CC1F3163BCC69, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64064, Token=CC7CC1F3163BCC69, 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! 06:51:47.341 [: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 06:51:47.341 [: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" 06:51:47.341 [: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 06:51:47.341 [: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-64065], CON-POST MID=64065, 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 06:51:47.341 [: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-60EE4F5058918D55], CON-POST MID=64065, Token=60EE4F5058918D55, 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 06:51:47.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64065], KeyToken[127.0.0.1:8204-60EE4F5058918D55]] 06:51:47.341 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.341 [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=64065, Token=60EE4F5058918D55, 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] 06:51:47.341 [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 06:51:47.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64065] 06:51:47.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R261, 127.0.0.1:8201] replace CON-POST MID=64065, Token=60EE4F5058918D55, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64065, Token=60EE4F5058918D55, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R261, 127.0.0.1:8201] send response NON-2.05 MID=64065, Token=null, OptionSet={}, "server responds hi" 06:51:47.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R261, 127.0.0.1:8201, complete]! 06:51:47.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R261, 127.0.0.1:8201, complete] completed NON-2.04 MID=64065, Token=60EE4F5058918D55, 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! 06:51:47.342 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.342 [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=64065, Token=60EE4F5058918D55, 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] 06:51:47.342 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64065] 06:51:47.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L260, 127.0.0.1:8204, complete]! 06:51:47.342 [: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-60EE4F5058918D55] 06:51:47.342 [: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-64065] 06:51:47.342 [: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=64065, Token=60EE4F5058918D55, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64065, Token=60EE4F5058918D55, 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! 06:51:47.343 [: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 06:51:47.343 [: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" 06:51:47.343 [: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 06:51:47.343 [: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-64066], CON-POST MID=64066, 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 06:51:47.343 [: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-BC4AF38D1E686D48], CON-POST MID=64066, Token=BC4AF38D1E686D48, 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 06:51:47.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64066], KeyToken[127.0.0.1:8204-BC4AF38D1E686D48]] 06:51:47.343 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.343 [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=64066, Token=BC4AF38D1E686D48, 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] 06:51:47.343 [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 06:51:47.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64066] 06:51:47.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R263, 127.0.0.1:8201] replace CON-POST MID=64066, Token=BC4AF38D1E686D48, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64066, Token=BC4AF38D1E686D48, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R263, 127.0.0.1:8201] send response NON-2.05 MID=64066, Token=null, OptionSet={}, "server responds hi" 06:51:47.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R263, 127.0.0.1:8201, complete]! 06:51:47.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R263, 127.0.0.1:8201, complete] completed NON-2.04 MID=64066, Token=BC4AF38D1E686D48, 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! 06:51:47.344 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.344 [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=64066, Token=BC4AF38D1E686D48, 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] 06:51:47.344 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64066] 06:51:47.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L262, 127.0.0.1:8204, complete]! 06:51:47.345 [: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-BC4AF38D1E686D48] 06:51:47.345 [: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-64066] 06:51:47.345 [: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=64066, Token=BC4AF38D1E686D48, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64066, Token=BC4AF38D1E686D48, 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! 06:51:47.345 [: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 06:51:47.345 [: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" 06:51:47.345 [: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 06:51:47.345 [: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-64067], CON-POST MID=64067, 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 06:51:47.345 [: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-048B4534FF7EE3C2], CON-POST MID=64067, Token=048B4534FF7EE3C2, 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 06:51:47.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64067], KeyToken[127.0.0.1:8204-048B4534FF7EE3C2]] 06:51:47.345 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.345 [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=64067, Token=048B4534FF7EE3C2, 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] 06:51:47.345 [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 06:51:47.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64067] 06:51:47.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R265, 127.0.0.1:8201] replace CON-POST MID=64067, Token=048B4534FF7EE3C2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64067, Token=048B4534FF7EE3C2, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R265, 127.0.0.1:8201] send response NON-2.05 MID=64067, Token=null, OptionSet={}, "server responds hi" 06:51:47.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R265, 127.0.0.1:8201, complete]! 06:51:47.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R265, 127.0.0.1:8201, complete] completed NON-2.04 MID=64067, Token=048B4534FF7EE3C2, 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! 06:51:47.346 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.346 [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=64067, Token=048B4534FF7EE3C2, 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] 06:51:47.346 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64067] 06:51:47.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L264, 127.0.0.1:8204, complete]! 06:51:47.346 [: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-048B4534FF7EE3C2] 06:51:47.347 [: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-64067] 06:51:47.347 [: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=64067, Token=048B4534FF7EE3C2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64067, Token=048B4534FF7EE3C2, 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! 06:51:47.347 [: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 06:51:47.347 [: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" 06:51:47.347 [: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 06:51:47.347 [: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-64068], CON-POST MID=64068, 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 06:51:47.347 [: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-80E03D57FF38766F], CON-POST MID=64068, Token=80E03D57FF38766F, 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 06:51:47.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64068], KeyToken[127.0.0.1:8204-80E03D57FF38766F]] 06:51:47.347 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.347 [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=64068, Token=80E03D57FF38766F, 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] 06:51:47.347 [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 06:51:47.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64068] 06:51:47.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R267, 127.0.0.1:8201] replace CON-POST MID=64068, Token=80E03D57FF38766F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64068, Token=80E03D57FF38766F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R267, 127.0.0.1:8201] send response NON-2.05 MID=64068, Token=null, OptionSet={}, "server responds hi" 06:51:47.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R267, 127.0.0.1:8201, complete]! 06:51:47.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R267, 127.0.0.1:8201, complete] completed NON-2.04 MID=64068, Token=80E03D57FF38766F, 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! 06:51:47.348 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.348 [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=64068, Token=80E03D57FF38766F, 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] 06:51:47.348 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64068] 06:51:47.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L266, 127.0.0.1:8204, complete]! 06:51:47.349 [: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-80E03D57FF38766F] 06:51:47.349 [: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-64068] 06:51:47.349 [: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=64068, Token=80E03D57FF38766F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64068, Token=80E03D57FF38766F, 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! 06:51:47.349 [: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 06:51:47.349 [: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" 06:51:47.349 [: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 06:51:47.349 [: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-64069], CON-POST MID=64069, 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 06:51:47.349 [: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-88B96A68BC92DF47], CON-POST MID=64069, Token=88B96A68BC92DF47, 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 06:51:47.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64069], KeyToken[127.0.0.1:8204-88B96A68BC92DF47]] 06:51:47.349 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.349 [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=64069, Token=88B96A68BC92DF47, 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] 06:51:47.349 [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 06:51:47.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64069] 06:51:47.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R269, 127.0.0.1:8201] replace CON-POST MID=64069, Token=88B96A68BC92DF47, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64069, Token=88B96A68BC92DF47, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R269, 127.0.0.1:8201] send response NON-2.05 MID=64069, Token=null, OptionSet={}, "server responds hi" 06:51:47.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R269, 127.0.0.1:8201, complete]! 06:51:47.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R269, 127.0.0.1:8201, complete] completed NON-2.04 MID=64069, Token=88B96A68BC92DF47, 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! 06:51:47.350 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.350 [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=64069, Token=88B96A68BC92DF47, 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] 06:51:47.350 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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-64069] 06:51:47.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L268, 127.0.0.1:8204, complete]! 06:51:47.351 [: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-88B96A68BC92DF47] 06:51:47.351 [: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-64069] 06:51:47.351 [: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=64069, Token=88B96A68BC92DF47, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64069, Token=88B96A68BC92DF47, 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! 06:51:47.351 [: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 06:51:47.351 [: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" 06:51:47.351 [: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 06:51:47.351 [: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-64070], CON-POST MID=64070, 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 06:51:47.351 [: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-B0E03F07EA8551D2], CON-POST MID=64070, Token=B0E03F07EA8551D2, 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 06:51:47.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64070], KeyToken[127.0.0.1:8204-B0E03F07EA8551D2]] 06:51:47.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:8204 06:51:47.351 [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=64070, Token=B0E03F07EA8551D2, 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] 06:51:47.351 [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 06:51:47.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64070] 06:51:47.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R271, 127.0.0.1:8201] replace CON-POST MID=64070, Token=B0E03F07EA8551D2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64070, Token=B0E03F07EA8551D2, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R271, 127.0.0.1:8201] send response NON-2.05 MID=64070, Token=null, OptionSet={}, "server responds hi" 06:51:47.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R271, 127.0.0.1:8201, complete]! 06:51:47.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R271, 127.0.0.1:8201, complete] completed NON-2.04 MID=64070, Token=B0E03F07EA8551D2, 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! 06:51:47.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:8201 06:51:47.352 [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=64070, Token=B0E03F07EA8551D2, 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] 06:51:47.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64070] 06:51:47.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L270, 127.0.0.1:8204, complete]! 06:51:47.352 [: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-B0E03F07EA8551D2] 06:51:47.352 [: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-64070] 06:51:47.352 [: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=64070, Token=B0E03F07EA8551D2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64070, Token=B0E03F07EA8551D2, 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! 06:51:47.353 [: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 06:51:47.353 [: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" 06:51:47.353 [: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 06:51:47.353 [: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-64071], CON-POST MID=64071, 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 06:51:47.353 [: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-40CE418C7B35CA15], CON-POST MID=64071, Token=40CE418C7B35CA15, 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 06:51:47.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64071], KeyToken[127.0.0.1:8204-40CE418C7B35CA15]] 06:51:47.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:8204 06:51:47.353 [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=64071, Token=40CE418C7B35CA15, 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] 06:51:47.353 [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 06:51:47.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64071] 06:51:47.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R273, 127.0.0.1:8201] replace CON-POST MID=64071, Token=40CE418C7B35CA15, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64071, Token=40CE418C7B35CA15, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R273, 127.0.0.1:8201] send response NON-2.05 MID=64071, Token=null, OptionSet={}, "server responds hi" 06:51:47.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R273, 127.0.0.1:8201, complete]! 06:51:47.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R273, 127.0.0.1:8201, complete] completed NON-2.04 MID=64071, Token=40CE418C7B35CA15, 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! 06:51:47.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:8201 06:51:47.354 [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=64071, Token=40CE418C7B35CA15, 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] 06:51:47.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64071] 06:51:47.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L272, 127.0.0.1:8204, complete]! 06:51:47.354 [: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-40CE418C7B35CA15] 06:51:47.354 [: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-64071] 06:51:47.354 [: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=64071, Token=40CE418C7B35CA15, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64071, Token=40CE418C7B35CA15, 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! 06:51:47.355 [: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 06:51:47.355 [: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" 06:51:47.355 [: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 06:51:47.355 [: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-64072], CON-POST MID=64072, 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 06:51:47.355 [: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-60AE34B19A155E8C], CON-POST MID=64072, Token=60AE34B19A155E8C, 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 06:51:47.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64072], KeyToken[127.0.0.1:8204-60AE34B19A155E8C]] 06:51:47.355 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.355 [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=64072, Token=60AE34B19A155E8C, 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] 06:51:47.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 06:51:47.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64072] 06:51:47.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R275, 127.0.0.1:8201] replace CON-POST MID=64072, Token=60AE34B19A155E8C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64072, Token=60AE34B19A155E8C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R275, 127.0.0.1:8201] send response NON-2.05 MID=64072, Token=null, OptionSet={}, "server responds hi" 06:51:47.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R275, 127.0.0.1:8201, complete]! 06:51:47.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R275, 127.0.0.1:8201, complete] completed NON-2.04 MID=64072, Token=60AE34B19A155E8C, 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! 06:51:47.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:8201 06:51:47.356 [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=64072, Token=60AE34B19A155E8C, 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] 06:51:47.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 06:51:47.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-64072] 06:51:47.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L274, 127.0.0.1:8204, complete]! 06:51:47.356 [: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-60AE34B19A155E8C] 06:51:47.356 [: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-64072] 06:51:47.356 [: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=64072, Token=60AE34B19A155E8C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64072, Token=60AE34B19A155E8C, 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! 06:51:47.357 [: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 06:51:47.357 [: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" 06:51:47.357 [: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 06:51:47.357 [: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-64073], CON-POST MID=64073, 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 06:51:47.357 [: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-EC52CBFB68DD8CD5], CON-POST MID=64073, Token=EC52CBFB68DD8CD5, 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 06:51:47.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-64073], KeyToken[127.0.0.1:8204-EC52CBFB68DD8CD5]] 06:51:47.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 06:51:47.357 [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=64073, Token=EC52CBFB68DD8CD5, 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] 06:51:47.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 06:51:47.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64073] 06:51:47.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R277, 127.0.0.1:8201] replace CON-POST MID=64073, Token=EC52CBFB68DD8CD5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64073, Token=EC52CBFB68DD8CD5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R277, 127.0.0.1:8201] send response NON-2.05 MID=64073, Token=null, OptionSet={}, "server responds hi" 06:51:47.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R277, 127.0.0.1:8201, complete]! 06:51:47.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R277, 127.0.0.1:8201, complete] completed NON-2.04 MID=64073, Token=EC52CBFB68DD8CD5, 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! 06:51:47.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 06:51:47.358 [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=64073, Token=EC52CBFB68DD8CD5, 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] 06:51:47.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 06:51:47.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-64073] 06:51:47.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L276, 127.0.0.1:8204, complete]! 06:51:47.358 [: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-EC52CBFB68DD8CD5] 06:51:47.358 [: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-64073] 06:51:47.358 [: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=64073, Token=EC52CBFB68DD8CD5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64073, Token=EC52CBFB68DD8CD5, 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! 06:51:47.358 [: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 06:51:47.358 [: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" 06:51:47.359 [: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 06:51:47.359 [: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-64074], CON-POST MID=64074, 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 06:51:47.359 [: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-A0D9D43CD0ED6DA7], CON-POST MID=64074, Token=A0D9D43CD0ED6DA7, 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 06:51:47.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-64074], KeyToken[127.0.0.1:8204-A0D9D43CD0ED6DA7]] 06:51:47.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 06:51:47.359 [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=64074, Token=A0D9D43CD0ED6DA7, 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] 06:51:47.359 [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 06:51:47.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64074] 06:51:47.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R279, 127.0.0.1:8201] replace CON-POST MID=64074, Token=A0D9D43CD0ED6DA7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64074, Token=A0D9D43CD0ED6DA7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R279, 127.0.0.1:8201] send response NON-2.05 MID=64074, Token=null, OptionSet={}, "server responds hi" 06:51:47.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R279, 127.0.0.1:8201, complete]! 06:51:47.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R279, 127.0.0.1:8201, complete] completed NON-2.04 MID=64074, Token=A0D9D43CD0ED6DA7, 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! 06:51:47.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 06:51:47.360 [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=64074, Token=A0D9D43CD0ED6DA7, 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] 06:51:47.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 06:51:47.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-64074] 06:51:47.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L278, 127.0.0.1:8204, complete]! 06:51:47.360 [: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-A0D9D43CD0ED6DA7] 06:51:47.360 [: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-64074] 06:51:47.360 [: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=64074, Token=A0D9D43CD0ED6DA7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64074, Token=A0D9D43CD0ED6DA7, 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! 06:51:47.360 [: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 06:51:47.360 [: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" 06:51:47.361 [: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 06:51:47.361 [: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-64075], CON-POST MID=64075, 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 06:51:47.361 [: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-587E4EE844DC3A1B], CON-POST MID=64075, Token=587E4EE844DC3A1B, 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 06:51:47.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-64075], KeyToken[127.0.0.1:8204-587E4EE844DC3A1B]] 06:51:47.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:8204 06:51:47.361 [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=64075, Token=587E4EE844DC3A1B, 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] 06:51:47.361 [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 06:51:47.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64075] 06:51:47.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R281, 127.0.0.1:8201] replace CON-POST MID=64075, Token=587E4EE844DC3A1B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64075, Token=587E4EE844DC3A1B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R281, 127.0.0.1:8201] send response NON-2.05 MID=64075, Token=null, OptionSet={}, "server responds hi" 06:51:47.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R281, 127.0.0.1:8201, complete]! 06:51:47.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R281, 127.0.0.1:8201, complete] completed NON-2.04 MID=64075, Token=587E4EE844DC3A1B, 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! 06:51:47.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 06:51:47.362 [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=64075, Token=587E4EE844DC3A1B, 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] 06:51:47.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64075] 06:51:47.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L280, 127.0.0.1:8204, complete]! 06:51:47.362 [: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-587E4EE844DC3A1B] 06:51:47.362 [: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-64075] 06:51:47.362 [: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=64075, Token=587E4EE844DC3A1B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64075, Token=587E4EE844DC3A1B, 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! 06:51:47.362 [: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 06:51:47.362 [: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" 06:51:47.363 [: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 06:51:47.363 [: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-64076], CON-POST MID=64076, 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 06:51:47.363 [: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-E07FDD477631A795], CON-POST MID=64076, Token=E07FDD477631A795, 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 06:51:47.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64076], KeyToken[127.0.0.1:8204-E07FDD477631A795]] 06:51:47.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:8204 06:51:47.363 [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=64076, Token=E07FDD477631A795, 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] 06:51:47.363 [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 06:51:47.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64076] 06:51:47.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R283, 127.0.0.1:8201] replace CON-POST MID=64076, Token=E07FDD477631A795, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64076, Token=E07FDD477631A795, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R283, 127.0.0.1:8201] send response NON-2.05 MID=64076, Token=null, OptionSet={}, "server responds hi" 06:51:47.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R283, 127.0.0.1:8201, complete]! 06:51:47.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R283, 127.0.0.1:8201, complete] completed NON-2.04 MID=64076, Token=E07FDD477631A795, 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! 06:51:47.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:8201 06:51:47.364 [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=64076, Token=E07FDD477631A795, 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] 06:51:47.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64076] 06:51:47.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L282, 127.0.0.1:8204, complete]! 06:51:47.415 [: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-E07FDD477631A795] 06:51:47.415 [: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-64076] 06:51:47.415 [: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=64076, Token=E07FDD477631A795, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64076, Token=E07FDD477631A795, 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! 06:51:47.415 [: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 06:51:47.415 [: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" 06:51:47.415 [: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 06:51:47.415 [: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-64077], CON-POST MID=64077, 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 06:51:47.415 [: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-989F3F44E5C78E3B], CON-POST MID=64077, Token=989F3F44E5C78E3B, 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 06:51:47.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64077], KeyToken[127.0.0.1:8204-989F3F44E5C78E3B]] 06:51:47.415 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.416 [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=64077, Token=989F3F44E5C78E3B, 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] 06:51:47.416 [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 06:51:47.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64077] 06:51:47.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R285, 127.0.0.1:8201] replace CON-POST MID=64077, Token=989F3F44E5C78E3B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64077, Token=989F3F44E5C78E3B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R285, 127.0.0.1:8201] send response NON-2.05 MID=64077, Token=null, OptionSet={}, "server responds hi" 06:51:47.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R285, 127.0.0.1:8201, complete]! 06:51:47.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R285, 127.0.0.1:8201, complete] completed NON-2.04 MID=64077, Token=989F3F44E5C78E3B, 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! 06:51:47.416 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.417 [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=64077, Token=989F3F44E5C78E3B, 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] 06:51:47.417 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64077] 06:51:47.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L284, 127.0.0.1:8204, complete]! 06:51:47.417 [: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-989F3F44E5C78E3B] 06:51:47.417 [: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-64077] 06:51:47.417 [: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=64077, Token=989F3F44E5C78E3B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64077, Token=989F3F44E5C78E3B, 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! 06:51:47.417 [: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 06:51:47.417 [: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" 06:51:47.417 [: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 06:51:47.417 [: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-64078], CON-POST MID=64078, 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 06:51:47.417 [: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-88DE99F636C791F0], CON-POST MID=64078, Token=88DE99F636C791F0, 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 06:51:47.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64078], KeyToken[127.0.0.1:8204-88DE99F636C791F0]] 06:51:47.418 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.418 [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=64078, Token=88DE99F636C791F0, 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] 06:51:47.418 [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 06:51:47.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64078] 06:51:47.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R287, 127.0.0.1:8201] replace CON-POST MID=64078, Token=88DE99F636C791F0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64078, Token=88DE99F636C791F0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R287, 127.0.0.1:8201] send response NON-2.05 MID=64078, Token=null, OptionSet={}, "server responds hi" 06:51:47.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R287, 127.0.0.1:8201, complete]! 06:51:47.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R287, 127.0.0.1:8201, complete] completed NON-2.04 MID=64078, Token=88DE99F636C791F0, 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! 06:51:47.418 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.419 [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=64078, Token=88DE99F636C791F0, 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] 06:51:47.419 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64078] 06:51:47.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L286, 127.0.0.1:8204, complete]! 06:51:47.419 [: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-88DE99F636C791F0] 06:51:47.419 [: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-64078] 06:51:47.419 [: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=64078, Token=88DE99F636C791F0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64078, Token=88DE99F636C791F0, 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! 06:51:47.419 [: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 06:51:47.419 [: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" 06:51:47.419 [: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 06:51:47.420 [: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-64079], CON-POST MID=64079, 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 06:51:47.420 [: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-B4077472232B2282], CON-POST MID=64079, Token=B4077472232B2282, 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 06:51:47.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64079], KeyToken[127.0.0.1:8204-B4077472232B2282]] 06:51:47.420 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.420 [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=64079, Token=B4077472232B2282, 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] 06:51:47.420 [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 06:51:47.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64079] 06:51:47.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R289, 127.0.0.1:8201] replace CON-POST MID=64079, Token=B4077472232B2282, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64079, Token=B4077472232B2282, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R289, 127.0.0.1:8201] send response NON-2.05 MID=64079, Token=null, OptionSet={}, "server responds hi" 06:51:47.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R289, 127.0.0.1:8201, complete]! 06:51:47.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R289, 127.0.0.1:8201, complete] completed NON-2.04 MID=64079, Token=B4077472232B2282, 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! 06:51:47.421 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.421 [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=64079, Token=B4077472232B2282, 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] 06:51:47.421 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64079] 06:51:47.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L288, 127.0.0.1:8204, complete]! 06:51:47.421 [: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-B4077472232B2282] 06:51:47.421 [: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-64079] 06:51:47.421 [: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=64079, Token=B4077472232B2282, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64079, Token=B4077472232B2282, 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! 06:51:47.421 [: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 06:51:47.421 [: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" 06:51:47.421 [: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 06:51:47.421 [: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-64080], CON-POST MID=64080, 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 06:51:47.422 [: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-08918484F93F7918], CON-POST MID=64080, Token=08918484F93F7918, 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 06:51:47.422 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64080], KeyToken[127.0.0.1:8204-08918484F93F7918]] 06:51:47.422 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.422 [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=64080, Token=08918484F93F7918, 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] 06:51:47.422 [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 06:51:47.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64080] 06:51:47.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R291, 127.0.0.1:8201] replace CON-POST MID=64080, Token=08918484F93F7918, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64080, Token=08918484F93F7918, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R291, 127.0.0.1:8201] send response NON-2.05 MID=64080, Token=null, OptionSet={}, "server responds hi" 06:51:47.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R291, 127.0.0.1:8201, complete]! 06:51:47.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R291, 127.0.0.1:8201, complete] completed NON-2.04 MID=64080, Token=08918484F93F7918, 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! 06:51:47.423 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.423 [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=64080, Token=08918484F93F7918, 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] 06:51:47.423 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64080] 06:51:47.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L290, 127.0.0.1:8204, complete]! 06:51:47.423 [: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-08918484F93F7918] 06:51:47.423 [: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-64080] 06:51:47.423 [: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=64080, Token=08918484F93F7918, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64080, Token=08918484F93F7918, 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! 06:51:47.423 [: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 06:51:47.423 [: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" 06:51:47.423 [: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 06:51:47.424 [: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-64081], CON-POST MID=64081, 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 06:51:47.424 [: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-C89B23951A4E5094], CON-POST MID=64081, Token=C89B23951A4E5094, 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 06:51:47.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64081], KeyToken[127.0.0.1:8204-C89B23951A4E5094]] 06:51:47.424 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.424 [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=64081, Token=C89B23951A4E5094, 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] 06:51:47.424 [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 06:51:47.424 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64081] 06:51:47.424 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.424 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R293, 127.0.0.1:8201] replace CON-POST MID=64081, Token=C89B23951A4E5094, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64081, Token=C89B23951A4E5094, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.424 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R293, 127.0.0.1:8201] send response NON-2.05 MID=64081, Token=null, OptionSet={}, "server responds hi" 06:51:47.424 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R293, 127.0.0.1:8201, complete]! 06:51:47.424 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R293, 127.0.0.1:8201, complete] completed NON-2.04 MID=64081, Token=C89B23951A4E5094, 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! 06:51:47.425 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.425 [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=64081, Token=C89B23951A4E5094, 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] 06:51:47.425 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.425 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64081] 06:51:47.425 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.425 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.425 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L292, 127.0.0.1:8204, complete]! 06:51:47.425 [: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-C89B23951A4E5094] 06:51:47.425 [: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-64081] 06:51:47.425 [: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=64081, Token=C89B23951A4E5094, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64081, Token=C89B23951A4E5094, 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! 06:51:47.425 [: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 06:51:47.425 [: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" 06:51:47.425 [: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 06:51:47.425 [: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-64082], CON-POST MID=64082, 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 06:51:47.426 [: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-047D03152B534F85], CON-POST MID=64082, Token=047D03152B534F85, 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 06:51:47.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64082], KeyToken[127.0.0.1:8204-047D03152B534F85]] 06:51:47.426 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.426 [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=64082, Token=047D03152B534F85, 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] 06:51:47.426 [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 06:51:47.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64082] 06:51:47.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R295, 127.0.0.1:8201] replace CON-POST MID=64082, Token=047D03152B534F85, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64082, Token=047D03152B534F85, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R295, 127.0.0.1:8201] send response NON-2.05 MID=64082, Token=null, OptionSet={}, "server responds hi" 06:51:47.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R295, 127.0.0.1:8201, complete]! 06:51:47.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R295, 127.0.0.1:8201, complete] completed NON-2.04 MID=64082, Token=047D03152B534F85, 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! 06:51:47.427 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.427 [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=64082, Token=047D03152B534F85, 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] 06:51:47.427 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64082] 06:51:47.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L294, 127.0.0.1:8204, complete]! 06:51:47.427 [: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-047D03152B534F85] 06:51:47.427 [: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-64082] 06:51:47.427 [: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=64082, Token=047D03152B534F85, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64082, Token=047D03152B534F85, 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! 06:51:47.427 [: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 06:51:47.427 [: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" 06:51:47.428 [: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 06:51:47.428 [: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-64083], CON-POST MID=64083, 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 06:51:47.428 [: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-4CC1AB37239F9F61], CON-POST MID=64083, Token=4CC1AB37239F9F61, 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 06:51:47.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64083], KeyToken[127.0.0.1:8204-4CC1AB37239F9F61]] 06:51:47.428 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.428 [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=64083, Token=4CC1AB37239F9F61, 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] 06:51:47.428 [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 06:51:47.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64083] 06:51:47.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R297, 127.0.0.1:8201] replace CON-POST MID=64083, Token=4CC1AB37239F9F61, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64083, Token=4CC1AB37239F9F61, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R297, 127.0.0.1:8201] send response NON-2.05 MID=64083, Token=null, OptionSet={}, "server responds hi" 06:51:47.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R297, 127.0.0.1:8201, complete]! 06:51:47.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R297, 127.0.0.1:8201, complete] completed NON-2.04 MID=64083, Token=4CC1AB37239F9F61, 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! 06:51:47.429 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.429 [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=64083, Token=4CC1AB37239F9F61, 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] 06:51:47.429 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64083] 06:51:47.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L296, 127.0.0.1:8204, complete]! 06:51:47.429 [: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-4CC1AB37239F9F61] 06:51:47.429 [: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-64083] 06:51:47.429 [: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=64083, Token=4CC1AB37239F9F61, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64083, Token=4CC1AB37239F9F61, 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! 06:51:47.430 [: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 06:51:47.430 [: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" 06:51:47.430 [: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 06:51:47.430 [: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-64084], CON-POST MID=64084, 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 06:51:47.430 [: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-D84B868BC872CBFD], CON-POST MID=64084, Token=D84B868BC872CBFD, 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 06:51:47.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64084], KeyToken[127.0.0.1:8204-D84B868BC872CBFD]] 06:51:47.430 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.430 [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=64084, Token=D84B868BC872CBFD, 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] 06:51:47.430 [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 06:51:47.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64084] 06:51:47.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R299, 127.0.0.1:8201] replace CON-POST MID=64084, Token=D84B868BC872CBFD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64084, Token=D84B868BC872CBFD, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R299, 127.0.0.1:8201] send response NON-2.05 MID=64084, Token=null, OptionSet={}, "server responds hi" 06:51:47.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R299, 127.0.0.1:8201, complete]! 06:51:47.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R299, 127.0.0.1:8201, complete] completed NON-2.04 MID=64084, Token=D84B868BC872CBFD, 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! 06:51:47.431 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.431 [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=64084, Token=D84B868BC872CBFD, 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] 06:51:47.431 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64084] 06:51:47.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L298, 127.0.0.1:8204, complete]! 06:51:47.431 [: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-D84B868BC872CBFD] 06:51:47.431 [: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-64084] 06:51:47.431 [: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=64084, Token=D84B868BC872CBFD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64084, Token=D84B868BC872CBFD, 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! 06:51:47.431 [: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 06:51:47.431 [: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" 06:51:47.432 [: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 06:51:47.432 [: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-64085], CON-POST MID=64085, 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 06:51:47.432 [: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-FCF70C05086125DF], CON-POST MID=64085, Token=FCF70C05086125DF, 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 06:51:47.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64085], KeyToken[127.0.0.1:8204-FCF70C05086125DF]] 06:51:47.432 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.432 [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=64085, Token=FCF70C05086125DF, 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] 06:51:47.432 [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 06:51:47.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64085] 06:51:47.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R301, 127.0.0.1:8201] replace CON-POST MID=64085, Token=FCF70C05086125DF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64085, Token=FCF70C05086125DF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R301, 127.0.0.1:8201] send response NON-2.05 MID=64085, Token=null, OptionSet={}, "server responds hi" 06:51:47.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R301, 127.0.0.1:8201, complete]! 06:51:47.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R301, 127.0.0.1:8201, complete] completed NON-2.04 MID=64085, Token=FCF70C05086125DF, 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! 06:51:47.433 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.433 [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=64085, Token=FCF70C05086125DF, 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] 06:51:47.433 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64085] 06:51:47.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L300, 127.0.0.1:8204, complete]! 06:51:47.433 [: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-FCF70C05086125DF] 06:51:47.433 [: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-64085] 06:51:47.434 [: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=64085, Token=FCF70C05086125DF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64085, Token=FCF70C05086125DF, 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! 06:51:47.434 [: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 06:51:47.434 [: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" 06:51:47.434 [: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 06:51:47.434 [: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-64086], CON-POST MID=64086, 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 06:51:47.434 [: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-BCE6EBA7F6B2FE4B], CON-POST MID=64086, Token=BCE6EBA7F6B2FE4B, 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 06:51:47.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64086], KeyToken[127.0.0.1:8204-BCE6EBA7F6B2FE4B]] 06:51:47.434 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.434 [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=64086, Token=BCE6EBA7F6B2FE4B, 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] 06:51:47.434 [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 06:51:47.434 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64086] 06:51:47.434 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R303, 127.0.0.1:8201] replace CON-POST MID=64086, Token=BCE6EBA7F6B2FE4B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64086, Token=BCE6EBA7F6B2FE4B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R303, 127.0.0.1:8201] send response NON-2.05 MID=64086, Token=null, OptionSet={}, "server responds hi" 06:51:47.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R303, 127.0.0.1:8201, complete]! 06:51:47.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R303, 127.0.0.1:8201, complete] completed NON-2.04 MID=64086, Token=BCE6EBA7F6B2FE4B, 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! 06:51:47.435 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.435 [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=64086, Token=BCE6EBA7F6B2FE4B, 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] 06:51:47.435 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64086] 06:51:47.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L302, 127.0.0.1:8204, complete]! 06:51:47.436 [: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-BCE6EBA7F6B2FE4B] 06:51:47.436 [: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-64086] 06:51:47.436 [: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=64086, Token=BCE6EBA7F6B2FE4B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64086, Token=BCE6EBA7F6B2FE4B, 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! 06:51:47.436 [: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 06:51:47.436 [: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" 06:51:47.436 [: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 06:51:47.436 [: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-64087], CON-POST MID=64087, 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 06:51:47.436 [: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-58C319D0700EA965], CON-POST MID=64087, Token=58C319D0700EA965, 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 06:51:47.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64087], KeyToken[127.0.0.1:8204-58C319D0700EA965]] 06:51:47.436 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.437 [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=64087, Token=58C319D0700EA965, 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] 06:51:47.437 [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 06:51:47.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64087] 06:51:47.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R305, 127.0.0.1:8201] replace CON-POST MID=64087, Token=58C319D0700EA965, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64087, Token=58C319D0700EA965, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R305, 127.0.0.1:8201] send response NON-2.05 MID=64087, Token=null, OptionSet={}, "server responds hi" 06:51:47.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R305, 127.0.0.1:8201, complete]! 06:51:47.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R305, 127.0.0.1:8201, complete] completed NON-2.04 MID=64087, Token=58C319D0700EA965, 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! 06:51:47.437 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.437 [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=64087, Token=58C319D0700EA965, 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] 06:51:47.437 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64087] 06:51:47.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L304, 127.0.0.1:8204, complete]! 06:51:47.438 [: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-58C319D0700EA965] 06:51:47.438 [: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-64087] 06:51:47.438 [: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=64087, Token=58C319D0700EA965, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64087, Token=58C319D0700EA965, 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! 06:51:47.438 [: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 06:51:47.438 [: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" 06:51:47.438 [: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 06:51:47.438 [: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-64088], CON-POST MID=64088, 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 06:51:47.438 [: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-CC616D4F874BD4C5], CON-POST MID=64088, Token=CC616D4F874BD4C5, 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 06:51:47.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64088], KeyToken[127.0.0.1:8204-CC616D4F874BD4C5]] 06:51:47.438 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.439 [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=64088, Token=CC616D4F874BD4C5, 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] 06:51:47.439 [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 06:51:47.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64088] 06:51:47.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R307, 127.0.0.1:8201] replace CON-POST MID=64088, Token=CC616D4F874BD4C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64088, Token=CC616D4F874BD4C5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R307, 127.0.0.1:8201] send response NON-2.05 MID=64088, Token=null, OptionSet={}, "server responds hi" 06:51:47.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R307, 127.0.0.1:8201, complete]! 06:51:47.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R307, 127.0.0.1:8201, complete] completed NON-2.04 MID=64088, Token=CC616D4F874BD4C5, 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! 06:51:47.440 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.440 [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=64088, Token=CC616D4F874BD4C5, 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] 06:51:47.440 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64088] 06:51:47.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L306, 127.0.0.1:8204, complete]! 06:51:47.440 [: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-CC616D4F874BD4C5] 06:51:47.440 [: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-64088] 06:51:47.440 [: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=64088, Token=CC616D4F874BD4C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64088, Token=CC616D4F874BD4C5, 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! 06:51:47.441 [: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 06:51:47.441 [: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" 06:51:47.441 [: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 06:51:47.441 [: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-64089], CON-POST MID=64089, 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 06:51:47.441 [: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-ACCB2BCBD65B1467], CON-POST MID=64089, Token=ACCB2BCBD65B1467, 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 06:51:47.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64089], KeyToken[127.0.0.1:8204-ACCB2BCBD65B1467]] 06:51:47.441 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.441 [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=64089, Token=ACCB2BCBD65B1467, 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] 06:51:47.441 [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 06:51:47.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64089] 06:51:47.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R309, 127.0.0.1:8201] replace CON-POST MID=64089, Token=ACCB2BCBD65B1467, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64089, Token=ACCB2BCBD65B1467, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R309, 127.0.0.1:8201] send response NON-2.05 MID=64089, Token=null, OptionSet={}, "server responds hi" 06:51:47.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R309, 127.0.0.1:8201, complete]! 06:51:47.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R309, 127.0.0.1:8201, complete] completed NON-2.04 MID=64089, Token=ACCB2BCBD65B1467, 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! 06:51:47.442 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.442 [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=64089, Token=ACCB2BCBD65B1467, 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] 06:51:47.442 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64089] 06:51:47.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L308, 127.0.0.1:8204, complete]! 06:51:47.443 [: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-ACCB2BCBD65B1467] 06:51:47.443 [: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-64089] 06:51:47.443 [: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=64089, Token=ACCB2BCBD65B1467, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64089, Token=ACCB2BCBD65B1467, 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! 06:51:47.443 [: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 06:51:47.443 [: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" 06:51:47.443 [: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 06:51:47.443 [: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-64090], CON-POST MID=64090, 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 06:51:47.443 [: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-9CFD31D6BECB3466], CON-POST MID=64090, Token=9CFD31D6BECB3466, 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 06:51:47.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64090], KeyToken[127.0.0.1:8204-9CFD31D6BECB3466]] 06:51:47.443 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.443 [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=64090, Token=9CFD31D6BECB3466, 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] 06:51:47.444 [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 06:51:47.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64090] 06:51:47.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R311, 127.0.0.1:8201] replace CON-POST MID=64090, Token=9CFD31D6BECB3466, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64090, Token=9CFD31D6BECB3466, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R311, 127.0.0.1:8201] send response NON-2.05 MID=64090, Token=null, OptionSet={}, "server responds hi" 06:51:47.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R311, 127.0.0.1:8201, complete]! 06:51:47.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R311, 127.0.0.1:8201, complete] completed NON-2.04 MID=64090, Token=9CFD31D6BECB3466, 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! 06:51:47.445 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.445 [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=64090, Token=9CFD31D6BECB3466, 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] 06:51:47.445 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64090] 06:51:47.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L310, 127.0.0.1:8204, complete]! 06:51:47.445 [: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-9CFD31D6BECB3466] 06:51:47.445 [: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-64090] 06:51:47.445 [: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=64090, Token=9CFD31D6BECB3466, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64090, Token=9CFD31D6BECB3466, 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! 06:51:47.445 [: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 06:51:47.445 [: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" 06:51:47.446 [: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 06:51:47.446 [: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-64091], CON-POST MID=64091, 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 06:51:47.446 [: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-64B42366041218D9], CON-POST MID=64091, Token=64B42366041218D9, 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 06:51:47.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64091], KeyToken[127.0.0.1:8204-64B42366041218D9]] 06:51:47.446 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.446 [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=64091, Token=64B42366041218D9, 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] 06:51:47.446 [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 06:51:47.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64091] 06:51:47.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R313, 127.0.0.1:8201] replace CON-POST MID=64091, Token=64B42366041218D9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64091, Token=64B42366041218D9, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R313, 127.0.0.1:8201] send response NON-2.05 MID=64091, Token=null, OptionSet={}, "server responds hi" 06:51:47.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R313, 127.0.0.1:8201, complete]! 06:51:47.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R313, 127.0.0.1:8201, complete] completed NON-2.04 MID=64091, Token=64B42366041218D9, 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! 06:51:47.447 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.447 [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=64091, Token=64B42366041218D9, 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] 06:51:47.447 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64091] 06:51:47.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L312, 127.0.0.1:8204, complete]! 06:51:47.447 [: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-64B42366041218D9] 06:51:47.447 [: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-64091] 06:51:47.447 [: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=64091, Token=64B42366041218D9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64091, Token=64B42366041218D9, 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! 06:51:47.448 [: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 06:51:47.448 [: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" 06:51:47.448 [: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 06:51:47.448 [: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-64092], CON-POST MID=64092, 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 06:51:47.448 [: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-EC61D706D8041908], CON-POST MID=64092, Token=EC61D706D8041908, 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 06:51:47.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64092], KeyToken[127.0.0.1:8204-EC61D706D8041908]] 06:51:47.448 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.448 [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=64092, Token=EC61D706D8041908, 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] 06:51:47.448 [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 06:51:47.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64092] 06:51:47.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R315, 127.0.0.1:8201] replace CON-POST MID=64092, Token=EC61D706D8041908, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64092, Token=EC61D706D8041908, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R315, 127.0.0.1:8201] send response NON-2.05 MID=64092, Token=null, OptionSet={}, "server responds hi" 06:51:47.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R315, 127.0.0.1:8201, complete]! 06:51:47.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R315, 127.0.0.1:8201, complete] completed NON-2.04 MID=64092, Token=EC61D706D8041908, 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! 06:51:47.449 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.449 [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=64092, Token=EC61D706D8041908, 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] 06:51:47.449 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64092] 06:51:47.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L314, 127.0.0.1:8204, complete]! 06:51:47.449 [: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-EC61D706D8041908] 06:51:47.449 [: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-64092] 06:51:47.449 [: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=64092, Token=EC61D706D8041908, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64092, Token=EC61D706D8041908, 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! 06:51:47.449 [: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 06:51:47.449 [: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" 06:51:47.450 [: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 06:51:47.450 [: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-64093], CON-POST MID=64093, 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 06:51:47.450 [: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-7061470573EB2EA9], CON-POST MID=64093, Token=7061470573EB2EA9, 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 06:51:47.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64093], KeyToken[127.0.0.1:8204-7061470573EB2EA9]] 06:51:47.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:8204 06:51:47.450 [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=64093, Token=7061470573EB2EA9, 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] 06:51:47.450 [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 06:51:47.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64093] 06:51:47.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R317, 127.0.0.1:8201] replace CON-POST MID=64093, Token=7061470573EB2EA9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64093, Token=7061470573EB2EA9, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R317, 127.0.0.1:8201] send response NON-2.05 MID=64093, Token=null, OptionSet={}, "server responds hi" 06:51:47.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R317, 127.0.0.1:8201, complete]! 06:51:47.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R317, 127.0.0.1:8201, complete] completed NON-2.04 MID=64093, Token=7061470573EB2EA9, 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! 06:51:47.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:8201 06:51:47.451 [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=64093, Token=7061470573EB2EA9, 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] 06:51:47.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64093] 06:51:47.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L316, 127.0.0.1:8204, complete]! 06:51:47.451 [: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-7061470573EB2EA9] 06:51:47.451 [: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-64093] 06:51:47.451 [: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=64093, Token=7061470573EB2EA9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64093, Token=7061470573EB2EA9, 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! 06:51:47.451 [: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 06:51:47.451 [: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" 06:51:47.452 [: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 06:51:47.452 [: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-64094], CON-POST MID=64094, 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 06:51:47.452 [: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-3C42E508DB279F4B], CON-POST MID=64094, Token=3C42E508DB279F4B, 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 06:51:47.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64094], KeyToken[127.0.0.1:8204-3C42E508DB279F4B]] 06:51:47.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:8204 06:51:47.452 [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=64094, Token=3C42E508DB279F4B, 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] 06:51:47.452 [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 06:51:47.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64094] 06:51:47.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R319, 127.0.0.1:8201] replace CON-POST MID=64094, Token=3C42E508DB279F4B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64094, Token=3C42E508DB279F4B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R319, 127.0.0.1:8201] send response NON-2.05 MID=64094, Token=null, OptionSet={}, "server responds hi" 06:51:47.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R319, 127.0.0.1:8201, complete]! 06:51:47.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R319, 127.0.0.1:8201, complete] completed NON-2.04 MID=64094, Token=3C42E508DB279F4B, 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! 06:51:47.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:8201 06:51:47.453 [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=64094, Token=3C42E508DB279F4B, 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] 06:51:47.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64094] 06:51:47.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L318, 127.0.0.1:8204, complete]! 06:51:47.453 [: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-3C42E508DB279F4B] 06:51:47.453 [: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-64094] 06:51:47.453 [: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=64094, Token=3C42E508DB279F4B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64094, Token=3C42E508DB279F4B, 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! 06:51:47.453 [: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 06:51:47.453 [: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" 06:51:47.454 [: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 06:51:47.454 [: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-64095], CON-POST MID=64095, 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 06:51:47.454 [: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-D4272F45F4739AF6], CON-POST MID=64095, Token=D4272F45F4739AF6, 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 06:51:47.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64095], KeyToken[127.0.0.1:8204-D4272F45F4739AF6]] 06:51:47.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:8204 06:51:47.454 [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=64095, Token=D4272F45F4739AF6, 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] 06:51:47.454 [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 06:51:47.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64095] 06:51:47.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R321, 127.0.0.1:8201] replace CON-POST MID=64095, Token=D4272F45F4739AF6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64095, Token=D4272F45F4739AF6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R321, 127.0.0.1:8201] send response NON-2.05 MID=64095, Token=null, OptionSet={}, "server responds hi" 06:51:47.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R321, 127.0.0.1:8201, complete]! 06:51:47.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R321, 127.0.0.1:8201, complete] completed NON-2.04 MID=64095, Token=D4272F45F4739AF6, 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! 06:51:47.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:8201 06:51:47.455 [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=64095, Token=D4272F45F4739AF6, 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] 06:51:47.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64095] 06:51:47.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L320, 127.0.0.1:8204, complete]! 06:51:47.455 [: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-D4272F45F4739AF6] 06:51:47.455 [: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-64095] 06:51:47.455 [: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=64095, Token=D4272F45F4739AF6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64095, Token=D4272F45F4739AF6, 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! 06:51:47.456 [: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 06:51:47.456 [: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" 06:51:47.456 [: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 06:51:47.456 [: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-64096], CON-POST MID=64096, 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 06:51:47.456 [: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-D043BC2B0EC937FD], CON-POST MID=64096, Token=D043BC2B0EC937FD, 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 06:51:47.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-64096], KeyToken[127.0.0.1:8204-D043BC2B0EC937FD]] 06:51:47.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:8204 06:51:47.456 [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=64096, Token=D043BC2B0EC937FD, 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] 06:51:47.456 [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 06:51:47.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64096] 06:51:47.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R323, 127.0.0.1:8201] replace CON-POST MID=64096, Token=D043BC2B0EC937FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64096, Token=D043BC2B0EC937FD, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R323, 127.0.0.1:8201] send response NON-2.05 MID=64096, Token=null, OptionSet={}, "server responds hi" 06:51:47.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R323, 127.0.0.1:8201, complete]! 06:51:47.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R323, 127.0.0.1:8201, complete] completed NON-2.04 MID=64096, Token=D043BC2B0EC937FD, 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! 06:51:47.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 06:51:47.457 [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=64096, Token=D043BC2B0EC937FD, 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] 06:51:47.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 06:51:47.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64096] 06:51:47.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L322, 127.0.0.1:8204, complete]! 06:51:47.457 [: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-D043BC2B0EC937FD] 06:51:47.457 [: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-64096] 06:51:47.457 [: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=64096, Token=D043BC2B0EC937FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64096, Token=D043BC2B0EC937FD, 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! 06:51:47.457 [: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 06:51:47.457 [: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" 06:51:47.458 [: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 06:51:47.458 [: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-64097], CON-POST MID=64097, 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 06:51:47.458 [: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-84566F3BF7982EC7], CON-POST MID=64097, Token=84566F3BF7982EC7, 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 06:51:47.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-64097], KeyToken[127.0.0.1:8204-84566F3BF7982EC7]] 06:51:47.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 06:51:47.458 [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=64097, Token=84566F3BF7982EC7, 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] 06:51:47.458 [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 06:51:47.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64097] 06:51:47.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R325, 127.0.0.1:8201] replace CON-POST MID=64097, Token=84566F3BF7982EC7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64097, Token=84566F3BF7982EC7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R325, 127.0.0.1:8201] send response NON-2.05 MID=64097, Token=null, OptionSet={}, "server responds hi" 06:51:47.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R325, 127.0.0.1:8201, complete]! 06:51:47.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R325, 127.0.0.1:8201, complete] completed NON-2.04 MID=64097, Token=84566F3BF7982EC7, 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! 06:51:47.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 06:51:47.459 [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=64097, Token=84566F3BF7982EC7, 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] 06:51:47.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 06:51:47.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-64097] 06:51:47.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L324, 127.0.0.1:8204, complete]! 06:51:47.460 [: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-84566F3BF7982EC7] 06:51:47.460 [: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-64097] 06:51:47.460 [: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=64097, Token=84566F3BF7982EC7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64097, Token=84566F3BF7982EC7, 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! 06:51:47.460 [: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 06:51:47.460 [: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" 06:51:47.460 [: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 06:51:47.460 [: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-64098], CON-POST MID=64098, 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 06:51:47.460 [: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-40E3A0100D4F5EB6], CON-POST MID=64098, Token=40E3A0100D4F5EB6, 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 06:51:47.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-64098], KeyToken[127.0.0.1:8204-40E3A0100D4F5EB6]] 06:51:47.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 40 bytes to 127.0.0.1:8204 06:51:47.461 [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=64098, Token=40E3A0100D4F5EB6, 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] 06:51:47.461 [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 06:51:47.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64098] 06:51:47.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R327, 127.0.0.1:8201] replace CON-POST MID=64098, Token=40E3A0100D4F5EB6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64098, Token=40E3A0100D4F5EB6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R327, 127.0.0.1:8201] send response NON-2.05 MID=64098, Token=null, OptionSet={}, "server responds hi" 06:51:47.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R327, 127.0.0.1:8201, complete]! 06:51:47.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R327, 127.0.0.1:8201, complete] completed NON-2.04 MID=64098, Token=40E3A0100D4F5EB6, 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! 06:51:47.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:8201 06:51:47.462 [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=64098, Token=40E3A0100D4F5EB6, 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] 06:51:47.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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-64098] 06:51:47.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L326, 127.0.0.1:8204, complete]! 06:51:47.462 [: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-40E3A0100D4F5EB6] 06:51:47.462 [: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-64098] 06:51:47.462 [: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=64098, Token=40E3A0100D4F5EB6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64098, Token=40E3A0100D4F5EB6, 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! 06:51:47.462 [: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 06:51:47.462 [: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" 06:51:47.463 [: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 06:51:47.463 [: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-64099], CON-POST MID=64099, 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 06:51:47.463 [: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-B0931140299BE1C7], CON-POST MID=64099, Token=B0931140299BE1C7, 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 06:51:47.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64099], KeyToken[127.0.0.1:8204-B0931140299BE1C7]] 06:51:47.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 06:51:47.463 [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=64099, Token=B0931140299BE1C7, 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] 06:51:47.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 06:51:47.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64099] 06:51:47.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R329, 127.0.0.1:8201] replace CON-POST MID=64099, Token=B0931140299BE1C7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64099, Token=B0931140299BE1C7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R329, 127.0.0.1:8201] send response NON-2.05 MID=64099, Token=null, OptionSet={}, "server responds hi" 06:51:47.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R329, 127.0.0.1:8201, complete]! 06:51:47.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R329, 127.0.0.1:8201, complete] completed NON-2.04 MID=64099, Token=B0931140299BE1C7, 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! 06:51:47.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 06:51:47.464 [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=64099, Token=B0931140299BE1C7, 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] 06:51:47.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 06:51:47.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-64099] 06:51:47.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L328, 127.0.0.1:8204, complete]! 06:51:47.464 [: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-B0931140299BE1C7] 06:51:47.464 [: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-64099] 06:51:47.464 [: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=64099, Token=B0931140299BE1C7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64099, Token=B0931140299BE1C7, 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! 06:51:47.465 [: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 06:51:47.465 [: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" 06:51:47.465 [: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 06:51:47.465 [: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-64100], CON-POST MID=64100, 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 06:51:47.465 [: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-B45696F4C16FB096], CON-POST MID=64100, Token=B45696F4C16FB096, 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 06:51:47.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-64100], KeyToken[127.0.0.1:8204-B45696F4C16FB096]] 06:51:47.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 06:51:47.465 [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=64100, Token=B45696F4C16FB096, 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] 06:51:47.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 06:51:47.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64100] 06:51:47.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R331, 127.0.0.1:8201] replace CON-POST MID=64100, Token=B45696F4C16FB096, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64100, Token=B45696F4C16FB096, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R331, 127.0.0.1:8201] send response NON-2.05 MID=64100, Token=null, OptionSet={}, "server responds hi" 06:51:47.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R331, 127.0.0.1:8201, complete]! 06:51:47.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R331, 127.0.0.1:8201, complete] completed NON-2.04 MID=64100, Token=B45696F4C16FB096, 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! 06:51:47.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 06:51:47.466 [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=64100, Token=B45696F4C16FB096, 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] 06:51:47.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 06:51:47.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-64100] 06:51:47.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L330, 127.0.0.1:8204, complete]! 06:51:47.466 [: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-B45696F4C16FB096] 06:51:47.466 [: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-64100] 06:51:47.466 [: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=64100, Token=B45696F4C16FB096, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64100, Token=B45696F4C16FB096, 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! 06:51:47.466 [: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 06:51:47.466 [: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" 06:51:47.467 [: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 06:51:47.467 [: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-64101], CON-POST MID=64101, 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 06:51:47.467 [: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-10E6BA772B6FEA8B], CON-POST MID=64101, Token=10E6BA772B6FEA8B, 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 06:51:47.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-64101], KeyToken[127.0.0.1:8204-10E6BA772B6FEA8B]] 06:51:47.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 06:51:47.467 [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=64101, Token=10E6BA772B6FEA8B, 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] 06:51:47.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 06:51:47.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64101] 06:51:47.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R333, 127.0.0.1:8201] replace CON-POST MID=64101, Token=10E6BA772B6FEA8B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64101, Token=10E6BA772B6FEA8B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R333, 127.0.0.1:8201] send response NON-2.05 MID=64101, Token=null, OptionSet={}, "server responds hi" 06:51:47.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R333, 127.0.0.1:8201, complete]! 06:51:47.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R333, 127.0.0.1:8201, complete] completed NON-2.04 MID=64101, Token=10E6BA772B6FEA8B, 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! 06:51:47.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 06:51:47.468 [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=64101, Token=10E6BA772B6FEA8B, 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] 06:51:47.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 06:51:47.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-64101] 06:51:47.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L332, 127.0.0.1:8204, complete]! 06:51:47.468 [: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-10E6BA772B6FEA8B] 06:51:47.468 [: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-64101] 06:51:47.468 [: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=64101, Token=10E6BA772B6FEA8B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64101, Token=10E6BA772B6FEA8B, 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! 06:51:47.468 [: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 06:51:47.468 [: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" 06:51:47.468 [: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 06:51:47.468 [: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-64102], CON-POST MID=64102, 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 06:51:47.468 [: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-6088572205631BC1], CON-POST MID=64102, Token=6088572205631BC1, 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 06:51:47.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64102], KeyToken[127.0.0.1:8204-6088572205631BC1]] 06:51:47.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 06:51:47.469 [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=64102, Token=6088572205631BC1, 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] 06:51:47.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 06:51:47.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64102] 06:51:47.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R335, 127.0.0.1:8201] replace CON-POST MID=64102, Token=6088572205631BC1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64102, Token=6088572205631BC1, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R335, 127.0.0.1:8201] send response NON-2.05 MID=64102, Token=null, OptionSet={}, "server responds hi" 06:51:47.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R335, 127.0.0.1:8201, complete]! 06:51:47.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R335, 127.0.0.1:8201, complete] completed NON-2.04 MID=64102, Token=6088572205631BC1, 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! 06:51:47.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:8201 06:51:47.470 [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=64102, Token=6088572205631BC1, 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] 06:51:47.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 06:51:47.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-64102] 06:51:47.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L334, 127.0.0.1:8204, complete]! 06:51:47.470 [: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-6088572205631BC1] 06:51:47.470 [: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-64102] 06:51:47.470 [: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=64102, Token=6088572205631BC1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64102, Token=6088572205631BC1, 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! 06:51:47.470 [: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 06:51:47.470 [: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" 06:51:47.470 [: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 06:51:47.470 [: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-64103], CON-POST MID=64103, 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 06:51:47.470 [: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-FC045C12AE459873], CON-POST MID=64103, Token=FC045C12AE459873, 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 06:51:47.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64103], KeyToken[127.0.0.1:8204-FC045C12AE459873]] 06:51:47.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:8204 06:51:47.471 [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=64103, Token=FC045C12AE459873, 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] 06:51:47.471 [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 06:51:47.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64103] 06:51:47.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R337, 127.0.0.1:8201] replace CON-POST MID=64103, Token=FC045C12AE459873, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64103, Token=FC045C12AE459873, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R337, 127.0.0.1:8201] send response NON-2.05 MID=64103, Token=null, OptionSet={}, "server responds hi" 06:51:47.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R337, 127.0.0.1:8201, complete]! 06:51:47.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R337, 127.0.0.1:8201, complete] completed NON-2.04 MID=64103, Token=FC045C12AE459873, 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! 06:51:47.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:8201 06:51:47.471 [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=64103, Token=FC045C12AE459873, 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] 06:51:47.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:8204 06:51:47.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:8204-64103] 06:51:47.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L336, 127.0.0.1:8204, complete]! 06:51:47.472 [: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-FC045C12AE459873] 06:51:47.472 [: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-64103] 06:51:47.472 [: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=64103, Token=FC045C12AE459873, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64103, Token=FC045C12AE459873, 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! 06:51:47.472 [: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 06:51:47.472 [: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" 06:51:47.472 [: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 06:51:47.472 [: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-64104], CON-POST MID=64104, 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 06:51:47.472 [: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-FCDD8296C3022A2A], CON-POST MID=64104, Token=FCDD8296C3022A2A, 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 06:51:47.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64104], KeyToken[127.0.0.1:8204-FCDD8296C3022A2A]] 06:51:47.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:8204 06:51:47.472 [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=64104, Token=FCDD8296C3022A2A, 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] 06:51:47.472 [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 06:51:47.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64104] 06:51:47.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R339, 127.0.0.1:8201] replace CON-POST MID=64104, Token=FCDD8296C3022A2A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64104, Token=FCDD8296C3022A2A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R339, 127.0.0.1:8201] send response NON-2.05 MID=64104, Token=null, OptionSet={}, "server responds hi" 06:51:47.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R339, 127.0.0.1:8201, complete]! 06:51:47.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R339, 127.0.0.1:8201, complete] completed NON-2.04 MID=64104, Token=FCDD8296C3022A2A, 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! 06:51:47.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:8201 06:51:47.473 [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=64104, Token=FCDD8296C3022A2A, 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] 06:51:47.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64104] 06:51:47.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L338, 127.0.0.1:8204, complete]! 06:51:47.473 [: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-FCDD8296C3022A2A] 06:51:47.473 [: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-64104] 06:51:47.473 [: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=64104, Token=FCDD8296C3022A2A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64104, Token=FCDD8296C3022A2A, 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! 06:51:47.474 [: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 06:51:47.474 [: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" 06:51:47.474 [: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 06:51:47.474 [: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-64105], CON-POST MID=64105, 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 06:51:47.514 [: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-2452D70B57D797B0], CON-POST MID=64105, Token=2452D70B57D797B0, 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 06:51:47.515 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64105], KeyToken[127.0.0.1:8204-2452D70B57D797B0]] 06:51:47.515 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.515 [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=64105, Token=2452D70B57D797B0, 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] 06:51:47.515 [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 06:51:47.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64105] 06:51:47.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R341, 127.0.0.1:8201] replace CON-POST MID=64105, Token=2452D70B57D797B0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64105, Token=2452D70B57D797B0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R341, 127.0.0.1:8201] send response NON-2.05 MID=64105, Token=null, OptionSet={}, "server responds hi" 06:51:47.516 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R341, 127.0.0.1:8201, complete]! 06:51:47.516 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R341, 127.0.0.1:8201, complete] completed NON-2.04 MID=64105, Token=2452D70B57D797B0, 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! 06:51:47.516 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.516 [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=64105, Token=2452D70B57D797B0, 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] 06:51:47.516 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64105] 06:51:47.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L340, 127.0.0.1:8204, complete]! 06:51:47.516 [: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-2452D70B57D797B0] 06:51:47.516 [: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-64105] 06:51:47.516 [: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=64105, Token=2452D70B57D797B0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64105, Token=2452D70B57D797B0, 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! 06:51:47.517 [: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 06:51:47.517 [: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" 06:51:47.517 [: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 06:51:47.517 [: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-64106], CON-POST MID=64106, 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 06:51:47.517 [: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-1848B42E21848A77], CON-POST MID=64106, Token=1848B42E21848A77, 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 06:51:47.517 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64106], KeyToken[127.0.0.1:8204-1848B42E21848A77]] 06:51:47.517 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.518 [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=64106, Token=1848B42E21848A77, 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] 06:51:47.518 [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 06:51:47.518 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64106] 06:51:47.518 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.518 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R343, 127.0.0.1:8201] replace CON-POST MID=64106, Token=1848B42E21848A77, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64106, Token=1848B42E21848A77, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.518 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R343, 127.0.0.1:8201] send response NON-2.05 MID=64106, Token=null, OptionSet={}, "server responds hi" 06:51:47.518 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R343, 127.0.0.1:8201, complete]! 06:51:47.518 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R343, 127.0.0.1:8201, complete] completed NON-2.04 MID=64106, Token=1848B42E21848A77, 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! 06:51:47.518 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.518 [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=64106, Token=1848B42E21848A77, 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] 06:51:47.518 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.519 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64106] 06:51:47.519 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.519 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.519 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L342, 127.0.0.1:8204, complete]! 06:51:47.519 [: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-1848B42E21848A77] 06:51:47.519 [: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-64106] 06:51:47.519 [: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=64106, Token=1848B42E21848A77, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64106, Token=1848B42E21848A77, 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! 06:51:47.519 [: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 06:51:47.519 [: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" 06:51:47.519 [: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 06:51:47.519 [: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-64107], CON-POST MID=64107, 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 06:51:47.519 [: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-10076C5ECAC10A69], CON-POST MID=64107, Token=10076C5ECAC10A69, 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 06:51:47.519 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64107], KeyToken[127.0.0.1:8204-10076C5ECAC10A69]] 06:51:47.520 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.520 [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=64107, Token=10076C5ECAC10A69, 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] 06:51:47.520 [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 06:51:47.520 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64107] 06:51:47.520 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.520 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R345, 127.0.0.1:8201] replace CON-POST MID=64107, Token=10076C5ECAC10A69, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64107, Token=10076C5ECAC10A69, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.520 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R345, 127.0.0.1:8201] send response NON-2.05 MID=64107, Token=null, OptionSet={}, "server responds hi" 06:51:47.520 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R345, 127.0.0.1:8201, complete]! 06:51:47.520 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R345, 127.0.0.1:8201, complete] completed NON-2.04 MID=64107, Token=10076C5ECAC10A69, 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! 06:51:47.520 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.521 [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=64107, Token=10076C5ECAC10A69, 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] 06:51:47.521 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.521 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64107] 06:51:47.521 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.521 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.521 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L344, 127.0.0.1:8204, complete]! 06:51:47.521 [: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-10076C5ECAC10A69] 06:51:47.521 [: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-64107] 06:51:47.521 [: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=64107, Token=10076C5ECAC10A69, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64107, Token=10076C5ECAC10A69, 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! 06:51:47.521 [: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 06:51:47.521 [: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" 06:51:47.521 [: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 06:51:47.521 [: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-64108], CON-POST MID=64108, 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 06:51:47.521 [: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-E4FD7E6F7620A113], CON-POST MID=64108, Token=E4FD7E6F7620A113, 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 06:51:47.521 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64108], KeyToken[127.0.0.1:8204-E4FD7E6F7620A113]] 06:51:47.521 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.522 [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=64108, Token=E4FD7E6F7620A113, 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] 06:51:47.522 [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 06:51:47.522 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64108] 06:51:47.522 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.522 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R347, 127.0.0.1:8201] replace CON-POST MID=64108, Token=E4FD7E6F7620A113, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64108, Token=E4FD7E6F7620A113, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.522 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R347, 127.0.0.1:8201] send response NON-2.05 MID=64108, Token=null, OptionSet={}, "server responds hi" 06:51:47.522 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R347, 127.0.0.1:8201, complete]! 06:51:47.522 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R347, 127.0.0.1:8201, complete] completed NON-2.04 MID=64108, Token=E4FD7E6F7620A113, 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! 06:51:47.522 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.522 [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=64108, Token=E4FD7E6F7620A113, 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] 06:51:47.523 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.523 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64108] 06:51:47.523 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.523 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.523 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L346, 127.0.0.1:8204, complete]! 06:51:47.523 [: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-E4FD7E6F7620A113] 06:51:47.523 [: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-64108] 06:51:47.523 [: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=64108, Token=E4FD7E6F7620A113, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64108, Token=E4FD7E6F7620A113, 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! 06:51:47.523 [: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 06:51:47.523 [: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" 06:51:47.523 [: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 06:51:47.523 [: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-64109], CON-POST MID=64109, 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 06:51:47.523 [: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-78C6EB89A7980A81], CON-POST MID=64109, Token=78C6EB89A7980A81, 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 06:51:47.523 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64109], KeyToken[127.0.0.1:8204-78C6EB89A7980A81]] 06:51:47.523 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.524 [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=64109, Token=78C6EB89A7980A81, 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] 06:51:47.524 [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 06:51:47.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64109] 06:51:47.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R349, 127.0.0.1:8201] replace CON-POST MID=64109, Token=78C6EB89A7980A81, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64109, Token=78C6EB89A7980A81, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R349, 127.0.0.1:8201] send response NON-2.05 MID=64109, Token=null, OptionSet={}, "server responds hi" 06:51:47.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R349, 127.0.0.1:8201, complete]! 06:51:47.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R349, 127.0.0.1:8201, complete] completed NON-2.04 MID=64109, Token=78C6EB89A7980A81, 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! 06:51:47.524 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.524 [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=64109, Token=78C6EB89A7980A81, 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] 06:51:47.524 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64109] 06:51:47.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L348, 127.0.0.1:8204, complete]! 06:51:47.525 [: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-78C6EB89A7980A81] 06:51:47.525 [: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-64109] 06:51:47.525 [: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=64109, Token=78C6EB89A7980A81, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64109, Token=78C6EB89A7980A81, 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! 06:51:47.525 [: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 06:51:47.525 [: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" 06:51:47.525 [: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 06:51:47.525 [: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-64110], CON-POST MID=64110, 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 06:51:47.525 [: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-E4FB820EAD3024DD], CON-POST MID=64110, Token=E4FB820EAD3024DD, 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 06:51:47.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64110], KeyToken[127.0.0.1:8204-E4FB820EAD3024DD]] 06:51:47.525 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.526 [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=64110, Token=E4FB820EAD3024DD, 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] 06:51:47.526 [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 06:51:47.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64110] 06:51:47.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R351, 127.0.0.1:8201] replace CON-POST MID=64110, Token=E4FB820EAD3024DD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64110, Token=E4FB820EAD3024DD, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R351, 127.0.0.1:8201] send response NON-2.05 MID=64110, Token=null, OptionSet={}, "server responds hi" 06:51:47.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R351, 127.0.0.1:8201, complete]! 06:51:47.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R351, 127.0.0.1:8201, complete] completed NON-2.04 MID=64110, Token=E4FB820EAD3024DD, 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! 06:51:47.526 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.526 [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=64110, Token=E4FB820EAD3024DD, 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] 06:51:47.526 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64110] 06:51:47.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L350, 127.0.0.1:8204, complete]! 06:51:47.527 [: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-E4FB820EAD3024DD] 06:51:47.527 [: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-64110] 06:51:47.527 [: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=64110, Token=E4FB820EAD3024DD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64110, Token=E4FB820EAD3024DD, 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! 06:51:47.527 [: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 06:51:47.527 [: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" 06:51:47.527 [: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 06:51:47.527 [: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-64111], CON-POST MID=64111, 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 06:51:47.527 [: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-50C6794FD4DB9F8B], CON-POST MID=64111, Token=50C6794FD4DB9F8B, 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 06:51:47.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64111], KeyToken[127.0.0.1:8204-50C6794FD4DB9F8B]] 06:51:47.527 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.528 [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=64111, Token=50C6794FD4DB9F8B, 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] 06:51:47.528 [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 06:51:47.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64111] 06:51:47.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R353, 127.0.0.1:8201] replace CON-POST MID=64111, Token=50C6794FD4DB9F8B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64111, Token=50C6794FD4DB9F8B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R353, 127.0.0.1:8201] send response NON-2.05 MID=64111, Token=null, OptionSet={}, "server responds hi" 06:51:47.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R353, 127.0.0.1:8201, complete]! 06:51:47.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R353, 127.0.0.1:8201, complete] completed NON-2.04 MID=64111, Token=50C6794FD4DB9F8B, 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! 06:51:47.528 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.528 [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=64111, Token=50C6794FD4DB9F8B, 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] 06:51:47.528 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64111] 06:51:47.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L352, 127.0.0.1:8204, complete]! 06:51:47.528 [: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-50C6794FD4DB9F8B] 06:51:47.528 [: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-64111] 06:51:47.528 [: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=64111, Token=50C6794FD4DB9F8B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64111, Token=50C6794FD4DB9F8B, 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! 06:51:47.529 [: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 06:51:47.529 [: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" 06:51:47.529 [: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 06:51:47.529 [: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-64112], CON-POST MID=64112, 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 06:51:47.529 [: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-080B692CF70AA396], CON-POST MID=64112, Token=080B692CF70AA396, 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 06:51:47.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64112], KeyToken[127.0.0.1:8204-080B692CF70AA396]] 06:51:47.529 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.529 [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=64112, Token=080B692CF70AA396, 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] 06:51:47.529 [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 06:51:47.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64112] 06:51:47.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R355, 127.0.0.1:8201] replace CON-POST MID=64112, Token=080B692CF70AA396, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64112, Token=080B692CF70AA396, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R355, 127.0.0.1:8201] send response NON-2.05 MID=64112, Token=null, OptionSet={}, "server responds hi" 06:51:47.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R355, 127.0.0.1:8201, complete]! 06:51:47.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R355, 127.0.0.1:8201, complete] completed NON-2.04 MID=64112, Token=080B692CF70AA396, 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! 06:51:47.530 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.530 [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=64112, Token=080B692CF70AA396, 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] 06:51:47.530 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64112] 06:51:47.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L354, 127.0.0.1:8204, complete]! 06:51:47.530 [: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-080B692CF70AA396] 06:51:47.530 [: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-64112] 06:51:47.530 [: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=64112, Token=080B692CF70AA396, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64112, Token=080B692CF70AA396, 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! 06:51:47.531 [: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 06:51:47.531 [: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" 06:51:47.531 [: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 06:51:47.531 [: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-64113], CON-POST MID=64113, 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 06:51:47.531 [: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-50FF3E9442A6721F], CON-POST MID=64113, Token=50FF3E9442A6721F, 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 06:51:47.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64113], KeyToken[127.0.0.1:8204-50FF3E9442A6721F]] 06:51:47.531 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.531 [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=64113, Token=50FF3E9442A6721F, 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] 06:51:47.531 [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 06:51:47.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64113] 06:51:47.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R357, 127.0.0.1:8201] replace CON-POST MID=64113, Token=50FF3E9442A6721F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64113, Token=50FF3E9442A6721F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R357, 127.0.0.1:8201] send response NON-2.05 MID=64113, Token=null, OptionSet={}, "server responds hi" 06:51:47.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R357, 127.0.0.1:8201, complete]! 06:51:47.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R357, 127.0.0.1:8201, complete] completed NON-2.04 MID=64113, Token=50FF3E9442A6721F, 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! 06:51:47.532 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.532 [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=64113, Token=50FF3E9442A6721F, 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] 06:51:47.532 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64113] 06:51:47.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L356, 127.0.0.1:8204, complete]! 06:51:47.533 [: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-50FF3E9442A6721F] 06:51:47.533 [: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-64113] 06:51:47.533 [: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=64113, Token=50FF3E9442A6721F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64113, Token=50FF3E9442A6721F, 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! 06:51:47.533 [: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 06:51:47.533 [: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" 06:51:47.533 [: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 06:51:47.533 [: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-64114], CON-POST MID=64114, 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 06:51:47.533 [: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-DC060DA4F403C071], CON-POST MID=64114, Token=DC060DA4F403C071, 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 06:51:47.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64114], KeyToken[127.0.0.1:8204-DC060DA4F403C071]] 06:51:47.533 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.534 [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=64114, Token=DC060DA4F403C071, 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] 06:51:47.534 [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 06:51:47.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64114] 06:51:47.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R359, 127.0.0.1:8201] replace CON-POST MID=64114, Token=DC060DA4F403C071, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64114, Token=DC060DA4F403C071, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R359, 127.0.0.1:8201] send response NON-2.05 MID=64114, Token=null, OptionSet={}, "server responds hi" 06:51:47.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R359, 127.0.0.1:8201, complete]! 06:51:47.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R359, 127.0.0.1:8201, complete] completed NON-2.04 MID=64114, Token=DC060DA4F403C071, 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! 06:51:47.534 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.535 [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=64114, Token=DC060DA4F403C071, 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] 06:51:47.535 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64114] 06:51:47.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L358, 127.0.0.1:8204, complete]! 06:51:47.535 [: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-DC060DA4F403C071] 06:51:47.535 [: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-64114] 06:51:47.535 [: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=64114, Token=DC060DA4F403C071, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64114, Token=DC060DA4F403C071, 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! 06:51:47.535 [: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 06:51:47.535 [: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" 06:51:47.535 [: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 06:51:47.535 [: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-64115], CON-POST MID=64115, 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 06:51:47.536 [: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-38916981A71D348B], CON-POST MID=64115, Token=38916981A71D348B, 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 06:51:47.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64115], KeyToken[127.0.0.1:8204-38916981A71D348B]] 06:51:47.536 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.536 [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=64115, Token=38916981A71D348B, 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] 06:51:47.536 [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 06:51:47.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64115] 06:51:47.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R361, 127.0.0.1:8201] replace CON-POST MID=64115, Token=38916981A71D348B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64115, Token=38916981A71D348B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R361, 127.0.0.1:8201] send response NON-2.05 MID=64115, Token=null, OptionSet={}, "server responds hi" 06:51:47.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R361, 127.0.0.1:8201, complete]! 06:51:47.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R361, 127.0.0.1:8201, complete] completed NON-2.04 MID=64115, Token=38916981A71D348B, 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! 06:51:47.537 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.537 [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=64115, Token=38916981A71D348B, 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] 06:51:47.537 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64115] 06:51:47.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L360, 127.0.0.1:8204, complete]! 06:51:47.537 [: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-38916981A71D348B] 06:51:47.537 [: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-64115] 06:51:47.537 [: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=64115, Token=38916981A71D348B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64115, Token=38916981A71D348B, 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! 06:51:47.538 [: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 06:51:47.538 [: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" 06:51:47.538 [: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 06:51:47.538 [: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-64116], CON-POST MID=64116, 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 06:51:47.538 [: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-F4F377FDD8102734], CON-POST MID=64116, Token=F4F377FDD8102734, 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 06:51:47.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64116], KeyToken[127.0.0.1:8204-F4F377FDD8102734]] 06:51:47.538 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.538 [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=64116, Token=F4F377FDD8102734, 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] 06:51:47.538 [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 06:51:47.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64116] 06:51:47.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R363, 127.0.0.1:8201] replace CON-POST MID=64116, Token=F4F377FDD8102734, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64116, Token=F4F377FDD8102734, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R363, 127.0.0.1:8201] send response NON-2.05 MID=64116, Token=null, OptionSet={}, "server responds hi" 06:51:47.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R363, 127.0.0.1:8201, complete]! 06:51:47.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R363, 127.0.0.1:8201, complete] completed NON-2.04 MID=64116, Token=F4F377FDD8102734, 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! 06:51:47.539 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.539 [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=64116, Token=F4F377FDD8102734, 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] 06:51:47.539 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64116] 06:51:47.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L362, 127.0.0.1:8204, complete]! 06:51:47.540 [: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-F4F377FDD8102734] 06:51:47.540 [: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-64116] 06:51:47.540 [: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=64116, Token=F4F377FDD8102734, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64116, Token=F4F377FDD8102734, 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! 06:51:47.540 [: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 06:51:47.540 [: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" 06:51:47.540 [: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 06:51:47.540 [: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-64117], CON-POST MID=64117, 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 06:51:47.540 [: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-9079A525CB5CAF4F], CON-POST MID=64117, Token=9079A525CB5CAF4F, 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 06:51:47.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64117], KeyToken[127.0.0.1:8204-9079A525CB5CAF4F]] 06:51:47.540 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.541 [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=64117, Token=9079A525CB5CAF4F, 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] 06:51:47.541 [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 06:51:47.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64117] 06:51:47.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R365, 127.0.0.1:8201] replace CON-POST MID=64117, Token=9079A525CB5CAF4F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64117, Token=9079A525CB5CAF4F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R365, 127.0.0.1:8201] send response NON-2.05 MID=64117, Token=null, OptionSet={}, "server responds hi" 06:51:47.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R365, 127.0.0.1:8201, complete]! 06:51:47.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R365, 127.0.0.1:8201, complete] completed NON-2.04 MID=64117, Token=9079A525CB5CAF4F, 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! 06:51:47.541 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.541 [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=64117, Token=9079A525CB5CAF4F, 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] 06:51:47.541 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64117] 06:51:47.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L364, 127.0.0.1:8204, complete]! 06:51:47.542 [: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-9079A525CB5CAF4F] 06:51:47.542 [: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-64117] 06:51:47.542 [: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=64117, Token=9079A525CB5CAF4F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64117, Token=9079A525CB5CAF4F, 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! 06:51:47.542 [: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 06:51:47.542 [: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" 06:51:47.542 [: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 06:51:47.542 [: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-64118], CON-POST MID=64118, 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 06:51:47.542 [: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-4C2C64E4A2DD5C0F], CON-POST MID=64118, Token=4C2C64E4A2DD5C0F, 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 06:51:47.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64118], KeyToken[127.0.0.1:8204-4C2C64E4A2DD5C0F]] 06:51:47.542 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.543 [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=64118, Token=4C2C64E4A2DD5C0F, 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] 06:51:47.543 [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 06:51:47.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64118] 06:51:47.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R367, 127.0.0.1:8201] replace CON-POST MID=64118, Token=4C2C64E4A2DD5C0F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64118, Token=4C2C64E4A2DD5C0F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R367, 127.0.0.1:8201] send response NON-2.05 MID=64118, Token=null, OptionSet={}, "server responds hi" 06:51:47.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R367, 127.0.0.1:8201, complete]! 06:51:47.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R367, 127.0.0.1:8201, complete] completed NON-2.04 MID=64118, Token=4C2C64E4A2DD5C0F, 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! 06:51:47.543 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.543 [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=64118, Token=4C2C64E4A2DD5C0F, 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] 06:51:47.543 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64118] 06:51:47.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L366, 127.0.0.1:8204, complete]! 06:51:47.544 [: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-4C2C64E4A2DD5C0F] 06:51:47.544 [: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-64118] 06:51:47.544 [: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=64118, Token=4C2C64E4A2DD5C0F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64118, Token=4C2C64E4A2DD5C0F, 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! 06:51:47.544 [: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 06:51:47.544 [: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" 06:51:47.544 [: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 06:51:47.544 [: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-64119], CON-POST MID=64119, 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 06:51:47.544 [: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-ECB8E9BAF809DD1A], CON-POST MID=64119, Token=ECB8E9BAF809DD1A, 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 06:51:47.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64119], KeyToken[127.0.0.1:8204-ECB8E9BAF809DD1A]] 06:51:47.544 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.545 [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=64119, Token=ECB8E9BAF809DD1A, 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] 06:51:47.545 [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 06:51:47.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64119] 06:51:47.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R369, 127.0.0.1:8201] replace CON-POST MID=64119, Token=ECB8E9BAF809DD1A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64119, Token=ECB8E9BAF809DD1A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R369, 127.0.0.1:8201] send response NON-2.05 MID=64119, Token=null, OptionSet={}, "server responds hi" 06:51:47.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R369, 127.0.0.1:8201, complete]! 06:51:47.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R369, 127.0.0.1:8201, complete] completed NON-2.04 MID=64119, Token=ECB8E9BAF809DD1A, 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! 06:51:47.546 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.546 [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=64119, Token=ECB8E9BAF809DD1A, 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] 06:51:47.546 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64119] 06:51:47.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L368, 127.0.0.1:8204, complete]! 06:51:47.546 [: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-ECB8E9BAF809DD1A] 06:51:47.546 [: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-64119] 06:51:47.546 [: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=64119, Token=ECB8E9BAF809DD1A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64119, Token=ECB8E9BAF809DD1A, 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! 06:51:47.546 [: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 06:51:47.546 [: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" 06:51:47.546 [: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 06:51:47.547 [: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-64120], CON-POST MID=64120, 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 06:51:47.547 [: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-3C215321F3FDDC3E], CON-POST MID=64120, Token=3C215321F3FDDC3E, 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 06:51:47.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64120], KeyToken[127.0.0.1:8204-3C215321F3FDDC3E]] 06:51:47.547 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.547 [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=64120, Token=3C215321F3FDDC3E, 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] 06:51:47.547 [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 06:51:47.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64120] 06:51:47.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R371, 127.0.0.1:8201] replace CON-POST MID=64120, Token=3C215321F3FDDC3E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64120, Token=3C215321F3FDDC3E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R371, 127.0.0.1:8201] send response NON-2.05 MID=64120, Token=null, OptionSet={}, "server responds hi" 06:51:47.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R371, 127.0.0.1:8201, complete]! 06:51:47.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R371, 127.0.0.1:8201, complete] completed NON-2.04 MID=64120, Token=3C215321F3FDDC3E, 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! 06:51:47.548 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.548 [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=64120, Token=3C215321F3FDDC3E, 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] 06:51:47.548 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64120] 06:51:47.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L370, 127.0.0.1:8204, complete]! 06:51:47.548 [: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-3C215321F3FDDC3E] 06:51:47.548 [: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-64120] 06:51:47.548 [: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=64120, Token=3C215321F3FDDC3E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64120, Token=3C215321F3FDDC3E, 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! 06:51:47.549 [: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 06:51:47.549 [: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" 06:51:47.549 [: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 06:51:47.549 [: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-64121], CON-POST MID=64121, 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 06:51:47.549 [: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-D04B74A7AEE5AD11], CON-POST MID=64121, Token=D04B74A7AEE5AD11, 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 06:51:47.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64121], KeyToken[127.0.0.1:8204-D04B74A7AEE5AD11]] 06:51:47.549 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.549 [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=64121, Token=D04B74A7AEE5AD11, 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] 06:51:47.549 [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 06:51:47.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64121] 06:51:47.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R373, 127.0.0.1:8201] replace CON-POST MID=64121, Token=D04B74A7AEE5AD11, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64121, Token=D04B74A7AEE5AD11, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R373, 127.0.0.1:8201] send response NON-2.05 MID=64121, Token=null, OptionSet={}, "server responds hi" 06:51:47.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R373, 127.0.0.1:8201, complete]! 06:51:47.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R373, 127.0.0.1:8201, complete] completed NON-2.04 MID=64121, Token=D04B74A7AEE5AD11, 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! 06:51:47.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:8201 06:51:47.550 [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=64121, Token=D04B74A7AEE5AD11, 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] 06:51:47.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64121] 06:51:47.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L372, 127.0.0.1:8204, complete]! 06:51:47.551 [: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-D04B74A7AEE5AD11] 06:51:47.551 [: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-64121] 06:51:47.551 [: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=64121, Token=D04B74A7AEE5AD11, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64121, Token=D04B74A7AEE5AD11, 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! 06:51:47.551 [: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 06:51:47.551 [: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" 06:51:47.551 [: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 06:51:47.551 [: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-64122], CON-POST MID=64122, 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 06:51:47.551 [: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-F8B624E0704DE475], CON-POST MID=64122, Token=F8B624E0704DE475, 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 06:51:47.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64122], KeyToken[127.0.0.1:8204-F8B624E0704DE475]] 06:51:47.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:8204 06:51:47.551 [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=64122, Token=F8B624E0704DE475, 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] 06:51:47.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 06:51:47.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64122] 06:51:47.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R375, 127.0.0.1:8201] replace CON-POST MID=64122, Token=F8B624E0704DE475, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64122, Token=F8B624E0704DE475, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R375, 127.0.0.1:8201] send response NON-2.05 MID=64122, Token=null, OptionSet={}, "server responds hi" 06:51:47.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R375, 127.0.0.1:8201, complete]! 06:51:47.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R375, 127.0.0.1:8201, complete] completed NON-2.04 MID=64122, Token=F8B624E0704DE475, 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! 06:51:47.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 06:51:47.552 [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=64122, Token=F8B624E0704DE475, 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] 06:51:47.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 06:51:47.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-64122] 06:51:47.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L374, 127.0.0.1:8204, complete]! 06:51:47.552 [: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-F8B624E0704DE475] 06:51:47.552 [: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-64122] 06:51:47.552 [: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=64122, Token=F8B624E0704DE475, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64122, Token=F8B624E0704DE475, 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! 06:51:47.553 [: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 06:51:47.553 [: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" 06:51:47.553 [: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 06:51:47.553 [: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-64123], CON-POST MID=64123, 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 06:51:47.553 [: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-24E73507F45B89DB], CON-POST MID=64123, Token=24E73507F45B89DB, 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 06:51:47.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-64123], KeyToken[127.0.0.1:8204-24E73507F45B89DB]] 06:51:47.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 06:51:47.553 [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=64123, Token=24E73507F45B89DB, 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] 06:51:47.553 [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 06:51:47.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64123] 06:51:47.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R377, 127.0.0.1:8201] replace CON-POST MID=64123, Token=24E73507F45B89DB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64123, Token=24E73507F45B89DB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R377, 127.0.0.1:8201] send response NON-2.05 MID=64123, Token=null, OptionSet={}, "server responds hi" 06:51:47.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R377, 127.0.0.1:8201, complete]! 06:51:47.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R377, 127.0.0.1:8201, complete] completed NON-2.04 MID=64123, Token=24E73507F45B89DB, 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! 06:51:47.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 06:51:47.554 [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=64123, Token=24E73507F45B89DB, 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] 06:51:47.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 06:51:47.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:8204-64123] 06:51:47.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L376, 127.0.0.1:8204, complete]! 06:51:47.554 [: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-24E73507F45B89DB] 06:51:47.554 [: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-64123] 06:51:47.554 [: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=64123, Token=24E73507F45B89DB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64123, Token=24E73507F45B89DB, 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! 06:51:47.554 [: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 06:51:47.554 [: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" 06:51:47.555 [: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 06:51:47.555 [: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-64124], CON-POST MID=64124, 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 06:51:47.555 [: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-88A4A8D8C2D85720], CON-POST MID=64124, Token=88A4A8D8C2D85720, 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 06:51:47.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64124], KeyToken[127.0.0.1:8204-88A4A8D8C2D85720]] 06:51:47.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:8204 06:51:47.555 [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=64124, Token=88A4A8D8C2D85720, 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] 06:51:47.555 [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 06:51:47.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64124] 06:51:47.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R379, 127.0.0.1:8201] replace CON-POST MID=64124, Token=88A4A8D8C2D85720, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64124, Token=88A4A8D8C2D85720, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R379, 127.0.0.1:8201] send response NON-2.05 MID=64124, Token=null, OptionSet={}, "server responds hi" 06:51:47.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R379, 127.0.0.1:8201, complete]! 06:51:47.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R379, 127.0.0.1:8201, complete] completed NON-2.04 MID=64124, Token=88A4A8D8C2D85720, 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! 06:51:47.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 06:51:47.556 [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=64124, Token=88A4A8D8C2D85720, 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] 06:51:47.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64124] 06:51:47.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L378, 127.0.0.1:8204, complete]! 06:51:47.556 [: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-88A4A8D8C2D85720] 06:51:47.556 [: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-64124] 06:51:47.556 [: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=64124, Token=88A4A8D8C2D85720, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64124, Token=88A4A8D8C2D85720, 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! 06:51:47.556 [: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 06:51:47.556 [: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" 06:51:47.557 [: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 06:51:47.557 [: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-64125], CON-POST MID=64125, 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 06:51:47.557 [: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-0CD87449AE0E39F1], CON-POST MID=64125, Token=0CD87449AE0E39F1, 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 06:51:47.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64125], KeyToken[127.0.0.1:8204-0CD87449AE0E39F1]] 06:51:47.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:8204 06:51:47.557 [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=64125, Token=0CD87449AE0E39F1, 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] 06:51:47.557 [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 06:51:47.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64125] 06:51:47.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R381, 127.0.0.1:8201] replace CON-POST MID=64125, Token=0CD87449AE0E39F1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64125, Token=0CD87449AE0E39F1, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R381, 127.0.0.1:8201] send response NON-2.05 MID=64125, Token=null, OptionSet={}, "server responds hi" 06:51:47.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R381, 127.0.0.1:8201, complete]! 06:51:47.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R381, 127.0.0.1:8201, complete] completed NON-2.04 MID=64125, Token=0CD87449AE0E39F1, 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! 06:51:47.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:8201 06:51:47.558 [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=64125, Token=0CD87449AE0E39F1, 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] 06:51:47.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64125] 06:51:47.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L380, 127.0.0.1:8204, complete]! 06:51:47.558 [: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-0CD87449AE0E39F1] 06:51:47.558 [: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-64125] 06:51:47.558 [: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=64125, Token=0CD87449AE0E39F1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64125, Token=0CD87449AE0E39F1, 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! 06:51:47.558 [: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 06:51:47.558 [: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" 06:51:47.558 [: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 06:51:47.558 [: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-64126], CON-POST MID=64126, 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 06:51:47.558 [: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-FC976FC325F3261A], CON-POST MID=64126, Token=FC976FC325F3261A, 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 06:51:47.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64126], KeyToken[127.0.0.1:8204-FC976FC325F3261A]] 06:51:47.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:8204 06:51:47.559 [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=64126, Token=FC976FC325F3261A, 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] 06:51:47.559 [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 06:51:47.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64126] 06:51:47.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R383, 127.0.0.1:8201] replace CON-POST MID=64126, Token=FC976FC325F3261A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64126, Token=FC976FC325F3261A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R383, 127.0.0.1:8201] send response NON-2.05 MID=64126, Token=null, OptionSet={}, "server responds hi" 06:51:47.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R383, 127.0.0.1:8201, complete]! 06:51:47.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R383, 127.0.0.1:8201, complete] completed NON-2.04 MID=64126, Token=FC976FC325F3261A, 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! 06:51:47.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 06:51:47.560 [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=64126, Token=FC976FC325F3261A, 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] 06:51:47.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:8204 06:51:47.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:8204-64126] 06:51:47.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L382, 127.0.0.1:8204, complete]! 06:51:47.560 [: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-FC976FC325F3261A] 06:51:47.560 [: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-64126] 06:51:47.560 [: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=64126, Token=FC976FC325F3261A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64126, Token=FC976FC325F3261A, 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! 06:51:47.560 [: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 06:51:47.560 [: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" 06:51:47.560 [: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 06:51:47.560 [: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-64127], CON-POST MID=64127, 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 06:51:47.560 [: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-0C5FB817DCA1F190], CON-POST MID=64127, Token=0C5FB817DCA1F190, 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 06:51:47.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-64127], KeyToken[127.0.0.1:8204-0C5FB817DCA1F190]] 06:51:47.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 06:51:47.561 [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=64127, Token=0C5FB817DCA1F190, 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] 06:51:47.561 [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 06:51:47.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64127] 06:51:47.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R385, 127.0.0.1:8201] replace CON-POST MID=64127, Token=0C5FB817DCA1F190, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64127, Token=0C5FB817DCA1F190, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R385, 127.0.0.1:8201] send response NON-2.05 MID=64127, Token=null, OptionSet={}, "server responds hi" 06:51:47.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R385, 127.0.0.1:8201, complete]! 06:51:47.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R385, 127.0.0.1:8201, complete] completed NON-2.04 MID=64127, Token=0C5FB817DCA1F190, 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! 06:51:47.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 06:51:47.561 [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=64127, Token=0C5FB817DCA1F190, 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] 06:51:47.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 06:51:47.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:8204-64127] 06:51:47.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L384, 127.0.0.1:8204, complete]! 06:51:47.562 [: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-0C5FB817DCA1F190] 06:51:47.562 [: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-64127] 06:51:47.562 [: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=64127, Token=0C5FB817DCA1F190, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64127, Token=0C5FB817DCA1F190, 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! 06:51:47.562 [: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 06:51:47.562 [: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" 06:51:47.562 [: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 06:51:47.562 [: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-64128], CON-POST MID=64128, 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 06:51:47.562 [: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-FC0DCA33719654E2], CON-POST MID=64128, Token=FC0DCA33719654E2, 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 06:51:47.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64128], KeyToken[127.0.0.1:8204-FC0DCA33719654E2]] 06:51:47.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:8204 06:51:47.563 [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=64128, Token=FC0DCA33719654E2, 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] 06:51:47.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 06:51:47.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64128] 06:51:47.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R387, 127.0.0.1:8201] replace CON-POST MID=64128, Token=FC0DCA33719654E2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64128, Token=FC0DCA33719654E2, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R387, 127.0.0.1:8201] send response NON-2.05 MID=64128, Token=null, OptionSet={}, "server responds hi" 06:51:47.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R387, 127.0.0.1:8201, complete]! 06:51:47.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R387, 127.0.0.1:8201, complete] completed NON-2.04 MID=64128, Token=FC0DCA33719654E2, 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! 06:51:47.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 06:51:47.563 [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=64128, Token=FC0DCA33719654E2, 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] 06:51:47.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 06:51:47.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-64128] 06:51:47.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L386, 127.0.0.1:8204, complete]! 06:51:47.564 [: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-FC0DCA33719654E2] 06:51:47.564 [: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-64128] 06:51:47.564 [: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=64128, Token=FC0DCA33719654E2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64128, Token=FC0DCA33719654E2, 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! 06:51:47.614 [: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 06:51:47.614 [: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" 06:51:47.615 [: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 06:51:47.615 [: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-64129], CON-POST MID=64129, 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 06:51:47.615 [: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-B4177D1652E36EFA], CON-POST MID=64129, Token=B4177D1652E36EFA, 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 06:51:47.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64129], KeyToken[127.0.0.1:8204-B4177D1652E36EFA]] 06:51:47.615 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.615 [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=64129, Token=B4177D1652E36EFA, 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] 06:51:47.615 [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 06:51:47.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64129] 06:51:47.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R389, 127.0.0.1:8201] replace CON-POST MID=64129, Token=B4177D1652E36EFA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64129, Token=B4177D1652E36EFA, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R389, 127.0.0.1:8201] send response NON-2.05 MID=64129, Token=null, OptionSet={}, "server responds hi" 06:51:47.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R389, 127.0.0.1:8201, complete]! 06:51:47.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R389, 127.0.0.1:8201, complete] completed NON-2.04 MID=64129, Token=B4177D1652E36EFA, 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! 06:51:47.616 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.616 [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=64129, Token=B4177D1652E36EFA, 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] 06:51:47.616 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64129] 06:51:47.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L388, 127.0.0.1:8204, complete]! 06:51:47.616 [: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-B4177D1652E36EFA] 06:51:47.616 [: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-64129] 06:51:47.616 [: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=64129, Token=B4177D1652E36EFA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64129, Token=B4177D1652E36EFA, 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! 06:51:47.617 [: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 06:51:47.617 [: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" 06:51:47.617 [: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 06:51:47.617 [: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-64130], CON-POST MID=64130, 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 06:51:47.617 [: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-1422D55AE4FA25BA], CON-POST MID=64130, Token=1422D55AE4FA25BA, 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 06:51:47.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64130], KeyToken[127.0.0.1:8204-1422D55AE4FA25BA]] 06:51:47.617 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.617 [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=64130, Token=1422D55AE4FA25BA, 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] 06:51:47.617 [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 06:51:47.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64130] 06:51:47.618 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.618 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R391, 127.0.0.1:8201] replace CON-POST MID=64130, Token=1422D55AE4FA25BA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64130, Token=1422D55AE4FA25BA, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.618 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R391, 127.0.0.1:8201] send response NON-2.05 MID=64130, Token=null, OptionSet={}, "server responds hi" 06:51:47.618 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R391, 127.0.0.1:8201, complete]! 06:51:47.618 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R391, 127.0.0.1:8201, complete] completed NON-2.04 MID=64130, Token=1422D55AE4FA25BA, 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! 06:51:47.618 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.618 [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=64130, Token=1422D55AE4FA25BA, 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] 06:51:47.618 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64130] 06:51:47.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L390, 127.0.0.1:8204, complete]! 06:51:47.619 [: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-1422D55AE4FA25BA] 06:51:47.619 [: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-64130] 06:51:47.619 [: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=64130, Token=1422D55AE4FA25BA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64130, Token=1422D55AE4FA25BA, 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! 06:51:47.619 [: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 06:51:47.619 [: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" 06:51:47.619 [: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 06:51:47.619 [: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-64131], CON-POST MID=64131, 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 06:51:47.619 [: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-D8DB54E8612B0021], CON-POST MID=64131, Token=D8DB54E8612B0021, 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 06:51:47.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64131], KeyToken[127.0.0.1:8204-D8DB54E8612B0021]] 06:51:47.619 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.620 [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=64131, Token=D8DB54E8612B0021, 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] 06:51:47.620 [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 06:51:47.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64131] 06:51:47.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R393, 127.0.0.1:8201] replace CON-POST MID=64131, Token=D8DB54E8612B0021, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64131, Token=D8DB54E8612B0021, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R393, 127.0.0.1:8201] send response NON-2.05 MID=64131, Token=null, OptionSet={}, "server responds hi" 06:51:47.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R393, 127.0.0.1:8201, complete]! 06:51:47.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R393, 127.0.0.1:8201, complete] completed NON-2.04 MID=64131, Token=D8DB54E8612B0021, 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! 06:51:47.620 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.620 [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=64131, Token=D8DB54E8612B0021, 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] 06:51:47.620 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64131] 06:51:47.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L392, 127.0.0.1:8204, complete]! 06:51:47.621 [: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-D8DB54E8612B0021] 06:51:47.621 [: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-64131] 06:51:47.621 [: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=64131, Token=D8DB54E8612B0021, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64131, Token=D8DB54E8612B0021, 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! 06:51:47.621 [: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 06:51:47.621 [: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" 06:51:47.621 [: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 06:51:47.621 [: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-64132], CON-POST MID=64132, 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 06:51:47.621 [: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-CCB9D9F4E08251DC], CON-POST MID=64132, Token=CCB9D9F4E08251DC, 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 06:51:47.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64132], KeyToken[127.0.0.1:8204-CCB9D9F4E08251DC]] 06:51:47.621 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.621 [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=64132, Token=CCB9D9F4E08251DC, 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] 06:51:47.621 [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 06:51:47.621 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64132] 06:51:47.621 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R395, 127.0.0.1:8201] replace CON-POST MID=64132, Token=CCB9D9F4E08251DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64132, Token=CCB9D9F4E08251DC, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R395, 127.0.0.1:8201] send response NON-2.05 MID=64132, Token=null, OptionSet={}, "server responds hi" 06:51:47.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R395, 127.0.0.1:8201, complete]! 06:51:47.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R395, 127.0.0.1:8201, complete] completed NON-2.04 MID=64132, Token=CCB9D9F4E08251DC, 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! 06:51:47.622 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.622 [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=64132, Token=CCB9D9F4E08251DC, 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] 06:51:47.622 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64132] 06:51:47.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L394, 127.0.0.1:8204, complete]! 06:51:47.622 [: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-CCB9D9F4E08251DC] 06:51:47.622 [: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-64132] 06:51:47.622 [: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=64132, Token=CCB9D9F4E08251DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64132, Token=CCB9D9F4E08251DC, 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! 06:51:47.622 [: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 06:51:47.622 [: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" 06:51:47.623 [: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 06:51:47.623 [: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-64133], CON-POST MID=64133, 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 06:51:47.623 [: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-C4D2EDCDFAA4B0E6], CON-POST MID=64133, Token=C4D2EDCDFAA4B0E6, 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 06:51:47.623 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64133], KeyToken[127.0.0.1:8204-C4D2EDCDFAA4B0E6]] 06:51:47.623 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.623 [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=64133, Token=C4D2EDCDFAA4B0E6, 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] 06:51:47.623 [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 06:51:47.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64133] 06:51:47.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R397, 127.0.0.1:8201] replace CON-POST MID=64133, Token=C4D2EDCDFAA4B0E6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64133, Token=C4D2EDCDFAA4B0E6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R397, 127.0.0.1:8201] send response NON-2.05 MID=64133, Token=null, OptionSet={}, "server responds hi" 06:51:47.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R397, 127.0.0.1:8201, complete]! 06:51:47.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R397, 127.0.0.1:8201, complete] completed NON-2.04 MID=64133, Token=C4D2EDCDFAA4B0E6, 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! 06:51:47.624 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.624 [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=64133, Token=C4D2EDCDFAA4B0E6, 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] 06:51:47.624 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64133] 06:51:47.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L396, 127.0.0.1:8204, complete]! 06:51:47.624 [: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-C4D2EDCDFAA4B0E6] 06:51:47.624 [: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-64133] 06:51:47.624 [: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=64133, Token=C4D2EDCDFAA4B0E6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64133, Token=C4D2EDCDFAA4B0E6, 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! 06:51:47.624 [: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 06:51:47.624 [: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" 06:51:47.624 [: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 06:51:47.624 [: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-64134], CON-POST MID=64134, 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 06:51:47.624 [: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-00336AA208BB54D1], CON-POST MID=64134, Token=00336AA208BB54D1, 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 06:51:47.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64134], KeyToken[127.0.0.1:8204-00336AA208BB54D1]] 06:51:47.625 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.625 [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=64134, Token=00336AA208BB54D1, 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] 06:51:47.625 [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 06:51:47.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64134] 06:51:47.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R399, 127.0.0.1:8201] replace CON-POST MID=64134, Token=00336AA208BB54D1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64134, Token=00336AA208BB54D1, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R399, 127.0.0.1:8201] send response NON-2.05 MID=64134, Token=null, OptionSet={}, "server responds hi" 06:51:47.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R399, 127.0.0.1:8201, complete]! 06:51:47.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R399, 127.0.0.1:8201, complete] completed NON-2.04 MID=64134, Token=00336AA208BB54D1, 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! 06:51:47.625 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.626 [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=64134, Token=00336AA208BB54D1, 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] 06:51:47.626 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64134] 06:51:47.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L398, 127.0.0.1:8204, complete]! 06:51:47.626 [: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-00336AA208BB54D1] 06:51:47.626 [: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-64134] 06:51:47.626 [: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=64134, Token=00336AA208BB54D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64134, Token=00336AA208BB54D1, 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! 06:51:47.626 [: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 06:51:47.626 [: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" 06:51:47.626 [: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 06:51:47.626 [: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-64135], CON-POST MID=64135, 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 06:51:47.626 [: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-209C8CFC436F6260], CON-POST MID=64135, Token=209C8CFC436F6260, 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 06:51:47.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64135], KeyToken[127.0.0.1:8204-209C8CFC436F6260]] 06:51:47.626 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.627 [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=64135, Token=209C8CFC436F6260, 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] 06:51:47.627 [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 06:51:47.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64135] 06:51:47.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R401, 127.0.0.1:8201] replace CON-POST MID=64135, Token=209C8CFC436F6260, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64135, Token=209C8CFC436F6260, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R401, 127.0.0.1:8201] send response NON-2.05 MID=64135, Token=null, OptionSet={}, "server responds hi" 06:51:47.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R401, 127.0.0.1:8201, complete]! 06:51:47.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R401, 127.0.0.1:8201, complete] completed NON-2.04 MID=64135, Token=209C8CFC436F6260, 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! 06:51:47.627 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.627 [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=64135, Token=209C8CFC436F6260, 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] 06:51:47.627 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64135] 06:51:47.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L400, 127.0.0.1:8204, complete]! 06:51:47.627 [: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-209C8CFC436F6260] 06:51:47.627 [: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-64135] 06:51:47.627 [: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=64135, Token=209C8CFC436F6260, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64135, Token=209C8CFC436F6260, 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! 06:51:47.628 [: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 06:51:47.628 [: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" 06:51:47.628 [: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 06:51:47.628 [: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-64136], CON-POST MID=64136, 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 06:51:47.628 [: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-7C95F22CCCA703B6], CON-POST MID=64136, Token=7C95F22CCCA703B6, 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 06:51:47.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64136], KeyToken[127.0.0.1:8204-7C95F22CCCA703B6]] 06:51:47.628 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.628 [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=64136, Token=7C95F22CCCA703B6, 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] 06:51:47.628 [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 06:51:47.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64136] 06:51:47.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R403, 127.0.0.1:8201] replace CON-POST MID=64136, Token=7C95F22CCCA703B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64136, Token=7C95F22CCCA703B6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R403, 127.0.0.1:8201] send response NON-2.05 MID=64136, Token=null, OptionSet={}, "server responds hi" 06:51:47.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R403, 127.0.0.1:8201, complete]! 06:51:47.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R403, 127.0.0.1:8201, complete] completed NON-2.04 MID=64136, Token=7C95F22CCCA703B6, 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! 06:51:47.629 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.629 [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=64136, Token=7C95F22CCCA703B6, 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] 06:51:47.629 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64136] 06:51:47.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L402, 127.0.0.1:8204, complete]! 06:51:47.629 [: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-7C95F22CCCA703B6] 06:51:47.629 [: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-64136] 06:51:47.629 [: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=64136, Token=7C95F22CCCA703B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64136, Token=7C95F22CCCA703B6, 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! 06:51:47.629 [: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 06:51:47.629 [: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" 06:51:47.630 [: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 06:51:47.630 [: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-64137], CON-POST MID=64137, 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 06:51:47.630 [: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-B801AF4B36A0188A], CON-POST MID=64137, Token=B801AF4B36A0188A, 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 06:51:47.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64137], KeyToken[127.0.0.1:8204-B801AF4B36A0188A]] 06:51:47.630 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.630 [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=64137, Token=B801AF4B36A0188A, 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] 06:51:47.630 [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 06:51:47.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64137] 06:51:47.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R405, 127.0.0.1:8201] replace CON-POST MID=64137, Token=B801AF4B36A0188A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64137, Token=B801AF4B36A0188A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R405, 127.0.0.1:8201] send response NON-2.05 MID=64137, Token=null, OptionSet={}, "server responds hi" 06:51:47.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R405, 127.0.0.1:8201, complete]! 06:51:47.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R405, 127.0.0.1:8201, complete] completed NON-2.04 MID=64137, Token=B801AF4B36A0188A, 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! 06:51:47.630 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.631 [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=64137, Token=B801AF4B36A0188A, 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] 06:51:47.631 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64137] 06:51:47.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L404, 127.0.0.1:8204, complete]! 06:51:47.631 [: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-B801AF4B36A0188A] 06:51:47.631 [: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-64137] 06:51:47.631 [: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=64137, Token=B801AF4B36A0188A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64137, Token=B801AF4B36A0188A, 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! 06:51:47.631 [: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 06:51:47.631 [: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" 06:51:47.631 [: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 06:51:47.631 [: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-64138], CON-POST MID=64138, 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 06:51:47.631 [: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-94A3AE3C23B0CB19], CON-POST MID=64138, Token=94A3AE3C23B0CB19, 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 06:51:47.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64138], KeyToken[127.0.0.1:8204-94A3AE3C23B0CB19]] 06:51:47.631 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.631 [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=64138, Token=94A3AE3C23B0CB19, 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] 06:51:47.631 [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 06:51:47.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64138] 06:51:47.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R407, 127.0.0.1:8201] replace CON-POST MID=64138, Token=94A3AE3C23B0CB19, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64138, Token=94A3AE3C23B0CB19, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R407, 127.0.0.1:8201] send response NON-2.05 MID=64138, Token=null, OptionSet={}, "server responds hi" 06:51:47.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R407, 127.0.0.1:8201, complete]! 06:51:47.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R407, 127.0.0.1:8201, complete] completed NON-2.04 MID=64138, Token=94A3AE3C23B0CB19, 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! 06:51:47.632 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.632 [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=64138, Token=94A3AE3C23B0CB19, 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] 06:51:47.632 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64138] 06:51:47.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L406, 127.0.0.1:8204, complete]! 06:51:47.632 [: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-94A3AE3C23B0CB19] 06:51:47.632 [: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-64138] 06:51:47.632 [: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=64138, Token=94A3AE3C23B0CB19, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64138, Token=94A3AE3C23B0CB19, 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! 06:51:47.633 [: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 06:51:47.633 [: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" 06:51:47.633 [: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 06:51:47.633 [: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-64139], CON-POST MID=64139, 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 06:51:47.633 [: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-C89973CA9AA6BFA8], CON-POST MID=64139, Token=C89973CA9AA6BFA8, 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 06:51:47.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64139], KeyToken[127.0.0.1:8204-C89973CA9AA6BFA8]] 06:51:47.633 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.633 [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=64139, Token=C89973CA9AA6BFA8, 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] 06:51:47.633 [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 06:51:47.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64139] 06:51:47.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R409, 127.0.0.1:8201] replace CON-POST MID=64139, Token=C89973CA9AA6BFA8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64139, Token=C89973CA9AA6BFA8, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R409, 127.0.0.1:8201] send response NON-2.05 MID=64139, Token=null, OptionSet={}, "server responds hi" 06:51:47.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R409, 127.0.0.1:8201, complete]! 06:51:47.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R409, 127.0.0.1:8201, complete] completed NON-2.04 MID=64139, Token=C89973CA9AA6BFA8, 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! 06:51:47.634 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.634 [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=64139, Token=C89973CA9AA6BFA8, 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] 06:51:47.634 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64139] 06:51:47.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L408, 127.0.0.1:8204, complete]! 06:51:47.634 [: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-C89973CA9AA6BFA8] 06:51:47.634 [: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-64139] 06:51:47.634 [: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=64139, Token=C89973CA9AA6BFA8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64139, Token=C89973CA9AA6BFA8, 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! 06:51:47.634 [: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 06:51:47.634 [: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" 06:51:47.634 [: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 06:51:47.635 [: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-64140], CON-POST MID=64140, 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 06:51:47.635 [: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-4C87C08C2754D665], CON-POST MID=64140, Token=4C87C08C2754D665, 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 06:51:47.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64140], KeyToken[127.0.0.1:8204-4C87C08C2754D665]] 06:51:47.635 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.635 [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=64140, Token=4C87C08C2754D665, 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] 06:51:47.635 [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 06:51:47.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64140] 06:51:47.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R411, 127.0.0.1:8201] replace CON-POST MID=64140, Token=4C87C08C2754D665, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64140, Token=4C87C08C2754D665, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R411, 127.0.0.1:8201] send response NON-2.05 MID=64140, Token=null, OptionSet={}, "server responds hi" 06:51:47.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R411, 127.0.0.1:8201, complete]! 06:51:47.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R411, 127.0.0.1:8201, complete] completed NON-2.04 MID=64140, Token=4C87C08C2754D665, 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! 06:51:47.635 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.635 [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=64140, Token=4C87C08C2754D665, 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] 06:51:47.636 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64140] 06:51:47.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L410, 127.0.0.1:8204, complete]! 06:51:47.636 [: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-4C87C08C2754D665] 06:51:47.636 [: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-64140] 06:51:47.636 [: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=64140, Token=4C87C08C2754D665, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64140, Token=4C87C08C2754D665, 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! 06:51:47.636 [: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 06:51:47.636 [: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" 06:51:47.636 [: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 06:51:47.636 [: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-64141], CON-POST MID=64141, 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 06:51:47.636 [: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-EC982E606D16742A], CON-POST MID=64141, Token=EC982E606D16742A, 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 06:51:47.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64141], KeyToken[127.0.0.1:8204-EC982E606D16742A]] 06:51:47.636 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.636 [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=64141, Token=EC982E606D16742A, 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] 06:51:47.636 [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 06:51:47.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64141] 06:51:47.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R413, 127.0.0.1:8201] replace CON-POST MID=64141, Token=EC982E606D16742A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64141, Token=EC982E606D16742A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R413, 127.0.0.1:8201] send response NON-2.05 MID=64141, Token=null, OptionSet={}, "server responds hi" 06:51:47.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R413, 127.0.0.1:8201, complete]! 06:51:47.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R413, 127.0.0.1:8201, complete] completed NON-2.04 MID=64141, Token=EC982E606D16742A, 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! 06:51:47.637 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.637 [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=64141, Token=EC982E606D16742A, 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] 06:51:47.637 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64141] 06:51:47.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L412, 127.0.0.1:8204, complete]! 06:51:47.637 [: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-EC982E606D16742A] 06:51:47.637 [: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-64141] 06:51:47.637 [: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=64141, Token=EC982E606D16742A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64141, Token=EC982E606D16742A, 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! 06:51:47.638 [: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 06:51:47.638 [: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" 06:51:47.638 [: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 06:51:47.638 [: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-64142], CON-POST MID=64142, 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 06:51:47.638 [: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-308F21491CD20CD7], CON-POST MID=64142, Token=308F21491CD20CD7, 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 06:51:47.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64142], KeyToken[127.0.0.1:8204-308F21491CD20CD7]] 06:51:47.638 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.638 [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=64142, Token=308F21491CD20CD7, 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] 06:51:47.638 [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 06:51:47.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64142] 06:51:47.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R415, 127.0.0.1:8201] replace CON-POST MID=64142, Token=308F21491CD20CD7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64142, Token=308F21491CD20CD7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R415, 127.0.0.1:8201] send response NON-2.05 MID=64142, Token=null, OptionSet={}, "server responds hi" 06:51:47.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R415, 127.0.0.1:8201, complete]! 06:51:47.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R415, 127.0.0.1:8201, complete] completed NON-2.04 MID=64142, Token=308F21491CD20CD7, 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! 06:51:47.639 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.639 [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=64142, Token=308F21491CD20CD7, 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] 06:51:47.639 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64142] 06:51:47.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L414, 127.0.0.1:8204, complete]! 06:51:47.639 [: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-308F21491CD20CD7] 06:51:47.639 [: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-64142] 06:51:47.639 [: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=64142, Token=308F21491CD20CD7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64142, Token=308F21491CD20CD7, 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! 06:51:47.639 [: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 06:51:47.639 [: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" 06:51:47.640 [: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 06:51:47.640 [: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-64143], CON-POST MID=64143, 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 06:51:47.640 [: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-507708DF50258844], CON-POST MID=64143, Token=507708DF50258844, 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 06:51:47.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64143], KeyToken[127.0.0.1:8204-507708DF50258844]] 06:51:47.640 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.640 [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=64143, Token=507708DF50258844, 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] 06:51:47.640 [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 06:51:47.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64143] 06:51:47.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R417, 127.0.0.1:8201] replace CON-POST MID=64143, Token=507708DF50258844, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64143, Token=507708DF50258844, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R417, 127.0.0.1:8201] send response NON-2.05 MID=64143, Token=null, OptionSet={}, "server responds hi" 06:51:47.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R417, 127.0.0.1:8201, complete]! 06:51:47.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R417, 127.0.0.1:8201, complete] completed NON-2.04 MID=64143, Token=507708DF50258844, 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! 06:51:47.641 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.641 [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=64143, Token=507708DF50258844, 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] 06:51:47.641 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64143] 06:51:47.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L416, 127.0.0.1:8204, complete]! 06:51:47.641 [: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-507708DF50258844] 06:51:47.641 [: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-64143] 06:51:47.641 [: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=64143, Token=507708DF50258844, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64143, Token=507708DF50258844, 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! 06:51:47.641 [: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 06:51:47.641 [: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" 06:51:47.641 [: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 06:51:47.642 [: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-64144], CON-POST MID=64144, 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 06:51:47.642 [: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-F0E0C9372C53045A], CON-POST MID=64144, Token=F0E0C9372C53045A, 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 06:51:47.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64144], KeyToken[127.0.0.1:8204-F0E0C9372C53045A]] 06:51:47.642 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.642 [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=64144, Token=F0E0C9372C53045A, 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] 06:51:47.642 [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 06:51:47.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64144] 06:51:47.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R419, 127.0.0.1:8201] replace CON-POST MID=64144, Token=F0E0C9372C53045A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64144, Token=F0E0C9372C53045A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R419, 127.0.0.1:8201] send response NON-2.05 MID=64144, Token=null, OptionSet={}, "server responds hi" 06:51:47.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R419, 127.0.0.1:8201, complete]! 06:51:47.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R419, 127.0.0.1:8201, complete] completed NON-2.04 MID=64144, Token=F0E0C9372C53045A, 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! 06:51:47.643 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.643 [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=64144, Token=F0E0C9372C53045A, 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] 06:51:47.643 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64144] 06:51:47.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L418, 127.0.0.1:8204, complete]! 06:51:47.643 [: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-F0E0C9372C53045A] 06:51:47.643 [: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-64144] 06:51:47.643 [: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=64144, Token=F0E0C9372C53045A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64144, Token=F0E0C9372C53045A, 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! 06:51:47.643 [: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 06:51:47.643 [: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" 06:51:47.643 [: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 06:51:47.643 [: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-64145], CON-POST MID=64145, 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 06:51:47.643 [: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-342F8397C1AA1FE1], CON-POST MID=64145, Token=342F8397C1AA1FE1, 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 06:51:47.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64145], KeyToken[127.0.0.1:8204-342F8397C1AA1FE1]] 06:51:47.643 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.644 [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=64145, Token=342F8397C1AA1FE1, 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] 06:51:47.644 [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 06:51:47.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64145] 06:51:47.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R421, 127.0.0.1:8201] replace CON-POST MID=64145, Token=342F8397C1AA1FE1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64145, Token=342F8397C1AA1FE1, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R421, 127.0.0.1:8201] send response NON-2.05 MID=64145, Token=null, OptionSet={}, "server responds hi" 06:51:47.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R421, 127.0.0.1:8201, complete]! 06:51:47.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R421, 127.0.0.1:8201, complete] completed NON-2.04 MID=64145, Token=342F8397C1AA1FE1, 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! 06:51:47.644 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.644 [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=64145, Token=342F8397C1AA1FE1, 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] 06:51:47.644 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64145] 06:51:47.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L420, 127.0.0.1:8204, complete]! 06:51:47.645 [: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-342F8397C1AA1FE1] 06:51:47.645 [: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-64145] 06:51:47.645 [: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=64145, Token=342F8397C1AA1FE1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64145, Token=342F8397C1AA1FE1, 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! 06:51:47.645 [: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 06:51:47.645 [: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" 06:51:47.645 [: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 06:51:47.645 [: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-64146], CON-POST MID=64146, 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 06:51:47.645 [: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-94028607AA630F98], CON-POST MID=64146, Token=94028607AA630F98, 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 06:51:47.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64146], KeyToken[127.0.0.1:8204-94028607AA630F98]] 06:51:47.645 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.645 [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=64146, Token=94028607AA630F98, 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] 06:51:47.645 [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 06:51:47.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64146] 06:51:47.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R423, 127.0.0.1:8201] replace CON-POST MID=64146, Token=94028607AA630F98, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64146, Token=94028607AA630F98, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R423, 127.0.0.1:8201] send response NON-2.05 MID=64146, Token=null, OptionSet={}, "server responds hi" 06:51:47.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R423, 127.0.0.1:8201, complete]! 06:51:47.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R423, 127.0.0.1:8201, complete] completed NON-2.04 MID=64146, Token=94028607AA630F98, 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! 06:51:47.646 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.646 [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=64146, Token=94028607AA630F98, 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] 06:51:47.646 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64146] 06:51:47.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L422, 127.0.0.1:8204, complete]! 06:51:47.646 [: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-94028607AA630F98] 06:51:47.646 [: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-64146] 06:51:47.646 [: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=64146, Token=94028607AA630F98, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64146, Token=94028607AA630F98, 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! 06:51:47.647 [: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 06:51:47.647 [: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" 06:51:47.647 [: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 06:51:47.647 [: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-64147], CON-POST MID=64147, 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 06:51:47.647 [: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-5C32833FBB807F75], CON-POST MID=64147, Token=5C32833FBB807F75, 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 06:51:47.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64147], KeyToken[127.0.0.1:8204-5C32833FBB807F75]] 06:51:47.647 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.647 [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=64147, Token=5C32833FBB807F75, 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] 06:51:47.647 [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 06:51:47.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64147] 06:51:47.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R425, 127.0.0.1:8201] replace CON-POST MID=64147, Token=5C32833FBB807F75, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64147, Token=5C32833FBB807F75, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R425, 127.0.0.1:8201] send response NON-2.05 MID=64147, Token=null, OptionSet={}, "server responds hi" 06:51:47.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R425, 127.0.0.1:8201, complete]! 06:51:47.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R425, 127.0.0.1:8201, complete] completed NON-2.04 MID=64147, Token=5C32833FBB807F75, 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! 06:51:47.648 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.648 [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=64147, Token=5C32833FBB807F75, 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] 06:51:47.648 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64147] 06:51:47.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L424, 127.0.0.1:8204, complete]! 06:51:47.648 [: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-5C32833FBB807F75] 06:51:47.648 [: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-64147] 06:51:47.648 [: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=64147, Token=5C32833FBB807F75, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64147, Token=5C32833FBB807F75, 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! 06:51:47.648 [: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 06:51:47.648 [: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" 06:51:47.648 [: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 06:51:47.649 [: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-64148], CON-POST MID=64148, 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 06:51:47.649 [: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-201544C063BC0F55], CON-POST MID=64148, Token=201544C063BC0F55, 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 06:51:47.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64148], KeyToken[127.0.0.1:8204-201544C063BC0F55]] 06:51:47.649 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.649 [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=64148, Token=201544C063BC0F55, 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] 06:51:47.649 [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 06:51:47.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64148] 06:51:47.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R427, 127.0.0.1:8201] replace CON-POST MID=64148, Token=201544C063BC0F55, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64148, Token=201544C063BC0F55, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R427, 127.0.0.1:8201] send response NON-2.05 MID=64148, Token=null, OptionSet={}, "server responds hi" 06:51:47.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R427, 127.0.0.1:8201, complete]! 06:51:47.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R427, 127.0.0.1:8201, complete] completed NON-2.04 MID=64148, Token=201544C063BC0F55, 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! 06:51:47.649 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.650 [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=64148, Token=201544C063BC0F55, 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] 06:51:47.650 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64148] 06:51:47.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L426, 127.0.0.1:8204, complete]! 06:51:47.650 [: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-201544C063BC0F55] 06:51:47.650 [: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-64148] 06:51:47.650 [: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=64148, Token=201544C063BC0F55, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64148, Token=201544C063BC0F55, 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! 06:51:47.650 [: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 06:51:47.650 [: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" 06:51:47.650 [: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 06:51:47.650 [: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-64149], CON-POST MID=64149, 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 06:51:47.650 [: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-AC80FCBBCC49A84D], CON-POST MID=64149, Token=AC80FCBBCC49A84D, 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 06:51:47.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64149], KeyToken[127.0.0.1:8204-AC80FCBBCC49A84D]] 06:51:47.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:8204 06:51:47.651 [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=64149, Token=AC80FCBBCC49A84D, 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] 06:51:47.651 [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 06:51:47.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64149] 06:51:47.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R429, 127.0.0.1:8201] replace CON-POST MID=64149, Token=AC80FCBBCC49A84D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64149, Token=AC80FCBBCC49A84D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R429, 127.0.0.1:8201] send response NON-2.05 MID=64149, Token=null, OptionSet={}, "server responds hi" 06:51:47.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R429, 127.0.0.1:8201, complete]! 06:51:47.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R429, 127.0.0.1:8201, complete] completed NON-2.04 MID=64149, Token=AC80FCBBCC49A84D, 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! 06:51:47.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 06:51:47.651 [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=64149, Token=AC80FCBBCC49A84D, 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] 06:51:47.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 06:51:47.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-64149] 06:51:47.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L428, 127.0.0.1:8204, complete]! 06:51:47.652 [: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-AC80FCBBCC49A84D] 06:51:47.652 [: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-64149] 06:51:47.652 [: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=64149, Token=AC80FCBBCC49A84D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64149, Token=AC80FCBBCC49A84D, 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! 06:51:47.652 [: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 06:51:47.652 [: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" 06:51:47.652 [: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 06:51:47.652 [: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-64150], CON-POST MID=64150, 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 06:51:47.652 [: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-BC60FEDC51D3D6E6], CON-POST MID=64150, Token=BC60FEDC51D3D6E6, 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 06:51:47.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-64150], KeyToken[127.0.0.1:8204-BC60FEDC51D3D6E6]] 06:51:47.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 06:51:47.652 [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=64150, Token=BC60FEDC51D3D6E6, 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] 06:51:47.652 [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 06:51:47.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64150] 06:51:47.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R431, 127.0.0.1:8201] replace CON-POST MID=64150, Token=BC60FEDC51D3D6E6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64150, Token=BC60FEDC51D3D6E6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R431, 127.0.0.1:8201] send response NON-2.05 MID=64150, Token=null, OptionSet={}, "server responds hi" 06:51:47.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R431, 127.0.0.1:8201, complete]! 06:51:47.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R431, 127.0.0.1:8201, complete] completed NON-2.04 MID=64150, Token=BC60FEDC51D3D6E6, 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! 06:51:47.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 06:51:47.653 [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=64150, Token=BC60FEDC51D3D6E6, 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] 06:51:47.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 06:51:47.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-64150] 06:51:47.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L430, 127.0.0.1:8204, complete]! 06:51:47.653 [: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-BC60FEDC51D3D6E6] 06:51:47.653 [: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-64150] 06:51:47.653 [: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=64150, Token=BC60FEDC51D3D6E6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64150, Token=BC60FEDC51D3D6E6, 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! 06:51:47.654 [: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 06:51:47.654 [: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" 06:51:47.654 [: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 06:51:47.654 [: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-64151], CON-POST MID=64151, 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 06:51:47.654 [: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-4431E6071638E308], CON-POST MID=64151, Token=4431E6071638E308, 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 06:51:47.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-64151], KeyToken[127.0.0.1:8204-4431E6071638E308]] 06:51:47.654 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.654 [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=64151, Token=4431E6071638E308, 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] 06:51:47.654 [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 06:51:47.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64151] 06:51:47.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R433, 127.0.0.1:8201] replace CON-POST MID=64151, Token=4431E6071638E308, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64151, Token=4431E6071638E308, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R433, 127.0.0.1:8201] send response NON-2.05 MID=64151, Token=null, OptionSet={}, "server responds hi" 06:51:47.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R433, 127.0.0.1:8201, complete]! 06:51:47.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R433, 127.0.0.1:8201, complete] completed NON-2.04 MID=64151, Token=4431E6071638E308, 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! 06:51:47.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 06:51:47.655 [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=64151, Token=4431E6071638E308, 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] 06:51:47.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64151] 06:51:47.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L432, 127.0.0.1:8204, complete]! 06:51:47.655 [: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-4431E6071638E308] 06:51:47.655 [: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-64151] 06:51:47.655 [: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=64151, Token=4431E6071638E308, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64151, Token=4431E6071638E308, 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! 06:51:47.655 [: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 06:51:47.655 [: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" 06:51:47.655 [: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 06:51:47.656 [: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-64152], CON-POST MID=64152, 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 06:51:47.656 [: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-803982E5FA5C5310], CON-POST MID=64152, Token=803982E5FA5C5310, 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 06:51:47.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64152], KeyToken[127.0.0.1:8204-803982E5FA5C5310]] 06:51:47.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:8204 06:51:47.656 [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=64152, Token=803982E5FA5C5310, 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] 06:51:47.656 [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 06:51:47.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64152] 06:51:47.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R435, 127.0.0.1:8201] replace CON-POST MID=64152, Token=803982E5FA5C5310, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64152, Token=803982E5FA5C5310, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R435, 127.0.0.1:8201] send response NON-2.05 MID=64152, Token=null, OptionSet={}, "server responds hi" 06:51:47.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R435, 127.0.0.1:8201, complete]! 06:51:47.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R435, 127.0.0.1:8201, complete] completed NON-2.04 MID=64152, Token=803982E5FA5C5310, 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! 06:51:47.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:8201 06:51:47.656 [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=64152, Token=803982E5FA5C5310, 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] 06:51:47.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 06:51:47.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:8204-64152] 06:51:47.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L434, 127.0.0.1:8204, complete]! 06:51:47.657 [: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-803982E5FA5C5310] 06:51:47.657 [: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-64152] 06:51:47.657 [: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=64152, Token=803982E5FA5C5310, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64152, Token=803982E5FA5C5310, 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! 06:51:47.657 [: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 06:51:47.657 [: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" 06:51:47.657 [: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 06:51:47.657 [: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-64153], CON-POST MID=64153, 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 06:51:47.657 [: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-98B478EB15C5A2E7], CON-POST MID=64153, Token=98B478EB15C5A2E7, 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 06:51:47.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-64153], KeyToken[127.0.0.1:8204-98B478EB15C5A2E7]] 06:51:47.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 06:51:47.657 [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=64153, Token=98B478EB15C5A2E7, 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] 06:51:47.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 06:51:47.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64153] 06:51:47.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R437, 127.0.0.1:8201] replace CON-POST MID=64153, Token=98B478EB15C5A2E7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64153, Token=98B478EB15C5A2E7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R437, 127.0.0.1:8201] send response NON-2.05 MID=64153, Token=null, OptionSet={}, "server responds hi" 06:51:47.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R437, 127.0.0.1:8201, complete]! 06:51:47.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R437, 127.0.0.1:8201, complete] completed NON-2.04 MID=64153, Token=98B478EB15C5A2E7, 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! 06:51:47.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 06:51:47.658 [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=64153, Token=98B478EB15C5A2E7, 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] 06:51:47.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 06:51:47.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-64153] 06:51:47.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L436, 127.0.0.1:8204, complete]! 06:51:47.659 [: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-98B478EB15C5A2E7] 06:51:47.659 [: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-64153] 06:51:47.659 [: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=64153, Token=98B478EB15C5A2E7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64153, Token=98B478EB15C5A2E7, 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! 06:51:47.659 [: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 06:51:47.659 [: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" 06:51:47.659 [: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 06:51:47.659 [: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-64154], CON-POST MID=64154, 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 06:51:47.659 [: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-C0835CA0AE373C00], CON-POST MID=64154, Token=C0835CA0AE373C00, 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 06:51:47.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-64154], KeyToken[127.0.0.1:8204-C0835CA0AE373C00]] 06:51:47.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 06:51:47.659 [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=64154, Token=C0835CA0AE373C00, 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] 06:51:47.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 06:51:47.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64154] 06:51:47.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R439, 127.0.0.1:8201] replace CON-POST MID=64154, Token=C0835CA0AE373C00, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64154, Token=C0835CA0AE373C00, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R439, 127.0.0.1:8201] send response NON-2.05 MID=64154, Token=null, OptionSet={}, "server responds hi" 06:51:47.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R439, 127.0.0.1:8201, complete]! 06:51:47.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R439, 127.0.0.1:8201, complete] completed NON-2.04 MID=64154, Token=C0835CA0AE373C00, 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! 06:51:47.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 06:51:47.660 [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=64154, Token=C0835CA0AE373C00, 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] 06:51:47.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 06:51:47.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:8204-64154] 06:51:47.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L438, 127.0.0.1:8204, complete]! 06:51:47.661 [: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-C0835CA0AE373C00] 06:51:47.661 [: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-64154] 06:51:47.661 [: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=64154, Token=C0835CA0AE373C00, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64154, Token=C0835CA0AE373C00, 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! 06:51:47.661 [: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 06:51:47.661 [: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" 06:51:47.661 [: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 06:51:47.661 [: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-64155], CON-POST MID=64155, 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 06:51:47.661 [: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-804210768174DFEC], CON-POST MID=64155, Token=804210768174DFEC, 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 06:51:47.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-64155], KeyToken[127.0.0.1:8204-804210768174DFEC]] 06:51:47.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 06:51:47.662 [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=64155, Token=804210768174DFEC, 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] 06:51:47.662 [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 06:51:47.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64155] 06:51:47.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R441, 127.0.0.1:8201] replace CON-POST MID=64155, Token=804210768174DFEC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64155, Token=804210768174DFEC, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R441, 127.0.0.1:8201] send response NON-2.05 MID=64155, Token=null, OptionSet={}, "server responds hi" 06:51:47.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R441, 127.0.0.1:8201, complete]! 06:51:47.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R441, 127.0.0.1:8201, complete] completed NON-2.04 MID=64155, Token=804210768174DFEC, 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! 06:51:47.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 06:51:47.662 [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=64155, Token=804210768174DFEC, 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] 06:51:47.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 06:51:47.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-64155] 06:51:47.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L440, 127.0.0.1:8204, complete]! 06:51:47.663 [: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-804210768174DFEC] 06:51:47.663 [: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-64155] 06:51:47.663 [: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=64155, Token=804210768174DFEC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64155, Token=804210768174DFEC, 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! 06:51:47.663 [: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 06:51:47.663 [: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" 06:51:47.663 [: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 06:51:47.663 [: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-64156], CON-POST MID=64156, 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 06:51:47.663 [: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-20442117B32723A0], CON-POST MID=64156, Token=20442117B32723A0, 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 06:51:47.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-64156], KeyToken[127.0.0.1:8204-20442117B32723A0]] 06:51:47.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:8204 06:51:47.663 [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=64156, Token=20442117B32723A0, 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] 06:51:47.663 [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 06:51:47.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64156] 06:51:47.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R443, 127.0.0.1:8201] replace CON-POST MID=64156, Token=20442117B32723A0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64156, Token=20442117B32723A0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R443, 127.0.0.1:8201] send response NON-2.05 MID=64156, Token=null, OptionSet={}, "server responds hi" 06:51:47.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R443, 127.0.0.1:8201, complete]! 06:51:47.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R443, 127.0.0.1:8201, complete] completed NON-2.04 MID=64156, Token=20442117B32723A0, 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! 06:51:47.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 06:51:47.664 [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=64156, Token=20442117B32723A0, 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] 06:51:47.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64156] 06:51:47.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L442, 127.0.0.1:8204, complete]! 06:51:47.664 [: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-20442117B32723A0] 06:51:47.664 [: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-64156] 06:51:47.664 [: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=64156, Token=20442117B32723A0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64156, Token=20442117B32723A0, 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! 06:51:47.664 [: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 06:51:47.664 [: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" 06:51:47.665 [: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 06:51:47.665 [: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-64157], CON-POST MID=64157, 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 06:51:47.665 [: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-CC8256B80613617B], CON-POST MID=64157, Token=CC8256B80613617B, 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 06:51:47.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64157], KeyToken[127.0.0.1:8204-CC8256B80613617B]] 06:51:47.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:8204 06:51:47.665 [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=64157, Token=CC8256B80613617B, 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] 06:51:47.665 [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 06:51:47.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64157] 06:51:47.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R445, 127.0.0.1:8201] replace CON-POST MID=64157, Token=CC8256B80613617B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64157, Token=CC8256B80613617B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R445, 127.0.0.1:8201] send response NON-2.05 MID=64157, Token=null, OptionSet={}, "server responds hi" 06:51:47.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R445, 127.0.0.1:8201, complete]! 06:51:47.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R445, 127.0.0.1:8201, complete] completed NON-2.04 MID=64157, Token=CC8256B80613617B, 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! 06:51:47.666 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.666 [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=64157, Token=CC8256B80613617B, 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] 06:51:47.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64157] 06:51:47.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L444, 127.0.0.1:8204, complete]! 06:51:47.666 [: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-CC8256B80613617B] 06:51:47.666 [: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-64157] 06:51:47.666 [: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=64157, Token=CC8256B80613617B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64157, Token=CC8256B80613617B, 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! 06:51:47.666 [: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 06:51:47.666 [: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" 06:51:47.666 [: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 06:51:47.667 [: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-64158], CON-POST MID=64158, 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 06:51:47.667 [: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-E84704B860506CDB], CON-POST MID=64158, Token=E84704B860506CDB, 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 06:51:47.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64158], KeyToken[127.0.0.1:8204-E84704B860506CDB]] 06:51:47.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:8204 06:51:47.667 [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=64158, Token=E84704B860506CDB, 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] 06:51:47.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 06:51:47.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64158] 06:51:47.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R447, 127.0.0.1:8201] replace CON-POST MID=64158, Token=E84704B860506CDB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64158, Token=E84704B860506CDB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R447, 127.0.0.1:8201] send response NON-2.05 MID=64158, Token=null, OptionSet={}, "server responds hi" 06:51:47.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R447, 127.0.0.1:8201, complete]! 06:51:47.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R447, 127.0.0.1:8201, complete] completed NON-2.04 MID=64158, Token=E84704B860506CDB, 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! 06:51:47.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 06:51:47.668 [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=64158, Token=E84704B860506CDB, 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] 06:51:47.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 06:51:47.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-64158] 06:51:47.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L446, 127.0.0.1:8204, complete]! 06:51:47.668 [: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-E84704B860506CDB] 06:51:47.668 [: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-64158] 06:51:47.668 [: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=64158, Token=E84704B860506CDB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64158, Token=E84704B860506CDB, 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! 06:51:47.668 [: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 06:51:47.668 [: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" 06:51:47.668 [: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 06:51:47.668 [: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-64159], CON-POST MID=64159, 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 06:51:47.668 [: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-40066016C1A18BE1], CON-POST MID=64159, Token=40066016C1A18BE1, 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 06:51:47.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-64159], KeyToken[127.0.0.1:8204-40066016C1A18BE1]] 06:51:47.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 06:51:47.669 [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=64159, Token=40066016C1A18BE1, 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] 06:51:47.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 06:51:47.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64159] 06:51:47.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R449, 127.0.0.1:8201] replace CON-POST MID=64159, Token=40066016C1A18BE1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64159, Token=40066016C1A18BE1, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R449, 127.0.0.1:8201] send response NON-2.05 MID=64159, Token=null, OptionSet={}, "server responds hi" 06:51:47.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R449, 127.0.0.1:8201, complete]! 06:51:47.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R449, 127.0.0.1:8201, complete] completed NON-2.04 MID=64159, Token=40066016C1A18BE1, 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! 06:51:47.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 06:51:47.669 [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=64159, Token=40066016C1A18BE1, 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] 06:51:47.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 06:51:47.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-64159] 06:51:47.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L448, 127.0.0.1:8204, complete]! 06:51:47.670 [: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-40066016C1A18BE1] 06:51:47.670 [: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-64159] 06:51:47.670 [: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=64159, Token=40066016C1A18BE1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64159, Token=40066016C1A18BE1, 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! 06:51:47.670 [: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 06:51:47.670 [: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" 06:51:47.670 [: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 06:51:47.670 [: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-64160], CON-POST MID=64160, 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 06:51:47.670 [: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-A4DC4328C18F591F], CON-POST MID=64160, Token=A4DC4328C18F591F, 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 06:51:47.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64160], KeyToken[127.0.0.1:8204-A4DC4328C18F591F]] 06:51:47.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 06:51:47.670 [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=64160, Token=A4DC4328C18F591F, 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] 06:51:47.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 06:51:47.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64160] 06:51:47.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R451, 127.0.0.1:8201] replace CON-POST MID=64160, Token=A4DC4328C18F591F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64160, Token=A4DC4328C18F591F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R451, 127.0.0.1:8201] send response NON-2.05 MID=64160, Token=null, OptionSet={}, "server responds hi" 06:51:47.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R451, 127.0.0.1:8201, complete]! 06:51:47.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R451, 127.0.0.1:8201, complete] completed NON-2.04 MID=64160, Token=A4DC4328C18F591F, 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! 06:51:47.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 06:51:47.671 [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=64160, Token=A4DC4328C18F591F, 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] 06:51:47.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 06:51:47.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-64160] 06:51:47.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L450, 127.0.0.1:8204, complete]! 06:51:47.671 [: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-A4DC4328C18F591F] 06:51:47.671 [: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-64160] 06:51:47.671 [: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=64160, Token=A4DC4328C18F591F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64160, Token=A4DC4328C18F591F, 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! 06:51:47.671 [: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 06:51:47.671 [: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" 06:51:47.672 [: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 06:51:47.672 [: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-64161], CON-POST MID=64161, 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 06:51:47.672 [: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-2CB35BC0B280A80C], CON-POST MID=64161, Token=2CB35BC0B280A80C, 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 06:51:47.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-64161], KeyToken[127.0.0.1:8204-2CB35BC0B280A80C]] 06:51:47.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 06:51:47.672 [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=64161, Token=2CB35BC0B280A80C, 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] 06:51:47.672 [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 06:51:47.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64161] 06:51:47.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R453, 127.0.0.1:8201] replace CON-POST MID=64161, Token=2CB35BC0B280A80C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64161, Token=2CB35BC0B280A80C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R453, 127.0.0.1:8201] send response NON-2.05 MID=64161, Token=null, OptionSet={}, "server responds hi" 06:51:47.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R453, 127.0.0.1:8201, complete]! 06:51:47.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R453, 127.0.0.1:8201, complete] completed NON-2.04 MID=64161, Token=2CB35BC0B280A80C, 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! 06:51:47.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:8201 06:51:47.673 [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=64161, Token=2CB35BC0B280A80C, 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] 06:51:47.673 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64161] 06:51:47.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L452, 127.0.0.1:8204, complete]! 06:51:47.673 [: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-2CB35BC0B280A80C] 06:51:47.673 [: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-64161] 06:51:47.673 [: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=64161, Token=2CB35BC0B280A80C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64161, Token=2CB35BC0B280A80C, 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! 06:51:47.674 [: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 06:51:47.674 [: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" 06:51:47.674 [: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 06:51:47.674 [: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-64162], CON-POST MID=64162, 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 06:51:47.674 [: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-CCC5EED7761F6331], CON-POST MID=64162, Token=CCC5EED7761F6331, 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 06:51:47.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64162], KeyToken[127.0.0.1:8204-CCC5EED7761F6331]] 06:51:47.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 06:51:47.674 [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=64162, Token=CCC5EED7761F6331, 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] 06:51:47.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 06:51:47.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64162] 06:51:47.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R455, 127.0.0.1:8201] replace CON-POST MID=64162, Token=CCC5EED7761F6331, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64162, Token=CCC5EED7761F6331, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R455, 127.0.0.1:8201] send response NON-2.05 MID=64162, Token=null, OptionSet={}, "server responds hi" 06:51:47.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R455, 127.0.0.1:8201, complete]! 06:51:47.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R455, 127.0.0.1:8201, complete] completed NON-2.04 MID=64162, Token=CCC5EED7761F6331, 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! 06:51:47.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 06:51:47.675 [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=64162, Token=CCC5EED7761F6331, 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] 06:51:47.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 06:51:47.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-64162] 06:51:47.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L454, 127.0.0.1:8204, complete]! 06:51:47.675 [: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-CCC5EED7761F6331] 06:51:47.675 [: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-64162] 06:51:47.675 [: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=64162, Token=CCC5EED7761F6331, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64162, Token=CCC5EED7761F6331, 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! 06:51:47.714 [: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 06:51:47.714 [: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" 06:51:47.715 [: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 06:51:47.715 [: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-64163], CON-POST MID=64163, 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 06:51:47.715 [: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-DC366B816684ECE1], CON-POST MID=64163, Token=DC366B816684ECE1, 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 06:51:47.715 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64163], KeyToken[127.0.0.1:8204-DC366B816684ECE1]] 06:51:47.715 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.715 [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=64163, Token=DC366B816684ECE1, 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] 06:51:47.715 [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 06:51:47.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64163] 06:51:47.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R457, 127.0.0.1:8201] replace CON-POST MID=64163, Token=DC366B816684ECE1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64163, Token=DC366B816684ECE1, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.716 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R457, 127.0.0.1:8201] send response NON-2.05 MID=64163, Token=null, OptionSet={}, "server responds hi" 06:51:47.716 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R457, 127.0.0.1:8201, complete]! 06:51:47.716 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R457, 127.0.0.1:8201, complete] completed NON-2.04 MID=64163, Token=DC366B816684ECE1, 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! 06:51:47.716 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.716 [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=64163, Token=DC366B816684ECE1, 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] 06:51:47.716 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64163] 06:51:47.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L456, 127.0.0.1:8204, complete]! 06:51:47.716 [: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-DC366B816684ECE1] 06:51:47.716 [: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-64163] 06:51:47.716 [: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=64163, Token=DC366B816684ECE1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64163, Token=DC366B816684ECE1, 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! 06:51:47.716 [: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 06:51:47.716 [: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" 06:51:47.717 [: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 06:51:47.717 [: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-64164], CON-POST MID=64164, 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 06:51:47.717 [: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-94F77FADE6595646], CON-POST MID=64164, Token=94F77FADE6595646, 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 06:51:47.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64164], KeyToken[127.0.0.1:8204-94F77FADE6595646]] 06:51:47.717 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.717 [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=64164, Token=94F77FADE6595646, 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] 06:51:47.717 [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 06:51:47.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64164] 06:51:47.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R459, 127.0.0.1:8201] replace CON-POST MID=64164, Token=94F77FADE6595646, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64164, Token=94F77FADE6595646, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R459, 127.0.0.1:8201] send response NON-2.05 MID=64164, Token=null, OptionSet={}, "server responds hi" 06:51:47.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R459, 127.0.0.1:8201, complete]! 06:51:47.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R459, 127.0.0.1:8201, complete] completed NON-2.04 MID=64164, Token=94F77FADE6595646, 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! 06:51:47.718 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.718 [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=64164, Token=94F77FADE6595646, 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] 06:51:47.718 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64164] 06:51:47.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L458, 127.0.0.1:8204, complete]! 06:51:47.718 [: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-94F77FADE6595646] 06:51:47.718 [: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-64164] 06:51:47.718 [: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=64164, Token=94F77FADE6595646, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64164, Token=94F77FADE6595646, 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! 06:51:47.718 [: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 06:51:47.718 [: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" 06:51:47.719 [: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 06:51:47.719 [: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-64165], CON-POST MID=64165, 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 06:51:47.719 [: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-109DED21075084A6], CON-POST MID=64165, Token=109DED21075084A6, 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 06:51:47.719 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64165], KeyToken[127.0.0.1:8204-109DED21075084A6]] 06:51:47.719 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.719 [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=64165, Token=109DED21075084A6, 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] 06:51:47.719 [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 06:51:47.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64165] 06:51:47.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R461, 127.0.0.1:8201] replace CON-POST MID=64165, Token=109DED21075084A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64165, Token=109DED21075084A6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R461, 127.0.0.1:8201] send response NON-2.05 MID=64165, Token=null, OptionSet={}, "server responds hi" 06:51:47.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R461, 127.0.0.1:8201, complete]! 06:51:47.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R461, 127.0.0.1:8201, complete] completed NON-2.04 MID=64165, Token=109DED21075084A6, 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! 06:51:47.720 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.720 [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=64165, Token=109DED21075084A6, 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] 06:51:47.720 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64165] 06:51:47.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L460, 127.0.0.1:8204, complete]! 06:51:47.720 [: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-109DED21075084A6] 06:51:47.720 [: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-64165] 06:51:47.720 [: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=64165, Token=109DED21075084A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64165, Token=109DED21075084A6, 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! 06:51:47.720 [: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 06:51:47.720 [: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" 06:51:47.720 [: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 06:51:47.720 [: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-64166], CON-POST MID=64166, 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 06:51:47.720 [: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-705A34640E460EDE], CON-POST MID=64166, Token=705A34640E460EDE, 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 06:51:47.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64166], KeyToken[127.0.0.1:8204-705A34640E460EDE]] 06:51:47.721 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.721 [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=64166, Token=705A34640E460EDE, 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] 06:51:47.721 [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 06:51:47.721 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64166] 06:51:47.721 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.721 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R463, 127.0.0.1:8201] replace CON-POST MID=64166, Token=705A34640E460EDE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64166, Token=705A34640E460EDE, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.721 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R463, 127.0.0.1:8201] send response NON-2.05 MID=64166, Token=null, OptionSet={}, "server responds hi" 06:51:47.721 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R463, 127.0.0.1:8201, complete]! 06:51:47.721 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R463, 127.0.0.1:8201, complete] completed NON-2.04 MID=64166, Token=705A34640E460EDE, 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! 06:51:47.721 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.721 [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=64166, Token=705A34640E460EDE, 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] 06:51:47.721 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64166] 06:51:47.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L462, 127.0.0.1:8204, complete]! 06:51:47.722 [: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-705A34640E460EDE] 06:51:47.722 [: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-64166] 06:51:47.722 [: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=64166, Token=705A34640E460EDE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64166, Token=705A34640E460EDE, 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! 06:51:47.722 [: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 06:51:47.722 [: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" 06:51:47.722 [: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 06:51:47.722 [: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-64167], CON-POST MID=64167, 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 06:51:47.722 [: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-C4A08FDF29A5F2F5], CON-POST MID=64167, Token=C4A08FDF29A5F2F5, 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 06:51:47.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64167], KeyToken[127.0.0.1:8204-C4A08FDF29A5F2F5]] 06:51:47.722 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.722 [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=64167, Token=C4A08FDF29A5F2F5, 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] 06:51:47.722 [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 06:51:47.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64167] 06:51:47.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R465, 127.0.0.1:8201] replace CON-POST MID=64167, Token=C4A08FDF29A5F2F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64167, Token=C4A08FDF29A5F2F5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R465, 127.0.0.1:8201] send response NON-2.05 MID=64167, Token=null, OptionSet={}, "server responds hi" 06:51:47.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R465, 127.0.0.1:8201, complete]! 06:51:47.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R465, 127.0.0.1:8201, complete] completed NON-2.04 MID=64167, Token=C4A08FDF29A5F2F5, 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! 06:51:47.723 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.723 [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=64167, Token=C4A08FDF29A5F2F5, 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] 06:51:47.723 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64167] 06:51:47.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L464, 127.0.0.1:8204, complete]! 06:51:47.724 [: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-C4A08FDF29A5F2F5] 06:51:47.724 [: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-64167] 06:51:47.724 [: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=64167, Token=C4A08FDF29A5F2F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64167, Token=C4A08FDF29A5F2F5, 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! 06:51:47.724 [: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 06:51:47.724 [: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" 06:51:47.724 [: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 06:51:47.724 [: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-64168], CON-POST MID=64168, 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 06:51:47.724 [: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-044B8E779F81FBEB], CON-POST MID=64168, Token=044B8E779F81FBEB, 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 06:51:47.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64168], KeyToken[127.0.0.1:8204-044B8E779F81FBEB]] 06:51:47.724 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.724 [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=64168, Token=044B8E779F81FBEB, 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] 06:51:47.724 [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 06:51:47.725 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64168] 06:51:47.725 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.725 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R467, 127.0.0.1:8201] replace CON-POST MID=64168, Token=044B8E779F81FBEB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64168, Token=044B8E779F81FBEB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.725 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R467, 127.0.0.1:8201] send response NON-2.05 MID=64168, Token=null, OptionSet={}, "server responds hi" 06:51:47.725 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R467, 127.0.0.1:8201, complete]! 06:51:47.725 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R467, 127.0.0.1:8201, complete] completed NON-2.04 MID=64168, Token=044B8E779F81FBEB, 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! 06:51:47.725 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.725 [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=64168, Token=044B8E779F81FBEB, 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] 06:51:47.726 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64168] 06:51:47.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L466, 127.0.0.1:8204, complete]! 06:51:47.726 [: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-044B8E779F81FBEB] 06:51:47.726 [: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-64168] 06:51:47.726 [: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=64168, Token=044B8E779F81FBEB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64168, Token=044B8E779F81FBEB, 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! 06:51:47.726 [: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 06:51:47.726 [: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" 06:51:47.726 [: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 06:51:47.726 [: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-64169], CON-POST MID=64169, 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 06:51:47.726 [: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-200CABDDBAD8387D], CON-POST MID=64169, Token=200CABDDBAD8387D, 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 06:51:47.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64169], KeyToken[127.0.0.1:8204-200CABDDBAD8387D]] 06:51:47.727 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.727 [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=64169, Token=200CABDDBAD8387D, 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] 06:51:47.727 [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 06:51:47.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64169] 06:51:47.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R469, 127.0.0.1:8201] replace CON-POST MID=64169, Token=200CABDDBAD8387D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64169, Token=200CABDDBAD8387D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R469, 127.0.0.1:8201] send response NON-2.05 MID=64169, Token=null, OptionSet={}, "server responds hi" 06:51:47.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R469, 127.0.0.1:8201, complete]! 06:51:47.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R469, 127.0.0.1:8201, complete] completed NON-2.04 MID=64169, Token=200CABDDBAD8387D, 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! 06:51:47.727 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.727 [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=64169, Token=200CABDDBAD8387D, 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] 06:51:47.727 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64169] 06:51:47.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L468, 127.0.0.1:8204, complete]! 06:51:47.728 [: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-200CABDDBAD8387D] 06:51:47.728 [: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-64169] 06:51:47.728 [: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=64169, Token=200CABDDBAD8387D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64169, Token=200CABDDBAD8387D, 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! 06:51:47.728 [: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 06:51:47.728 [: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" 06:51:47.728 [: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 06:51:47.728 [: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-64170], CON-POST MID=64170, 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 06:51:47.728 [: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-ACABE6A93FAEC332], CON-POST MID=64170, Token=ACABE6A93FAEC332, 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 06:51:47.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64170], KeyToken[127.0.0.1:8204-ACABE6A93FAEC332]] 06:51:47.728 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.729 [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=64170, Token=ACABE6A93FAEC332, 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] 06:51:47.729 [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 06:51:47.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64170] 06:51:47.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R471, 127.0.0.1:8201] replace CON-POST MID=64170, Token=ACABE6A93FAEC332, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64170, Token=ACABE6A93FAEC332, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R471, 127.0.0.1:8201] send response NON-2.05 MID=64170, Token=null, OptionSet={}, "server responds hi" 06:51:47.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R471, 127.0.0.1:8201, complete]! 06:51:47.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R471, 127.0.0.1:8201, complete] completed NON-2.04 MID=64170, Token=ACABE6A93FAEC332, 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! 06:51:47.729 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.729 [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=64170, Token=ACABE6A93FAEC332, 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] 06:51:47.729 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64170] 06:51:47.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L470, 127.0.0.1:8204, complete]! 06:51:47.730 [: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-ACABE6A93FAEC332] 06:51:47.730 [: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-64170] 06:51:47.730 [: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=64170, Token=ACABE6A93FAEC332, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64170, Token=ACABE6A93FAEC332, 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! 06:51:47.730 [: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 06:51:47.730 [: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" 06:51:47.730 [: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 06:51:47.730 [: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-64171], CON-POST MID=64171, 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 06:51:47.730 [: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-F086E2D9631FF032], CON-POST MID=64171, Token=F086E2D9631FF032, 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 06:51:47.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64171], KeyToken[127.0.0.1:8204-F086E2D9631FF032]] 06:51:47.730 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.730 [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=64171, Token=F086E2D9631FF032, 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] 06:51:47.730 [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 06:51:47.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64171] 06:51:47.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R473, 127.0.0.1:8201] replace CON-POST MID=64171, Token=F086E2D9631FF032, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64171, Token=F086E2D9631FF032, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R473, 127.0.0.1:8201] send response NON-2.05 MID=64171, Token=null, OptionSet={}, "server responds hi" 06:51:47.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R473, 127.0.0.1:8201, complete]! 06:51:47.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R473, 127.0.0.1:8201, complete] completed NON-2.04 MID=64171, Token=F086E2D9631FF032, 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! 06:51:47.731 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.731 [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=64171, Token=F086E2D9631FF032, 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] 06:51:47.731 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64171] 06:51:47.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L472, 127.0.0.1:8204, complete]! 06:51:47.731 [: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-F086E2D9631FF032] 06:51:47.731 [: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-64171] 06:51:47.731 [: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=64171, Token=F086E2D9631FF032, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64171, Token=F086E2D9631FF032, 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! 06:51:47.732 [: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 06:51:47.732 [: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" 06:51:47.732 [: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 06:51:47.732 [: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-64172], CON-POST MID=64172, 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 06:51:47.732 [: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-B040520866574FAF], CON-POST MID=64172, Token=B040520866574FAF, 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 06:51:47.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64172], KeyToken[127.0.0.1:8204-B040520866574FAF]] 06:51:47.732 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.732 [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=64172, Token=B040520866574FAF, 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] 06:51:47.732 [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 06:51:47.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64172] 06:51:47.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R475, 127.0.0.1:8201] replace CON-POST MID=64172, Token=B040520866574FAF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64172, Token=B040520866574FAF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R475, 127.0.0.1:8201] send response NON-2.05 MID=64172, Token=null, OptionSet={}, "server responds hi" 06:51:47.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R475, 127.0.0.1:8201, complete]! 06:51:47.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R475, 127.0.0.1:8201, complete] completed NON-2.04 MID=64172, Token=B040520866574FAF, 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! 06:51:47.733 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.733 [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=64172, Token=B040520866574FAF, 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] 06:51:47.733 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64172] 06:51:47.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L474, 127.0.0.1:8204, complete]! 06:51:47.733 [: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-B040520866574FAF] 06:51:47.733 [: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-64172] 06:51:47.733 [: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=64172, Token=B040520866574FAF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64172, Token=B040520866574FAF, 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! 06:51:47.733 [: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 06:51:47.733 [: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" 06:51:47.733 [: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 06:51:47.733 [: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-64173], CON-POST MID=64173, 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 06:51:47.733 [: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-740A7B4B1EFB293C], CON-POST MID=64173, Token=740A7B4B1EFB293C, 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 06:51:47.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64173], KeyToken[127.0.0.1:8204-740A7B4B1EFB293C]] 06:51:47.734 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.734 [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=64173, Token=740A7B4B1EFB293C, 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] 06:51:47.734 [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 06:51:47.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64173] 06:51:47.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R477, 127.0.0.1:8201] replace CON-POST MID=64173, Token=740A7B4B1EFB293C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64173, Token=740A7B4B1EFB293C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R477, 127.0.0.1:8201] send response NON-2.05 MID=64173, Token=null, OptionSet={}, "server responds hi" 06:51:47.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R477, 127.0.0.1:8201, complete]! 06:51:47.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R477, 127.0.0.1:8201, complete] completed NON-2.04 MID=64173, Token=740A7B4B1EFB293C, 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! 06:51:47.735 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.735 [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=64173, Token=740A7B4B1EFB293C, 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] 06:51:47.735 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64173] 06:51:47.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L476, 127.0.0.1:8204, complete]! 06:51:47.735 [: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-740A7B4B1EFB293C] 06:51:47.735 [: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-64173] 06:51:47.735 [: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=64173, Token=740A7B4B1EFB293C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64173, Token=740A7B4B1EFB293C, 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! 06:51:47.735 [: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 06:51:47.735 [: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" 06:51:47.735 [: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 06:51:47.735 [: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-64174], CON-POST MID=64174, 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 06:51:47.736 [: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-848E2D7DB57CD5A6], CON-POST MID=64174, Token=848E2D7DB57CD5A6, 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 06:51:47.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64174], KeyToken[127.0.0.1:8204-848E2D7DB57CD5A6]] 06:51:47.736 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.736 [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=64174, Token=848E2D7DB57CD5A6, 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] 06:51:47.736 [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 06:51:47.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64174] 06:51:47.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R479, 127.0.0.1:8201] replace CON-POST MID=64174, Token=848E2D7DB57CD5A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64174, Token=848E2D7DB57CD5A6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R479, 127.0.0.1:8201] send response NON-2.05 MID=64174, Token=null, OptionSet={}, "server responds hi" 06:51:47.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R479, 127.0.0.1:8201, complete]! 06:51:47.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R479, 127.0.0.1:8201, complete] completed NON-2.04 MID=64174, Token=848E2D7DB57CD5A6, 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! 06:51:47.736 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.737 [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=64174, Token=848E2D7DB57CD5A6, 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] 06:51:47.737 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64174] 06:51:47.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L478, 127.0.0.1:8204, complete]! 06:51:47.737 [: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-848E2D7DB57CD5A6] 06:51:47.737 [: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-64174] 06:51:47.737 [: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=64174, Token=848E2D7DB57CD5A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64174, Token=848E2D7DB57CD5A6, 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! 06:51:47.737 [: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 06:51:47.737 [: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" 06:51:47.737 [: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 06:51:47.737 [: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-64175], CON-POST MID=64175, 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 06:51:47.737 [: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-C478A701EE6612B8], CON-POST MID=64175, Token=C478A701EE6612B8, 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 06:51:47.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64175], KeyToken[127.0.0.1:8204-C478A701EE6612B8]] 06:51:47.738 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.738 [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=64175, Token=C478A701EE6612B8, 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] 06:51:47.738 [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 06:51:47.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64175] 06:51:47.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R481, 127.0.0.1:8201] replace CON-POST MID=64175, Token=C478A701EE6612B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64175, Token=C478A701EE6612B8, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R481, 127.0.0.1:8201] send response NON-2.05 MID=64175, Token=null, OptionSet={}, "server responds hi" 06:51:47.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R481, 127.0.0.1:8201, complete]! 06:51:47.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R481, 127.0.0.1:8201, complete] completed NON-2.04 MID=64175, Token=C478A701EE6612B8, 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! 06:51:47.738 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.738 [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=64175, Token=C478A701EE6612B8, 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] 06:51:47.738 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64175] 06:51:47.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L480, 127.0.0.1:8204, complete]! 06:51:47.739 [: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-C478A701EE6612B8] 06:51:47.739 [: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-64175] 06:51:47.739 [: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=64175, Token=C478A701EE6612B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64175, Token=C478A701EE6612B8, 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! 06:51:47.739 [: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 06:51:47.739 [: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" 06:51:47.739 [: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 06:51:47.739 [: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-64176], CON-POST MID=64176, 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 06:51:47.739 [: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-F44EAC4E26E4564B], CON-POST MID=64176, Token=F44EAC4E26E4564B, 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 06:51:47.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64176], KeyToken[127.0.0.1:8204-F44EAC4E26E4564B]] 06:51:47.739 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.740 [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=64176, Token=F44EAC4E26E4564B, 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] 06:51:47.740 [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 06:51:47.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64176] 06:51:47.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R483, 127.0.0.1:8201] replace CON-POST MID=64176, Token=F44EAC4E26E4564B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64176, Token=F44EAC4E26E4564B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R483, 127.0.0.1:8201] send response NON-2.05 MID=64176, Token=null, OptionSet={}, "server responds hi" 06:51:47.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R483, 127.0.0.1:8201, complete]! 06:51:47.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R483, 127.0.0.1:8201, complete] completed NON-2.04 MID=64176, Token=F44EAC4E26E4564B, 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! 06:51:47.740 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.740 [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=64176, Token=F44EAC4E26E4564B, 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] 06:51:47.740 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64176] 06:51:47.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L482, 127.0.0.1:8204, complete]! 06:51:47.741 [: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-F44EAC4E26E4564B] 06:51:47.741 [: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-64176] 06:51:47.741 [: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=64176, Token=F44EAC4E26E4564B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64176, Token=F44EAC4E26E4564B, 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! 06:51:47.741 [: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 06:51:47.741 [: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" 06:51:47.741 [: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 06:51:47.741 [: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-64177], CON-POST MID=64177, 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 06:51:47.741 [: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-C45647E4C66F4871], CON-POST MID=64177, Token=C45647E4C66F4871, 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 06:51:47.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64177], KeyToken[127.0.0.1:8204-C45647E4C66F4871]] 06:51:47.741 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.742 [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=64177, Token=C45647E4C66F4871, 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] 06:51:47.742 [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 06:51:47.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64177] 06:51:47.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R485, 127.0.0.1:8201] replace CON-POST MID=64177, Token=C45647E4C66F4871, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64177, Token=C45647E4C66F4871, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R485, 127.0.0.1:8201] send response NON-2.05 MID=64177, Token=null, OptionSet={}, "server responds hi" 06:51:47.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R485, 127.0.0.1:8201, complete]! 06:51:47.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R485, 127.0.0.1:8201, complete] completed NON-2.04 MID=64177, Token=C45647E4C66F4871, 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! 06:51:47.742 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.743 [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=64177, Token=C45647E4C66F4871, 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] 06:51:47.743 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64177] 06:51:47.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L484, 127.0.0.1:8204, complete]! 06:51:47.743 [: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-C45647E4C66F4871] 06:51:47.743 [: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-64177] 06:51:47.743 [: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=64177, Token=C45647E4C66F4871, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64177, Token=C45647E4C66F4871, 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! 06:51:47.743 [: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 06:51:47.743 [: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" 06:51:47.743 [: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 06:51:47.744 [: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-64178], CON-POST MID=64178, 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 06:51:47.744 [: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-94F8759B2E35C0B0], CON-POST MID=64178, Token=94F8759B2E35C0B0, 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 06:51:47.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64178], KeyToken[127.0.0.1:8204-94F8759B2E35C0B0]] 06:51:47.744 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.744 [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=64178, Token=94F8759B2E35C0B0, 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] 06:51:47.744 [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 06:51:47.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64178] 06:51:47.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R487, 127.0.0.1:8201] replace CON-POST MID=64178, Token=94F8759B2E35C0B0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64178, Token=94F8759B2E35C0B0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R487, 127.0.0.1:8201] send response NON-2.05 MID=64178, Token=null, OptionSet={}, "server responds hi" 06:51:47.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R487, 127.0.0.1:8201, complete]! 06:51:47.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R487, 127.0.0.1:8201, complete] completed NON-2.04 MID=64178, Token=94F8759B2E35C0B0, 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! 06:51:47.745 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.745 [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=64178, Token=94F8759B2E35C0B0, 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] 06:51:47.745 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64178] 06:51:47.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L486, 127.0.0.1:8204, complete]! 06:51:47.745 [: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-94F8759B2E35C0B0] 06:51:47.745 [: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-64178] 06:51:47.745 [: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=64178, Token=94F8759B2E35C0B0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64178, Token=94F8759B2E35C0B0, 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! 06:51:47.746 [: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 06:51:47.746 [: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" 06:51:47.746 [: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 06:51:47.746 [: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-64179], CON-POST MID=64179, 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 06:51:47.746 [: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-68684CA44423DD08], CON-POST MID=64179, Token=68684CA44423DD08, 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 06:51:47.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64179], KeyToken[127.0.0.1:8204-68684CA44423DD08]] 06:51:47.746 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.746 [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=64179, Token=68684CA44423DD08, 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] 06:51:47.746 [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 06:51:47.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64179] 06:51:47.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R489, 127.0.0.1:8201] replace CON-POST MID=64179, Token=68684CA44423DD08, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64179, Token=68684CA44423DD08, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R489, 127.0.0.1:8201] send response NON-2.05 MID=64179, Token=null, OptionSet={}, "server responds hi" 06:51:47.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R489, 127.0.0.1:8201, complete]! 06:51:47.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R489, 127.0.0.1:8201, complete] completed NON-2.04 MID=64179, Token=68684CA44423DD08, 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! 06:51:47.747 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.747 [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=64179, Token=68684CA44423DD08, 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] 06:51:47.747 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64179] 06:51:47.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L488, 127.0.0.1:8204, complete]! 06:51:47.748 [: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-68684CA44423DD08] 06:51:47.748 [: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-64179] 06:51:47.748 [: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=64179, Token=68684CA44423DD08, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64179, Token=68684CA44423DD08, 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! 06:51:47.748 [: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 06:51:47.748 [: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" 06:51:47.748 [: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 06:51:47.748 [: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-64180], CON-POST MID=64180, 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 06:51:47.749 [: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-D4BC7E094740EEEF], CON-POST MID=64180, Token=D4BC7E094740EEEF, 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 06:51:47.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64180], KeyToken[127.0.0.1:8204-D4BC7E094740EEEF]] 06:51:47.749 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.749 [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=64180, Token=D4BC7E094740EEEF, 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] 06:51:47.749 [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 06:51:47.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64180] 06:51:47.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R491, 127.0.0.1:8201] replace CON-POST MID=64180, Token=D4BC7E094740EEEF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64180, Token=D4BC7E094740EEEF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R491, 127.0.0.1:8201] send response NON-2.05 MID=64180, Token=null, OptionSet={}, "server responds hi" 06:51:47.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R491, 127.0.0.1:8201, complete]! 06:51:47.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R491, 127.0.0.1:8201, complete] completed NON-2.04 MID=64180, Token=D4BC7E094740EEEF, 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! 06:51:47.750 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.750 [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=64180, Token=D4BC7E094740EEEF, 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] 06:51:47.750 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64180] 06:51:47.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L490, 127.0.0.1:8204, complete]! 06:51:47.750 [: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-D4BC7E094740EEEF] 06:51:47.750 [: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-64180] 06:51:47.750 [: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=64180, Token=D4BC7E094740EEEF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64180, Token=D4BC7E094740EEEF, 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! 06:51:47.750 [: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 06:51:47.750 [: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" 06:51:47.750 [: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 06:51:47.750 [: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-64181], CON-POST MID=64181, 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 06:51:47.751 [: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-10CEA2CDE12C1C9D], CON-POST MID=64181, Token=10CEA2CDE12C1C9D, 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 06:51:47.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-64181], KeyToken[127.0.0.1:8204-10CEA2CDE12C1C9D]] 06:51:47.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 06:51:47.751 [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=64181, Token=10CEA2CDE12C1C9D, 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] 06:51:47.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 06:51:47.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64181] 06:51:47.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R493, 127.0.0.1:8201] replace CON-POST MID=64181, Token=10CEA2CDE12C1C9D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64181, Token=10CEA2CDE12C1C9D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R493, 127.0.0.1:8201] send response NON-2.05 MID=64181, Token=null, OptionSet={}, "server responds hi" 06:51:47.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R493, 127.0.0.1:8201, complete]! 06:51:47.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R493, 127.0.0.1:8201, complete] completed NON-2.04 MID=64181, Token=10CEA2CDE12C1C9D, 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! 06:51:47.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:8201 06:51:47.752 [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=64181, Token=10CEA2CDE12C1C9D, 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] 06:51:47.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 06:51:47.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-64181] 06:51:47.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L492, 127.0.0.1:8204, complete]! 06:51:47.752 [: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-10CEA2CDE12C1C9D] 06:51:47.752 [: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-64181] 06:51:47.752 [: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=64181, Token=10CEA2CDE12C1C9D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64181, Token=10CEA2CDE12C1C9D, 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! 06:51:47.752 [: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 06:51:47.752 [: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" 06:51:47.752 [: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 06:51:47.752 [: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-64182], CON-POST MID=64182, 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 06:51:47.752 [: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-4C05CCCB0ABC467F], CON-POST MID=64182, Token=4C05CCCB0ABC467F, 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 06:51:47.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64182], KeyToken[127.0.0.1:8204-4C05CCCB0ABC467F]] 06:51:47.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:8204 06:51:47.753 [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=64182, Token=4C05CCCB0ABC467F, 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] 06:51:47.753 [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 06:51:47.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64182] 06:51:47.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R495, 127.0.0.1:8201] replace CON-POST MID=64182, Token=4C05CCCB0ABC467F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64182, Token=4C05CCCB0ABC467F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R495, 127.0.0.1:8201] send response NON-2.05 MID=64182, Token=null, OptionSet={}, "server responds hi" 06:51:47.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R495, 127.0.0.1:8201, complete]! 06:51:47.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R495, 127.0.0.1:8201, complete] completed NON-2.04 MID=64182, Token=4C05CCCB0ABC467F, 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! 06:51:47.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:8201 06:51:47.754 [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=64182, Token=4C05CCCB0ABC467F, 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] 06:51:47.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64182] 06:51:47.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L494, 127.0.0.1:8204, complete]! 06:51:47.754 [: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-4C05CCCB0ABC467F] 06:51:47.754 [: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-64182] 06:51:47.754 [: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=64182, Token=4C05CCCB0ABC467F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64182, Token=4C05CCCB0ABC467F, 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! 06:51:47.754 [: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 06:51:47.754 [: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" 06:51:47.754 [: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 06:51:47.754 [: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-64183], CON-POST MID=64183, 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 06:51:47.755 [: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-D846B93D1B22C246], CON-POST MID=64183, Token=D846B93D1B22C246, 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 06:51:47.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64183], KeyToken[127.0.0.1:8204-D846B93D1B22C246]] 06:51:47.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:8204 06:51:47.755 [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=64183, Token=D846B93D1B22C246, 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] 06:51:47.755 [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 06:51:47.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64183] 06:51:47.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R497, 127.0.0.1:8201] replace CON-POST MID=64183, Token=D846B93D1B22C246, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64183, Token=D846B93D1B22C246, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R497, 127.0.0.1:8201] send response NON-2.05 MID=64183, Token=null, OptionSet={}, "server responds hi" 06:51:47.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R497, 127.0.0.1:8201, complete]! 06:51:47.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R497, 127.0.0.1:8201, complete] completed NON-2.04 MID=64183, Token=D846B93D1B22C246, 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! 06:51:47.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:8201 06:51:47.756 [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=64183, Token=D846B93D1B22C246, 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] 06:51:47.756 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64183] 06:51:47.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L496, 127.0.0.1:8204, complete]! 06:51:47.756 [: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-D846B93D1B22C246] 06:51:47.756 [: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-64183] 06:51:47.756 [: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=64183, Token=D846B93D1B22C246, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64183, Token=D846B93D1B22C246, 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! 06:51:47.757 [: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 06:51:47.757 [: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" 06:51:47.757 [: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 06:51:47.757 [: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-64184], CON-POST MID=64184, 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 06:51:47.757 [: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-F4708DA5A38E378A], CON-POST MID=64184, Token=F4708DA5A38E378A, 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 06:51:47.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64184], KeyToken[127.0.0.1:8204-F4708DA5A38E378A]] 06:51:47.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:8204 06:51:47.757 [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=64184, Token=F4708DA5A38E378A, 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] 06:51:47.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 06:51:47.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64184] 06:51:47.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R499, 127.0.0.1:8201] replace CON-POST MID=64184, Token=F4708DA5A38E378A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64184, Token=F4708DA5A38E378A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R499, 127.0.0.1:8201] send response NON-2.05 MID=64184, Token=null, OptionSet={}, "server responds hi" 06:51:47.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R499, 127.0.0.1:8201, complete]! 06:51:47.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R499, 127.0.0.1:8201, complete] completed NON-2.04 MID=64184, Token=F4708DA5A38E378A, 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! 06:51:47.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 06:51:47.758 [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=64184, Token=F4708DA5A38E378A, 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] 06:51:47.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 06:51:47.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64184] 06:51:47.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L498, 127.0.0.1:8204, complete]! 06:51:47.759 [: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-F4708DA5A38E378A] 06:51:47.759 [: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-64184] 06:51:47.759 [: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=64184, Token=F4708DA5A38E378A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64184, Token=F4708DA5A38E378A, 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! 06:51:47.759 [: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 06:51:47.759 [: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" 06:51:47.759 [: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 06:51:47.759 [: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-64185], CON-POST MID=64185, 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 06:51:47.759 [: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-A0D505B9524B27F1], CON-POST MID=64185, Token=A0D505B9524B27F1, 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 06:51:47.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-64185], KeyToken[127.0.0.1:8204-A0D505B9524B27F1]] 06:51:47.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:8204 06:51:47.760 [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=64185, Token=A0D505B9524B27F1, 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] 06:51:47.760 [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 06:51:47.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64185] 06:51:47.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R501, 127.0.0.1:8201] replace CON-POST MID=64185, Token=A0D505B9524B27F1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64185, Token=A0D505B9524B27F1, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R501, 127.0.0.1:8201] send response NON-2.05 MID=64185, Token=null, OptionSet={}, "server responds hi" 06:51:47.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R501, 127.0.0.1:8201, complete]! 06:51:47.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R501, 127.0.0.1:8201, complete] completed NON-2.04 MID=64185, Token=A0D505B9524B27F1, 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! 06:51:47.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:8201 06:51:47.761 [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=64185, Token=A0D505B9524B27F1, 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] 06:51:47.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64185] 06:51:47.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L500, 127.0.0.1:8204, complete]! 06:51:47.761 [: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-A0D505B9524B27F1] 06:51:47.761 [: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-64185] 06:51:47.761 [: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=64185, Token=A0D505B9524B27F1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64185, Token=A0D505B9524B27F1, 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! 06:51:47.762 [: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 06:51:47.762 [: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" 06:51:47.762 [: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 06:51:47.762 [: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-64186], CON-POST MID=64186, 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 06:51:47.762 [: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-C4B4074F88EF42FF], CON-POST MID=64186, Token=C4B4074F88EF42FF, 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 06:51:47.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64186], KeyToken[127.0.0.1:8204-C4B4074F88EF42FF]] 06:51:47.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 06:51:47.762 [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=64186, Token=C4B4074F88EF42FF, 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] 06:51:47.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 06:51:47.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64186] 06:51:47.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R503, 127.0.0.1:8201] replace CON-POST MID=64186, Token=C4B4074F88EF42FF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64186, Token=C4B4074F88EF42FF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R503, 127.0.0.1:8201] send response NON-2.05 MID=64186, Token=null, OptionSet={}, "server responds hi" 06:51:47.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R503, 127.0.0.1:8201, complete]! 06:51:47.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R503, 127.0.0.1:8201, complete] completed NON-2.04 MID=64186, Token=C4B4074F88EF42FF, 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! 06:51:47.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 06:51:47.763 [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=64186, Token=C4B4074F88EF42FF, 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] 06:51:47.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 06:51:47.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-64186] 06:51:47.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L502, 127.0.0.1:8204, complete]! 06:51:47.764 [: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-C4B4074F88EF42FF] 06:51:47.764 [: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-64186] 06:51:47.764 [: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=64186, Token=C4B4074F88EF42FF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64186, Token=C4B4074F88EF42FF, 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! 06:51:47.764 [: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 06:51:47.764 [: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" 06:51:47.764 [: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 06:51:47.764 [: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-64187], CON-POST MID=64187, 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 06:51:47.764 [: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-B01FE0301615EE58], CON-POST MID=64187, Token=B01FE0301615EE58, 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 06:51:47.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-64187], KeyToken[127.0.0.1:8204-B01FE0301615EE58]] 06:51:47.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 06:51:47.764 [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=64187, Token=B01FE0301615EE58, 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] 06:51:47.764 [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 06:51:47.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64187] 06:51:47.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R505, 127.0.0.1:8201] replace CON-POST MID=64187, Token=B01FE0301615EE58, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64187, Token=B01FE0301615EE58, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R505, 127.0.0.1:8201] send response NON-2.05 MID=64187, Token=null, OptionSet={}, "server responds hi" 06:51:47.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R505, 127.0.0.1:8201, complete]! 06:51:47.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R505, 127.0.0.1:8201, complete] completed NON-2.04 MID=64187, Token=B01FE0301615EE58, 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! 06:51:47.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 06:51:47.765 [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=64187, Token=B01FE0301615EE58, 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] 06:51:47.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 06:51:47.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:8204-64187] 06:51:47.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L504, 127.0.0.1:8204, complete]! 06:51:47.765 [: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-B01FE0301615EE58] 06:51:47.765 [: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-64187] 06:51:47.765 [: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=64187, Token=B01FE0301615EE58, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64187, Token=B01FE0301615EE58, 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! 06:51:47.765 [: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 06:51:47.765 [: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" 06:51:47.766 [: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 06:51:47.766 [: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-64188], CON-POST MID=64188, 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 06:51:47.766 [: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-4C84F35B5CE2F366], CON-POST MID=64188, Token=4C84F35B5CE2F366, 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 06:51:47.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64188], KeyToken[127.0.0.1:8204-4C84F35B5CE2F366]] 06:51:47.766 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.766 [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=64188, Token=4C84F35B5CE2F366, 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] 06:51:47.766 [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 06:51:47.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64188] 06:51:47.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R507, 127.0.0.1:8201] replace CON-POST MID=64188, Token=4C84F35B5CE2F366, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64188, Token=4C84F35B5CE2F366, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R507, 127.0.0.1:8201] send response NON-2.05 MID=64188, Token=null, OptionSet={}, "server responds hi" 06:51:47.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R507, 127.0.0.1:8201, complete]! 06:51:47.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R507, 127.0.0.1:8201, complete] completed NON-2.04 MID=64188, Token=4C84F35B5CE2F366, 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! 06:51:47.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 06:51:47.815 [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=64188, Token=4C84F35B5CE2F366, 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] 06:51:47.815 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64188] 06:51:47.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L506, 127.0.0.1:8204, complete]! 06:51:47.815 [: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-4C84F35B5CE2F366] 06:51:47.815 [: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-64188] 06:51:47.815 [: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=64188, Token=4C84F35B5CE2F366, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64188, Token=4C84F35B5CE2F366, 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! 06:51:47.815 [: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 06:51:47.815 [: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" 06:51:47.815 [: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 06:51:47.816 [: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-64189], CON-POST MID=64189, 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 06:51:47.816 [: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-E0E6591CEAC27434], CON-POST MID=64189, Token=E0E6591CEAC27434, 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 06:51:47.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64189], KeyToken[127.0.0.1:8204-E0E6591CEAC27434]] 06:51:47.816 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.816 [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=64189, Token=E0E6591CEAC27434, 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] 06:51:47.816 [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 06:51:47.816 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64189] 06:51:47.816 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.816 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R509, 127.0.0.1:8201] replace CON-POST MID=64189, Token=E0E6591CEAC27434, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64189, Token=E0E6591CEAC27434, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.816 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R509, 127.0.0.1:8201] send response NON-2.05 MID=64189, Token=null, OptionSet={}, "server responds hi" 06:51:47.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R509, 127.0.0.1:8201, complete]! 06:51:47.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R509, 127.0.0.1:8201, complete] completed NON-2.04 MID=64189, Token=E0E6591CEAC27434, 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! 06:51:47.817 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.817 [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=64189, Token=E0E6591CEAC27434, 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] 06:51:47.817 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64189] 06:51:47.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L508, 127.0.0.1:8204, complete]! 06:51:47.817 [: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-E0E6591CEAC27434] 06:51:47.817 [: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-64189] 06:51:47.817 [: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=64189, Token=E0E6591CEAC27434, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64189, Token=E0E6591CEAC27434, 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! 06:51:47.817 [: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 06:51:47.817 [: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" 06:51:47.817 [: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 06:51:47.817 [: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-64190], CON-POST MID=64190, 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 06:51:47.818 [: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-0CF6B0A857286706], CON-POST MID=64190, Token=0CF6B0A857286706, 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 06:51:47.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64190], KeyToken[127.0.0.1:8204-0CF6B0A857286706]] 06:51:47.818 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.818 [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=64190, Token=0CF6B0A857286706, 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] 06:51:47.818 [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 06:51:47.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64190] 06:51:47.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R511, 127.0.0.1:8201] replace CON-POST MID=64190, Token=0CF6B0A857286706, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64190, Token=0CF6B0A857286706, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R511, 127.0.0.1:8201] send response NON-2.05 MID=64190, Token=null, OptionSet={}, "server responds hi" 06:51:47.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R511, 127.0.0.1:8201, complete]! 06:51:47.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R511, 127.0.0.1:8201, complete] completed NON-2.04 MID=64190, Token=0CF6B0A857286706, 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! 06:51:47.819 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.819 [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=64190, Token=0CF6B0A857286706, 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] 06:51:47.819 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64190] 06:51:47.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L510, 127.0.0.1:8204, complete]! 06:51:47.819 [: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-0CF6B0A857286706] 06:51:47.819 [: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-64190] 06:51:47.819 [: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=64190, Token=0CF6B0A857286706, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64190, Token=0CF6B0A857286706, 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! 06:51:47.819 [: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 06:51:47.819 [: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" 06:51:47.819 [: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 06:51:47.819 [: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-64191], CON-POST MID=64191, 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 06:51:47.819 [: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-40AECBCF400E6D2F], CON-POST MID=64191, Token=40AECBCF400E6D2F, 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 06:51:47.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64191], KeyToken[127.0.0.1:8204-40AECBCF400E6D2F]] 06:51:47.820 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.820 [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=64191, Token=40AECBCF400E6D2F, 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] 06:51:47.820 [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 06:51:47.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64191] 06:51:47.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R513, 127.0.0.1:8201] replace CON-POST MID=64191, Token=40AECBCF400E6D2F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64191, Token=40AECBCF400E6D2F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R513, 127.0.0.1:8201] send response NON-2.05 MID=64191, Token=null, OptionSet={}, "server responds hi" 06:51:47.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R513, 127.0.0.1:8201, complete]! 06:51:47.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R513, 127.0.0.1:8201, complete] completed NON-2.04 MID=64191, Token=40AECBCF400E6D2F, 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! 06:51:47.820 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.821 [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=64191, Token=40AECBCF400E6D2F, 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] 06:51:47.821 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64191] 06:51:47.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L512, 127.0.0.1:8204, complete]! 06:51:47.821 [: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-40AECBCF400E6D2F] 06:51:47.821 [: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-64191] 06:51:47.821 [: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=64191, Token=40AECBCF400E6D2F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64191, Token=40AECBCF400E6D2F, 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! 06:51:47.821 [: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 06:51:47.821 [: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" 06:51:47.821 [: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 06:51:47.821 [: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-64192], CON-POST MID=64192, 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 06:51:47.822 [: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-9C3B9025C65DC4A9], CON-POST MID=64192, Token=9C3B9025C65DC4A9, 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 06:51:47.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64192], KeyToken[127.0.0.1:8204-9C3B9025C65DC4A9]] 06:51:47.822 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.822 [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=64192, Token=9C3B9025C65DC4A9, 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] 06:51:47.822 [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 06:51:47.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64192] 06:51:47.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R515, 127.0.0.1:8201] replace CON-POST MID=64192, Token=9C3B9025C65DC4A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64192, Token=9C3B9025C65DC4A9, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R515, 127.0.0.1:8201] send response NON-2.05 MID=64192, Token=null, OptionSet={}, "server responds hi" 06:51:47.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R515, 127.0.0.1:8201, complete]! 06:51:47.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R515, 127.0.0.1:8201, complete] completed NON-2.04 MID=64192, Token=9C3B9025C65DC4A9, 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! 06:51:47.822 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.823 [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=64192, Token=9C3B9025C65DC4A9, 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] 06:51:47.823 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64192] 06:51:47.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L514, 127.0.0.1:8204, complete]! 06:51:47.823 [: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-9C3B9025C65DC4A9] 06:51:47.823 [: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-64192] 06:51:47.823 [: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=64192, Token=9C3B9025C65DC4A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64192, Token=9C3B9025C65DC4A9, 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! 06:51:47.823 [: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 06:51:47.823 [: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" 06:51:47.823 [: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 06:51:47.823 [: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-64193], CON-POST MID=64193, 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 06:51:47.823 [: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-A44E661B99105A0D], CON-POST MID=64193, Token=A44E661B99105A0D, 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 06:51:47.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64193], KeyToken[127.0.0.1:8204-A44E661B99105A0D]] 06:51:47.823 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.824 [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=64193, Token=A44E661B99105A0D, 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] 06:51:47.824 [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 06:51:47.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64193] 06:51:47.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R517, 127.0.0.1:8201] replace CON-POST MID=64193, Token=A44E661B99105A0D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64193, Token=A44E661B99105A0D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R517, 127.0.0.1:8201] send response NON-2.05 MID=64193, Token=null, OptionSet={}, "server responds hi" 06:51:47.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R517, 127.0.0.1:8201, complete]! 06:51:47.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R517, 127.0.0.1:8201, complete] completed NON-2.04 MID=64193, Token=A44E661B99105A0D, 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! 06:51:47.824 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.824 [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=64193, Token=A44E661B99105A0D, 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] 06:51:47.824 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64193] 06:51:47.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L516, 127.0.0.1:8204, complete]! 06:51:47.825 [: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-A44E661B99105A0D] 06:51:47.825 [: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-64193] 06:51:47.825 [: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=64193, Token=A44E661B99105A0D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64193, Token=A44E661B99105A0D, 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! 06:51:47.825 [: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 06:51:47.825 [: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" 06:51:47.825 [: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 06:51:47.825 [: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-64194], CON-POST MID=64194, 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 06:51:47.825 [: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-6C15460A5719B74A], CON-POST MID=64194, Token=6C15460A5719B74A, 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 06:51:47.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64194], KeyToken[127.0.0.1:8204-6C15460A5719B74A]] 06:51:47.825 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.826 [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=64194, Token=6C15460A5719B74A, 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] 06:51:47.826 [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 06:51:47.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64194] 06:51:47.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R519, 127.0.0.1:8201] replace CON-POST MID=64194, Token=6C15460A5719B74A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64194, Token=6C15460A5719B74A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R519, 127.0.0.1:8201] send response NON-2.05 MID=64194, Token=null, OptionSet={}, "server responds hi" 06:51:47.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R519, 127.0.0.1:8201, complete]! 06:51:47.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R519, 127.0.0.1:8201, complete] completed NON-2.04 MID=64194, Token=6C15460A5719B74A, 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! 06:51:47.826 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.826 [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=64194, Token=6C15460A5719B74A, 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] 06:51:47.826 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64194] 06:51:47.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L518, 127.0.0.1:8204, complete]! 06:51:47.826 [: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-6C15460A5719B74A] 06:51:47.826 [: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-64194] 06:51:47.826 [: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=64194, Token=6C15460A5719B74A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64194, Token=6C15460A5719B74A, 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! 06:51:47.827 [: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 06:51:47.827 [: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" 06:51:47.827 [: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 06:51:47.827 [: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-64195], CON-POST MID=64195, 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 06:51:47.827 [: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-8CDD8631DBED7A5F], CON-POST MID=64195, Token=8CDD8631DBED7A5F, 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 06:51:47.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64195], KeyToken[127.0.0.1:8204-8CDD8631DBED7A5F]] 06:51:47.827 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.827 [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=64195, Token=8CDD8631DBED7A5F, 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] 06:51:47.827 [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 06:51:47.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64195] 06:51:47.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R521, 127.0.0.1:8201] replace CON-POST MID=64195, Token=8CDD8631DBED7A5F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64195, Token=8CDD8631DBED7A5F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R521, 127.0.0.1:8201] send response NON-2.05 MID=64195, Token=null, OptionSet={}, "server responds hi" 06:51:47.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R521, 127.0.0.1:8201, complete]! 06:51:47.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R521, 127.0.0.1:8201, complete] completed NON-2.04 MID=64195, Token=8CDD8631DBED7A5F, 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! 06:51:47.828 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.828 [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=64195, Token=8CDD8631DBED7A5F, 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] 06:51:47.828 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64195] 06:51:47.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L520, 127.0.0.1:8204, complete]! 06:51:47.828 [: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-8CDD8631DBED7A5F] 06:51:47.828 [: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-64195] 06:51:47.828 [: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=64195, Token=8CDD8631DBED7A5F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64195, Token=8CDD8631DBED7A5F, 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! 06:51:47.828 [: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 06:51:47.828 [: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" 06:51:47.829 [: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 06:51:47.829 [: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-64196], CON-POST MID=64196, 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 06:51:47.829 [: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-200071962882CE26], CON-POST MID=64196, Token=200071962882CE26, 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 06:51:47.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64196], KeyToken[127.0.0.1:8204-200071962882CE26]] 06:51:47.829 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.829 [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=64196, Token=200071962882CE26, 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] 06:51:47.829 [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 06:51:47.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64196] 06:51:47.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R523, 127.0.0.1:8201] replace CON-POST MID=64196, Token=200071962882CE26, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64196, Token=200071962882CE26, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R523, 127.0.0.1:8201] send response NON-2.05 MID=64196, Token=null, OptionSet={}, "server responds hi" 06:51:47.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R523, 127.0.0.1:8201, complete]! 06:51:47.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R523, 127.0.0.1:8201, complete] completed NON-2.04 MID=64196, Token=200071962882CE26, 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! 06:51:47.830 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.830 [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=64196, Token=200071962882CE26, 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] 06:51:47.830 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64196] 06:51:47.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L522, 127.0.0.1:8204, complete]! 06:51:47.830 [: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-200071962882CE26] 06:51:47.830 [: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-64196] 06:51:47.830 [: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=64196, Token=200071962882CE26, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64196, Token=200071962882CE26, 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! 06:51:47.830 [: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 06:51:47.830 [: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" 06:51:47.830 [: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 06:51:47.831 [: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-64197], CON-POST MID=64197, 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 06:51:47.831 [: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-8C24186BB260809D], CON-POST MID=64197, Token=8C24186BB260809D, 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 06:51:47.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64197], KeyToken[127.0.0.1:8204-8C24186BB260809D]] 06:51:47.831 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.831 [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=64197, Token=8C24186BB260809D, 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] 06:51:47.831 [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 06:51:47.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64197] 06:51:47.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R525, 127.0.0.1:8201] replace CON-POST MID=64197, Token=8C24186BB260809D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64197, Token=8C24186BB260809D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R525, 127.0.0.1:8201] send response NON-2.05 MID=64197, Token=null, OptionSet={}, "server responds hi" 06:51:47.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R525, 127.0.0.1:8201, complete]! 06:51:47.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R525, 127.0.0.1:8201, complete] completed NON-2.04 MID=64197, Token=8C24186BB260809D, 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! 06:51:47.831 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.832 [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=64197, Token=8C24186BB260809D, 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] 06:51:47.832 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64197] 06:51:47.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L524, 127.0.0.1:8204, complete]! 06:51:47.832 [: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-8C24186BB260809D] 06:51:47.832 [: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-64197] 06:51:47.832 [: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=64197, Token=8C24186BB260809D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64197, Token=8C24186BB260809D, 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! 06:51:47.832 [: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 06:51:47.832 [: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" 06:51:47.832 [: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 06:51:47.833 [: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-64198], CON-POST MID=64198, 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 06:51:47.833 [: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-2C0C6712DF51157F], CON-POST MID=64198, Token=2C0C6712DF51157F, 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 06:51:47.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64198], KeyToken[127.0.0.1:8204-2C0C6712DF51157F]] 06:51:47.833 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.833 [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=64198, Token=2C0C6712DF51157F, 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] 06:51:47.833 [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 06:51:47.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64198] 06:51:47.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R527, 127.0.0.1:8201] replace CON-POST MID=64198, Token=2C0C6712DF51157F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64198, Token=2C0C6712DF51157F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R527, 127.0.0.1:8201] send response NON-2.05 MID=64198, Token=null, OptionSet={}, "server responds hi" 06:51:47.834 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R527, 127.0.0.1:8201, complete]! 06:51:47.834 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R527, 127.0.0.1:8201, complete] completed NON-2.04 MID=64198, Token=2C0C6712DF51157F, 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! 06:51:47.834 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.834 [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=64198, Token=2C0C6712DF51157F, 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] 06:51:47.834 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64198] 06:51:47.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L526, 127.0.0.1:8204, complete]! 06:51:47.834 [: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-2C0C6712DF51157F] 06:51:47.834 [: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-64198] 06:51:47.834 [: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=64198, Token=2C0C6712DF51157F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64198, Token=2C0C6712DF51157F, 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! 06:51:47.834 [: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 06:51:47.834 [: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" 06:51:47.835 [: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 06:51:47.835 [: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-64199], CON-POST MID=64199, 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 06:51:47.835 [: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-342CF83527ECD97D], CON-POST MID=64199, Token=342CF83527ECD97D, 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 06:51:47.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64199], KeyToken[127.0.0.1:8204-342CF83527ECD97D]] 06:51:47.835 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.835 [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=64199, Token=342CF83527ECD97D, 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] 06:51:47.835 [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 06:51:47.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64199] 06:51:47.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R529, 127.0.0.1:8201] replace CON-POST MID=64199, Token=342CF83527ECD97D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64199, Token=342CF83527ECD97D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R529, 127.0.0.1:8201] send response NON-2.05 MID=64199, Token=null, OptionSet={}, "server responds hi" 06:51:47.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R529, 127.0.0.1:8201, complete]! 06:51:47.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R529, 127.0.0.1:8201, complete] completed NON-2.04 MID=64199, Token=342CF83527ECD97D, 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! 06:51:47.836 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.836 [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=64199, Token=342CF83527ECD97D, 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] 06:51:47.836 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64199] 06:51:47.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L528, 127.0.0.1:8204, complete]! 06:51:47.836 [: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-342CF83527ECD97D] 06:51:47.836 [: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-64199] 06:51:47.836 [: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=64199, Token=342CF83527ECD97D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64199, Token=342CF83527ECD97D, 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! 06:51:47.837 [: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 06:51:47.837 [: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" 06:51:47.837 [: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 06:51:47.837 [: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-64200], CON-POST MID=64200, 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 06:51:47.837 [: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-C8B24A16F948A933], CON-POST MID=64200, Token=C8B24A16F948A933, 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 06:51:47.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64200], KeyToken[127.0.0.1:8204-C8B24A16F948A933]] 06:51:47.837 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.837 [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=64200, Token=C8B24A16F948A933, 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] 06:51:47.837 [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 06:51:47.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64200] 06:51:47.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R531, 127.0.0.1:8201] replace CON-POST MID=64200, Token=C8B24A16F948A933, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64200, Token=C8B24A16F948A933, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R531, 127.0.0.1:8201] send response NON-2.05 MID=64200, Token=null, OptionSet={}, "server responds hi" 06:51:47.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R531, 127.0.0.1:8201, complete]! 06:51:47.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R531, 127.0.0.1:8201, complete] completed NON-2.04 MID=64200, Token=C8B24A16F948A933, 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! 06:51:47.838 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.838 [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=64200, Token=C8B24A16F948A933, 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] 06:51:47.838 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64200] 06:51:47.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L530, 127.0.0.1:8204, complete]! 06:51:47.838 [: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-C8B24A16F948A933] 06:51:47.838 [: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-64200] 06:51:47.838 [: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=64200, Token=C8B24A16F948A933, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64200, Token=C8B24A16F948A933, 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! 06:51:47.838 [: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 06:51:47.838 [: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" 06:51:47.839 [: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 06:51:47.839 [: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-64201], CON-POST MID=64201, 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 06:51:47.839 [: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-20ECD5A0947A5220], CON-POST MID=64201, Token=20ECD5A0947A5220, 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 06:51:47.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64201], KeyToken[127.0.0.1:8204-20ECD5A0947A5220]] 06:51:47.839 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.839 [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=64201, Token=20ECD5A0947A5220, 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] 06:51:47.839 [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 06:51:47.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64201] 06:51:47.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R533, 127.0.0.1:8201] replace CON-POST MID=64201, Token=20ECD5A0947A5220, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64201, Token=20ECD5A0947A5220, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R533, 127.0.0.1:8201] send response NON-2.05 MID=64201, Token=null, OptionSet={}, "server responds hi" 06:51:47.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R533, 127.0.0.1:8201, complete]! 06:51:47.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R533, 127.0.0.1:8201, complete] completed NON-2.04 MID=64201, Token=20ECD5A0947A5220, 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! 06:51:47.840 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.840 [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=64201, Token=20ECD5A0947A5220, 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] 06:51:47.840 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64201] 06:51:47.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L532, 127.0.0.1:8204, complete]! 06:51:47.840 [: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-20ECD5A0947A5220] 06:51:47.840 [: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-64201] 06:51:47.840 [: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=64201, Token=20ECD5A0947A5220, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64201, Token=20ECD5A0947A5220, 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! 06:51:47.840 [: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 06:51:47.840 [: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" 06:51:47.840 [: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 06:51:47.841 [: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-64202], CON-POST MID=64202, 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 06:51:47.841 [: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-147FF7D1B20B669A], CON-POST MID=64202, Token=147FF7D1B20B669A, 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 06:51:47.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64202], KeyToken[127.0.0.1:8204-147FF7D1B20B669A]] 06:51:47.841 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.841 [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=64202, Token=147FF7D1B20B669A, 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] 06:51:47.841 [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 06:51:47.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64202] 06:51:47.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R535, 127.0.0.1:8201] replace CON-POST MID=64202, Token=147FF7D1B20B669A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64202, Token=147FF7D1B20B669A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R535, 127.0.0.1:8201] send response NON-2.05 MID=64202, Token=null, OptionSet={}, "server responds hi" 06:51:47.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R535, 127.0.0.1:8201, complete]! 06:51:47.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R535, 127.0.0.1:8201, complete] completed NON-2.04 MID=64202, Token=147FF7D1B20B669A, 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! 06:51:47.842 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.842 [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=64202, Token=147FF7D1B20B669A, 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] 06:51:47.842 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64202] 06:51:47.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L534, 127.0.0.1:8204, complete]! 06:51:47.842 [: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-147FF7D1B20B669A] 06:51:47.842 [: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-64202] 06:51:47.842 [: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=64202, Token=147FF7D1B20B669A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64202, Token=147FF7D1B20B669A, 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! 06:51:47.842 [: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 06:51:47.842 [: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" 06:51:47.842 [: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 06:51:47.842 [: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-64203], CON-POST MID=64203, 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 06:51:47.842 [: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-A8E3F7879A4E40A0], CON-POST MID=64203, Token=A8E3F7879A4E40A0, 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 06:51:47.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64203], KeyToken[127.0.0.1:8204-A8E3F7879A4E40A0]] 06:51:47.843 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.843 [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=64203, Token=A8E3F7879A4E40A0, 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] 06:51:47.843 [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 06:51:47.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64203] 06:51:47.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R537, 127.0.0.1:8201] replace CON-POST MID=64203, Token=A8E3F7879A4E40A0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64203, Token=A8E3F7879A4E40A0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R537, 127.0.0.1:8201] send response NON-2.05 MID=64203, Token=null, OptionSet={}, "server responds hi" 06:51:47.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R537, 127.0.0.1:8201, complete]! 06:51:47.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R537, 127.0.0.1:8201, complete] completed NON-2.04 MID=64203, Token=A8E3F7879A4E40A0, 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! 06:51:47.843 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.844 [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=64203, Token=A8E3F7879A4E40A0, 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] 06:51:47.844 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64203] 06:51:47.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L536, 127.0.0.1:8204, complete]! 06:51:47.844 [: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-A8E3F7879A4E40A0] 06:51:47.844 [: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-64203] 06:51:47.844 [: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=64203, Token=A8E3F7879A4E40A0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64203, Token=A8E3F7879A4E40A0, 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! 06:51:47.844 [: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 06:51:47.844 [: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" 06:51:47.844 [: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 06:51:47.844 [: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-64204], CON-POST MID=64204, 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 06:51:47.844 [: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-C47371B3722AE1EB], CON-POST MID=64204, Token=C47371B3722AE1EB, 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 06:51:47.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64204], KeyToken[127.0.0.1:8204-C47371B3722AE1EB]] 06:51:47.845 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.845 [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=64204, Token=C47371B3722AE1EB, 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] 06:51:47.845 [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 06:51:47.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64204] 06:51:47.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R539, 127.0.0.1:8201] replace CON-POST MID=64204, Token=C47371B3722AE1EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64204, Token=C47371B3722AE1EB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R539, 127.0.0.1:8201] send response NON-2.05 MID=64204, Token=null, OptionSet={}, "server responds hi" 06:51:47.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R539, 127.0.0.1:8201, complete]! 06:51:47.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R539, 127.0.0.1:8201, complete] completed NON-2.04 MID=64204, Token=C47371B3722AE1EB, 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! 06:51:47.845 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.845 [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=64204, Token=C47371B3722AE1EB, 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] 06:51:47.845 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64204] 06:51:47.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L538, 127.0.0.1:8204, complete]! 06:51:47.846 [: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-C47371B3722AE1EB] 06:51:47.846 [: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-64204] 06:51:47.846 [: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=64204, Token=C47371B3722AE1EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64204, Token=C47371B3722AE1EB, 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! 06:51:47.846 [: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 06:51:47.846 [: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" 06:51:47.846 [: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 06:51:47.846 [: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-64205], CON-POST MID=64205, 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 06:51:47.846 [: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-6C114E7480FFAB16], CON-POST MID=64205, Token=6C114E7480FFAB16, 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 06:51:47.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64205], KeyToken[127.0.0.1:8204-6C114E7480FFAB16]] 06:51:47.846 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.846 [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=64205, Token=6C114E7480FFAB16, 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] 06:51:47.846 [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 06:51:47.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64205] 06:51:47.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R541, 127.0.0.1:8201] replace CON-POST MID=64205, Token=6C114E7480FFAB16, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64205, Token=6C114E7480FFAB16, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R541, 127.0.0.1:8201] send response NON-2.05 MID=64205, Token=null, OptionSet={}, "server responds hi" 06:51:47.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R541, 127.0.0.1:8201, complete]! 06:51:47.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R541, 127.0.0.1:8201, complete] completed NON-2.04 MID=64205, Token=6C114E7480FFAB16, 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! 06:51:47.847 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.847 [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=64205, Token=6C114E7480FFAB16, 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] 06:51:47.847 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64205] 06:51:47.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L540, 127.0.0.1:8204, complete]! 06:51:47.847 [: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-6C114E7480FFAB16] 06:51:47.847 [: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-64205] 06:51:47.847 [: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=64205, Token=6C114E7480FFAB16, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64205, Token=6C114E7480FFAB16, 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! 06:51:47.847 [: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 06:51:47.847 [: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" 06:51:47.848 [: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 06:51:47.848 [: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-64206], CON-POST MID=64206, 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 06:51:47.848 [: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-BC5F371B2C43DBE8], CON-POST MID=64206, Token=BC5F371B2C43DBE8, 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 06:51:47.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64206], KeyToken[127.0.0.1:8204-BC5F371B2C43DBE8]] 06:51:47.848 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.848 [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=64206, Token=BC5F371B2C43DBE8, 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] 06:51:47.848 [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 06:51:47.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64206] 06:51:47.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R543, 127.0.0.1:8201] replace CON-POST MID=64206, Token=BC5F371B2C43DBE8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64206, Token=BC5F371B2C43DBE8, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R543, 127.0.0.1:8201] send response NON-2.05 MID=64206, Token=null, OptionSet={}, "server responds hi" 06:51:47.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R543, 127.0.0.1:8201, complete]! 06:51:47.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R543, 127.0.0.1:8201, complete] completed NON-2.04 MID=64206, Token=BC5F371B2C43DBE8, 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! 06:51:47.848 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.849 [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=64206, Token=BC5F371B2C43DBE8, 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] 06:51:47.849 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64206] 06:51:47.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L542, 127.0.0.1:8204, complete]! 06:51:47.849 [: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-BC5F371B2C43DBE8] 06:51:47.849 [: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-64206] 06:51:47.849 [: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=64206, Token=BC5F371B2C43DBE8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64206, Token=BC5F371B2C43DBE8, 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! 06:51:47.849 [: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 06:51:47.849 [: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" 06:51:47.849 [: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 06:51:47.849 [: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-64207], CON-POST MID=64207, 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 06:51:47.849 [: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-54EBB1787CCA9C6F], CON-POST MID=64207, Token=54EBB1787CCA9C6F, 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 06:51:47.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64207], KeyToken[127.0.0.1:8204-54EBB1787CCA9C6F]] 06:51:47.849 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.850 [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=64207, Token=54EBB1787CCA9C6F, 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] 06:51:47.850 [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 06:51:47.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64207] 06:51:47.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R545, 127.0.0.1:8201] replace CON-POST MID=64207, Token=54EBB1787CCA9C6F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64207, Token=54EBB1787CCA9C6F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R545, 127.0.0.1:8201] send response NON-2.05 MID=64207, Token=null, OptionSet={}, "server responds hi" 06:51:47.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R545, 127.0.0.1:8201, complete]! 06:51:47.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R545, 127.0.0.1:8201, complete] completed NON-2.04 MID=64207, Token=54EBB1787CCA9C6F, 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! 06:51:47.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 06:51:47.850 [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=64207, Token=54EBB1787CCA9C6F, 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] 06:51:47.850 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64207] 06:51:47.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L544, 127.0.0.1:8204, complete]! 06:51:47.851 [: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-54EBB1787CCA9C6F] 06:51:47.851 [: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-64207] 06:51:47.851 [: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=64207, Token=54EBB1787CCA9C6F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64207, Token=54EBB1787CCA9C6F, 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! 06:51:47.851 [: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 06:51:47.851 [: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" 06:51:47.851 [: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 06:51:47.851 [: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-64208], CON-POST MID=64208, 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 06:51:47.851 [: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-587A534B8692521A], CON-POST MID=64208, Token=587A534B8692521A, 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 06:51:47.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-64208], KeyToken[127.0.0.1:8204-587A534B8692521A]] 06:51:47.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 06:51:47.851 [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=64208, Token=587A534B8692521A, 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] 06:51:47.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 06:51:47.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64208] 06:51:47.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R547, 127.0.0.1:8201] replace CON-POST MID=64208, Token=587A534B8692521A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64208, Token=587A534B8692521A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R547, 127.0.0.1:8201] send response NON-2.05 MID=64208, Token=null, OptionSet={}, "server responds hi" 06:51:47.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R547, 127.0.0.1:8201, complete]! 06:51:47.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R547, 127.0.0.1:8201, complete] completed NON-2.04 MID=64208, Token=587A534B8692521A, 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! 06:51:47.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 06:51:47.852 [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=64208, Token=587A534B8692521A, 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] 06:51:47.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 06:51:47.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-64208] 06:51:47.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L546, 127.0.0.1:8204, complete]! 06:51:47.852 [: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-587A534B8692521A] 06:51:47.852 [: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-64208] 06:51:47.852 [: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=64208, Token=587A534B8692521A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64208, Token=587A534B8692521A, 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! 06:51:47.852 [: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 06:51:47.852 [: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" 06:51:47.852 [: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 06:51:47.853 [: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-64209], CON-POST MID=64209, 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 06:51:47.853 [: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-D094C0D62F7DBF2D], CON-POST MID=64209, Token=D094C0D62F7DBF2D, 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 06:51:47.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-64209], KeyToken[127.0.0.1:8204-D094C0D62F7DBF2D]] 06:51:47.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 06:51:47.853 [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=64209, Token=D094C0D62F7DBF2D, 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] 06:51:47.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 06:51:47.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64209] 06:51:47.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R549, 127.0.0.1:8201] replace CON-POST MID=64209, Token=D094C0D62F7DBF2D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64209, Token=D094C0D62F7DBF2D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R549, 127.0.0.1:8201] send response NON-2.05 MID=64209, Token=null, OptionSet={}, "server responds hi" 06:51:47.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R549, 127.0.0.1:8201, complete]! 06:51:47.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R549, 127.0.0.1:8201, complete] completed NON-2.04 MID=64209, Token=D094C0D62F7DBF2D, 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! 06:51:47.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 06:51:47.854 [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=64209, Token=D094C0D62F7DBF2D, 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] 06:51:47.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 06:51:47.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-64209] 06:51:47.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L548, 127.0.0.1:8204, complete]! 06:51:47.854 [: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-D094C0D62F7DBF2D] 06:51:47.854 [: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-64209] 06:51:47.854 [: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=64209, Token=D094C0D62F7DBF2D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64209, Token=D094C0D62F7DBF2D, 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! 06:51:47.854 [: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 06:51:47.854 [: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" 06:51:47.854 [: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 06:51:47.854 [: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-64210], CON-POST MID=64210, 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 06:51:47.854 [: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-D8732D53834FC4C3], CON-POST MID=64210, Token=D8732D53834FC4C3, 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 06:51:47.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-64210], KeyToken[127.0.0.1:8204-D8732D53834FC4C3]] 06:51:47.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:8204 06:51:47.855 [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=64210, Token=D8732D53834FC4C3, 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] 06:51:47.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 06:51:47.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64210] 06:51:47.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R551, 127.0.0.1:8201] replace CON-POST MID=64210, Token=D8732D53834FC4C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64210, Token=D8732D53834FC4C3, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R551, 127.0.0.1:8201] send response NON-2.05 MID=64210, Token=null, OptionSet={}, "server responds hi" 06:51:47.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R551, 127.0.0.1:8201, complete]! 06:51:47.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R551, 127.0.0.1:8201, complete] completed NON-2.04 MID=64210, Token=D8732D53834FC4C3, 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! 06:51:47.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 06:51:47.855 [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=64210, Token=D8732D53834FC4C3, 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] 06:51:47.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64210] 06:51:47.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L550, 127.0.0.1:8204, complete]! 06:51:47.855 [: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-D8732D53834FC4C3] 06:51:47.855 [: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-64210] 06:51:47.855 [: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=64210, Token=D8732D53834FC4C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64210, Token=D8732D53834FC4C3, 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! 06:51:47.856 [: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 06:51:47.856 [: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" 06:51:47.856 [: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 06:51:47.856 [: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-64211], CON-POST MID=64211, 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 06:51:47.856 [: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-BCFF3CF52779AEDD], CON-POST MID=64211, Token=BCFF3CF52779AEDD, 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 06:51:47.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64211], KeyToken[127.0.0.1:8204-BCFF3CF52779AEDD]] 06:51:47.856 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.856 [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=64211, Token=BCFF3CF52779AEDD, 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] 06:51:47.856 [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 06:51:47.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64211] 06:51:47.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R553, 127.0.0.1:8201] replace CON-POST MID=64211, Token=BCFF3CF52779AEDD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64211, Token=BCFF3CF52779AEDD, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R553, 127.0.0.1:8201] send response NON-2.05 MID=64211, Token=null, OptionSet={}, "server responds hi" 06:51:47.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R553, 127.0.0.1:8201, complete]! 06:51:47.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R553, 127.0.0.1:8201, complete] completed NON-2.04 MID=64211, Token=BCFF3CF52779AEDD, 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! 06:51:47.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:8201 06:51:47.857 [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=64211, Token=BCFF3CF52779AEDD, 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] 06:51:47.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64211] 06:51:47.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L552, 127.0.0.1:8204, complete]! 06:51:47.857 [: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-BCFF3CF52779AEDD] 06:51:47.857 [: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-64211] 06:51:47.857 [: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=64211, Token=BCFF3CF52779AEDD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64211, Token=BCFF3CF52779AEDD, 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! 06:51:47.857 [: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 06:51:47.857 [: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" 06:51:47.857 [: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 06:51:47.857 [: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-64212], CON-POST MID=64212, 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 06:51:47.857 [: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-94BB9199864C2FC1], CON-POST MID=64212, Token=94BB9199864C2FC1, 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 06:51:47.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-64212], KeyToken[127.0.0.1:8204-94BB9199864C2FC1]] 06:51:47.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:8204 06:51:47.858 [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=64212, Token=94BB9199864C2FC1, 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] 06:51:47.858 [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 06:51:47.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64212] 06:51:47.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R555, 127.0.0.1:8201] replace CON-POST MID=64212, Token=94BB9199864C2FC1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64212, Token=94BB9199864C2FC1, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R555, 127.0.0.1:8201] send response NON-2.05 MID=64212, Token=null, OptionSet={}, "server responds hi" 06:51:47.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R555, 127.0.0.1:8201, complete]! 06:51:47.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R555, 127.0.0.1:8201, complete] completed NON-2.04 MID=64212, Token=94BB9199864C2FC1, 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! 06:51:47.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 06:51:47.858 [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=64212, Token=94BB9199864C2FC1, 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] 06:51:47.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 06:51:47.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-64212] 06:51:47.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L554, 127.0.0.1:8204, complete]! 06:51:47.859 [: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-94BB9199864C2FC1] 06:51:47.859 [: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-64212] 06:51:47.859 [: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=64212, Token=94BB9199864C2FC1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64212, Token=94BB9199864C2FC1, 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! 06:51:47.859 [: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 06:51:47.859 [: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" 06:51:47.865 [: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 06:51:47.865 [: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-64213], CON-POST MID=64213, 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 06:51:47.865 [: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-5CBAE408E58F33FF], CON-POST MID=64213, Token=5CBAE408E58F33FF, 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 06:51:47.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64213], KeyToken[127.0.0.1:8204-5CBAE408E58F33FF]] 06:51:47.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:8204 06:51:47.865 [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=64213, Token=5CBAE408E58F33FF, 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] 06:51:47.865 [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 06:51:47.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64213] 06:51:47.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R557, 127.0.0.1:8201] replace CON-POST MID=64213, Token=5CBAE408E58F33FF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64213, Token=5CBAE408E58F33FF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R557, 127.0.0.1:8201] send response NON-2.05 MID=64213, Token=null, OptionSet={}, "server responds hi" 06:51:47.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R557, 127.0.0.1:8201, complete]! 06:51:47.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R557, 127.0.0.1:8201, complete] completed NON-2.04 MID=64213, Token=5CBAE408E58F33FF, 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! 06:51:47.866 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.866 [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=64213, Token=5CBAE408E58F33FF, 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] 06:51:47.866 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64213] 06:51:47.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L556, 127.0.0.1:8204, complete]! 06:51:47.866 [: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-5CBAE408E58F33FF] 06:51:47.866 [: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-64213] 06:51:47.866 [: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=64213, Token=5CBAE408E58F33FF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64213, Token=5CBAE408E58F33FF, 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! 06:51:47.866 [: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 06:51:47.866 [: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" 06:51:47.866 [: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 06:51:47.867 [: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-64214], CON-POST MID=64214, 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 06:51:47.867 [: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-B807C4CFB4D202BB], CON-POST MID=64214, Token=B807C4CFB4D202BB, 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 06:51:47.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64214], KeyToken[127.0.0.1:8204-B807C4CFB4D202BB]] 06:51:47.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:8204 06:51:47.867 [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=64214, Token=B807C4CFB4D202BB, 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] 06:51:47.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 06:51:47.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64214] 06:51:47.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R559, 127.0.0.1:8201] replace CON-POST MID=64214, Token=B807C4CFB4D202BB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64214, Token=B807C4CFB4D202BB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R559, 127.0.0.1:8201] send response NON-2.05 MID=64214, Token=null, OptionSet={}, "server responds hi" 06:51:47.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R559, 127.0.0.1:8201, complete]! 06:51:47.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R559, 127.0.0.1:8201, complete] completed NON-2.04 MID=64214, Token=B807C4CFB4D202BB, 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! 06:51:47.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:8201 06:51:47.867 [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=64214, Token=B807C4CFB4D202BB, 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] 06:51:47.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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-64214] 06:51:47.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L558, 127.0.0.1:8204, complete]! 06:51:47.868 [: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-B807C4CFB4D202BB] 06:51:47.868 [: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-64214] 06:51:47.868 [: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=64214, Token=B807C4CFB4D202BB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64214, Token=B807C4CFB4D202BB, 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! 06:51:47.868 [: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 06:51:47.868 [: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" 06:51:47.868 [: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 06:51:47.868 [: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-64215], CON-POST MID=64215, 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 06:51:47.868 [: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-D4C525FD4E1EF281], CON-POST MID=64215, Token=D4C525FD4E1EF281, 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 06:51:47.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64215], KeyToken[127.0.0.1:8204-D4C525FD4E1EF281]] 06:51:47.868 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.868 [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=64215, Token=D4C525FD4E1EF281, 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] 06:51:47.868 [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 06:51:47.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64215] 06:51:47.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R561, 127.0.0.1:8201] replace CON-POST MID=64215, Token=D4C525FD4E1EF281, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64215, Token=D4C525FD4E1EF281, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R561, 127.0.0.1:8201] send response NON-2.05 MID=64215, Token=null, OptionSet={}, "server responds hi" 06:51:47.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R561, 127.0.0.1:8201, complete]! 06:51:47.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R561, 127.0.0.1:8201, complete] completed NON-2.04 MID=64215, Token=D4C525FD4E1EF281, 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! 06:51:47.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:8201 06:51:47.869 [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=64215, Token=D4C525FD4E1EF281, 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] 06:51:47.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64215] 06:51:47.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L560, 127.0.0.1:8204, complete]! 06:51:47.869 [: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-D4C525FD4E1EF281] 06:51:47.869 [: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-64215] 06:51:47.869 [: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=64215, Token=D4C525FD4E1EF281, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64215, Token=D4C525FD4E1EF281, 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! 06:51:47.869 [: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 06:51:47.869 [: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" 06:51:47.870 [: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 06:51:47.870 [: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-64216], CON-POST MID=64216, 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 06:51:47.870 [: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-808FFE8FCB558A70], CON-POST MID=64216, Token=808FFE8FCB558A70, 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 06:51:47.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64216], KeyToken[127.0.0.1:8204-808FFE8FCB558A70]] 06:51:47.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:8204 06:51:47.870 [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=64216, Token=808FFE8FCB558A70, 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] 06:51:47.870 [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 06:51:47.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64216] 06:51:47.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R563, 127.0.0.1:8201] replace CON-POST MID=64216, Token=808FFE8FCB558A70, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64216, Token=808FFE8FCB558A70, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R563, 127.0.0.1:8201] send response NON-2.05 MID=64216, Token=null, OptionSet={}, "server responds hi" 06:51:47.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R563, 127.0.0.1:8201, complete]! 06:51:47.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R563, 127.0.0.1:8201, complete] completed NON-2.04 MID=64216, Token=808FFE8FCB558A70, 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! 06:51:47.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:8201 06:51:47.871 [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=64216, Token=808FFE8FCB558A70, 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] 06:51:47.871 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64216] 06:51:47.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L562, 127.0.0.1:8204, complete]! 06:51:47.871 [: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-808FFE8FCB558A70] 06:51:47.871 [: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-64216] 06:51:47.871 [: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=64216, Token=808FFE8FCB558A70, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64216, Token=808FFE8FCB558A70, 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! 06:51:47.871 [: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 06:51:47.871 [: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" 06:51:47.871 [: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 06:51:47.871 [: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-64217], CON-POST MID=64217, 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 06:51:47.871 [: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-489296A44DAEAF6D], CON-POST MID=64217, Token=489296A44DAEAF6D, 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 06:51:47.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-64217], KeyToken[127.0.0.1:8204-489296A44DAEAF6D]] 06:51:47.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 06:51:47.872 [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=64217, Token=489296A44DAEAF6D, 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] 06:51:47.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 06:51:47.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64217] 06:51:47.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R565, 127.0.0.1:8201] replace CON-POST MID=64217, Token=489296A44DAEAF6D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64217, Token=489296A44DAEAF6D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R565, 127.0.0.1:8201] send response NON-2.05 MID=64217, Token=null, OptionSet={}, "server responds hi" 06:51:47.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R565, 127.0.0.1:8201, complete]! 06:51:47.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R565, 127.0.0.1:8201, complete] completed NON-2.04 MID=64217, Token=489296A44DAEAF6D, 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! 06:51:47.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 06:51:47.872 [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=64217, Token=489296A44DAEAF6D, 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] 06:51:47.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 06:51:47.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-64217] 06:51:47.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L564, 127.0.0.1:8204, complete]! 06:51:47.872 [: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-489296A44DAEAF6D] 06:51:47.872 [: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-64217] 06:51:47.872 [: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=64217, Token=489296A44DAEAF6D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64217, Token=489296A44DAEAF6D, 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! 06:51:47.914 [: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 06:51:47.914 [: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" 06:51:47.915 [: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 06:51:47.915 [: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-64218], CON-POST MID=64218, 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 06:51:47.915 [: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-CCF30DADFE4CA169], CON-POST MID=64218, Token=CCF30DADFE4CA169, 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 06:51:47.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64218], KeyToken[127.0.0.1:8204-CCF30DADFE4CA169]] 06:51:47.915 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.915 [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=64218, Token=CCF30DADFE4CA169, 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] 06:51:47.915 [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 06:51:47.915 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64218] 06:51:47.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R567, 127.0.0.1:8201] replace CON-POST MID=64218, Token=CCF30DADFE4CA169, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64218, Token=CCF30DADFE4CA169, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R567, 127.0.0.1:8201] send response NON-2.05 MID=64218, Token=null, OptionSet={}, "server responds hi" 06:51:47.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R567, 127.0.0.1:8201, complete]! 06:51:47.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R567, 127.0.0.1:8201, complete] completed NON-2.04 MID=64218, Token=CCF30DADFE4CA169, 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! 06:51:47.916 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.916 [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=64218, Token=CCF30DADFE4CA169, 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] 06:51:47.916 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64218] 06:51:47.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L566, 127.0.0.1:8204, complete]! 06:51:47.916 [: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-CCF30DADFE4CA169] 06:51:47.916 [: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-64218] 06:51:47.916 [: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=64218, Token=CCF30DADFE4CA169, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64218, Token=CCF30DADFE4CA169, 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! 06:51:47.917 [: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 06:51:47.917 [: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" 06:51:47.917 [: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 06:51:47.917 [: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-64219], CON-POST MID=64219, 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 06:51:47.917 [: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-5858EE14E1C3D2D5], CON-POST MID=64219, Token=5858EE14E1C3D2D5, 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 06:51:47.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64219], KeyToken[127.0.0.1:8204-5858EE14E1C3D2D5]] 06:51:47.917 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.917 [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=64219, Token=5858EE14E1C3D2D5, 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] 06:51:47.917 [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 06:51:47.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64219] 06:51:47.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R569, 127.0.0.1:8201] replace CON-POST MID=64219, Token=5858EE14E1C3D2D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64219, Token=5858EE14E1C3D2D5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R569, 127.0.0.1:8201] send response NON-2.05 MID=64219, Token=null, OptionSet={}, "server responds hi" 06:51:47.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R569, 127.0.0.1:8201, complete]! 06:51:47.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R569, 127.0.0.1:8201, complete] completed NON-2.04 MID=64219, Token=5858EE14E1C3D2D5, 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! 06:51:47.918 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.918 [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=64219, Token=5858EE14E1C3D2D5, 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] 06:51:47.918 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64219] 06:51:47.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L568, 127.0.0.1:8204, complete]! 06:51:47.919 [: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-5858EE14E1C3D2D5] 06:51:47.919 [: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-64219] 06:51:47.919 [: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=64219, Token=5858EE14E1C3D2D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64219, Token=5858EE14E1C3D2D5, 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! 06:51:47.919 [: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 06:51:47.919 [: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" 06:51:47.919 [: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 06:51:47.919 [: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-64220], CON-POST MID=64220, 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 06:51:47.919 [: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-B40B472D38E9DF2B], CON-POST MID=64220, Token=B40B472D38E9DF2B, 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 06:51:47.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64220], KeyToken[127.0.0.1:8204-B40B472D38E9DF2B]] 06:51:47.919 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.919 [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=64220, Token=B40B472D38E9DF2B, 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] 06:51:47.919 [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 06:51:47.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64220] 06:51:47.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R571, 127.0.0.1:8201] replace CON-POST MID=64220, Token=B40B472D38E9DF2B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64220, Token=B40B472D38E9DF2B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R571, 127.0.0.1:8201] send response NON-2.05 MID=64220, Token=null, OptionSet={}, "server responds hi" 06:51:47.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R571, 127.0.0.1:8201, complete]! 06:51:47.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R571, 127.0.0.1:8201, complete] completed NON-2.04 MID=64220, Token=B40B472D38E9DF2B, 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! 06:51:47.920 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.920 [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=64220, Token=B40B472D38E9DF2B, 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] 06:51:47.920 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64220] 06:51:47.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L570, 127.0.0.1:8204, complete]! 06:51:47.920 [: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-B40B472D38E9DF2B] 06:51:47.920 [: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-64220] 06:51:47.920 [: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=64220, Token=B40B472D38E9DF2B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64220, Token=B40B472D38E9DF2B, 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! 06:51:47.920 [: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 06:51:47.920 [: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" 06:51:47.921 [: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 06:51:47.921 [: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-64221], CON-POST MID=64221, 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 06:51:47.921 [: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-4C9A4572E2D386C3], CON-POST MID=64221, Token=4C9A4572E2D386C3, 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 06:51:47.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64221], KeyToken[127.0.0.1:8204-4C9A4572E2D386C3]] 06:51:47.921 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.921 [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=64221, Token=4C9A4572E2D386C3, 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] 06:51:47.921 [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 06:51:47.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64221] 06:51:47.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R573, 127.0.0.1:8201] replace CON-POST MID=64221, Token=4C9A4572E2D386C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64221, Token=4C9A4572E2D386C3, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R573, 127.0.0.1:8201] send response NON-2.05 MID=64221, Token=null, OptionSet={}, "server responds hi" 06:51:47.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R573, 127.0.0.1:8201, complete]! 06:51:47.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R573, 127.0.0.1:8201, complete] completed NON-2.04 MID=64221, Token=4C9A4572E2D386C3, 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! 06:51:47.921 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.921 [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=64221, Token=4C9A4572E2D386C3, 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] 06:51:47.921 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64221] 06:51:47.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L572, 127.0.0.1:8204, complete]! 06:51:47.922 [: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-4C9A4572E2D386C3] 06:51:47.922 [: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-64221] 06:51:47.922 [: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=64221, Token=4C9A4572E2D386C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64221, Token=4C9A4572E2D386C3, 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! 06:51:47.922 [: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 06:51:47.922 [: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" 06:51:47.922 [: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 06:51:47.922 [: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-64222], CON-POST MID=64222, 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 06:51:47.922 [: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-A445D17F5A33A608], CON-POST MID=64222, Token=A445D17F5A33A608, 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 06:51:47.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64222], KeyToken[127.0.0.1:8204-A445D17F5A33A608]] 06:51:47.922 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.922 [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=64222, Token=A445D17F5A33A608, 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] 06:51:47.922 [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 06:51:47.923 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64222] 06:51:47.923 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.923 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R575, 127.0.0.1:8201] replace CON-POST MID=64222, Token=A445D17F5A33A608, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64222, Token=A445D17F5A33A608, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.923 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R575, 127.0.0.1:8201] send response NON-2.05 MID=64222, Token=null, OptionSet={}, "server responds hi" 06:51:47.923 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R575, 127.0.0.1:8201, complete]! 06:51:47.923 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R575, 127.0.0.1:8201, complete] completed NON-2.04 MID=64222, Token=A445D17F5A33A608, 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! 06:51:47.923 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.923 [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=64222, Token=A445D17F5A33A608, 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] 06:51:47.923 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64222] 06:51:47.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L574, 127.0.0.1:8204, complete]! 06:51:47.923 [: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-A445D17F5A33A608] 06:51:47.923 [: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-64222] 06:51:47.923 [: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=64222, Token=A445D17F5A33A608, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64222, Token=A445D17F5A33A608, 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! 06:51:47.923 [: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 06:51:47.923 [: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" 06:51:47.924 [: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 06:51:47.924 [: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-64223], CON-POST MID=64223, 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 06:51:47.924 [: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-447E4A5F24D978F1], CON-POST MID=64223, Token=447E4A5F24D978F1, 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 06:51:47.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64223], KeyToken[127.0.0.1:8204-447E4A5F24D978F1]] 06:51:47.924 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.924 [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=64223, Token=447E4A5F24D978F1, 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] 06:51:47.924 [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 06:51:47.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64223] 06:51:47.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R577, 127.0.0.1:8201] replace CON-POST MID=64223, Token=447E4A5F24D978F1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64223, Token=447E4A5F24D978F1, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R577, 127.0.0.1:8201] send response NON-2.05 MID=64223, Token=null, OptionSet={}, "server responds hi" 06:51:47.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R577, 127.0.0.1:8201, complete]! 06:51:47.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R577, 127.0.0.1:8201, complete] completed NON-2.04 MID=64223, Token=447E4A5F24D978F1, 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! 06:51:47.925 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.925 [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=64223, Token=447E4A5F24D978F1, 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] 06:51:47.925 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64223] 06:51:47.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L576, 127.0.0.1:8204, complete]! 06:51:47.925 [: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-447E4A5F24D978F1] 06:51:47.925 [: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-64223] 06:51:47.925 [: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=64223, Token=447E4A5F24D978F1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64223, Token=447E4A5F24D978F1, 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! 06:51:47.925 [: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 06:51:47.925 [: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" 06:51:47.925 [: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 06:51:47.925 [: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-64224], CON-POST MID=64224, 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 06:51:47.925 [: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-CC259440F64E6417], CON-POST MID=64224, Token=CC259440F64E6417, 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 06:51:47.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64224], KeyToken[127.0.0.1:8204-CC259440F64E6417]] 06:51:47.926 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.926 [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=64224, Token=CC259440F64E6417, 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] 06:51:47.926 [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 06:51:47.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64224] 06:51:47.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R579, 127.0.0.1:8201] replace CON-POST MID=64224, Token=CC259440F64E6417, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64224, Token=CC259440F64E6417, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R579, 127.0.0.1:8201] send response NON-2.05 MID=64224, Token=null, OptionSet={}, "server responds hi" 06:51:47.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R579, 127.0.0.1:8201, complete]! 06:51:47.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R579, 127.0.0.1:8201, complete] completed NON-2.04 MID=64224, Token=CC259440F64E6417, 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! 06:51:47.926 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.926 [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=64224, Token=CC259440F64E6417, 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] 06:51:47.926 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64224] 06:51:47.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L578, 127.0.0.1:8204, complete]! 06:51:47.926 [: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-CC259440F64E6417] 06:51:47.926 [: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-64224] 06:51:47.926 [: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=64224, Token=CC259440F64E6417, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64224, Token=CC259440F64E6417, 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! 06:51:47.927 [: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 06:51:47.927 [: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" 06:51:47.927 [: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 06:51:47.927 [: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-64225], CON-POST MID=64225, 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 06:51:47.927 [: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-78B3274F6F6AFD09], CON-POST MID=64225, Token=78B3274F6F6AFD09, 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 06:51:47.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64225], KeyToken[127.0.0.1:8204-78B3274F6F6AFD09]] 06:51:47.927 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.927 [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=64225, Token=78B3274F6F6AFD09, 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] 06:51:47.927 [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 06:51:47.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64225] 06:51:47.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R581, 127.0.0.1:8201] replace CON-POST MID=64225, Token=78B3274F6F6AFD09, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64225, Token=78B3274F6F6AFD09, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R581, 127.0.0.1:8201] send response NON-2.05 MID=64225, Token=null, OptionSet={}, "server responds hi" 06:51:47.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R581, 127.0.0.1:8201, complete]! 06:51:47.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R581, 127.0.0.1:8201, complete] completed NON-2.04 MID=64225, Token=78B3274F6F6AFD09, 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! 06:51:47.928 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.928 [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=64225, Token=78B3274F6F6AFD09, 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] 06:51:47.928 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64225] 06:51:47.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L580, 127.0.0.1:8204, complete]! 06:51:47.928 [: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-78B3274F6F6AFD09] 06:51:47.928 [: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-64225] 06:51:47.928 [: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=64225, Token=78B3274F6F6AFD09, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64225, Token=78B3274F6F6AFD09, 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! 06:51:47.928 [: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 06:51:47.928 [: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" 06:51:47.928 [: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 06:51:47.928 [: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-64226], CON-POST MID=64226, 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 06:51:47.928 [: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-A0082DCA40CEE507], CON-POST MID=64226, Token=A0082DCA40CEE507, 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 06:51:47.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64226], KeyToken[127.0.0.1:8204-A0082DCA40CEE507]] 06:51:47.929 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.929 [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=64226, Token=A0082DCA40CEE507, 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] 06:51:47.929 [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 06:51:47.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64226] 06:51:47.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R583, 127.0.0.1:8201] replace CON-POST MID=64226, Token=A0082DCA40CEE507, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64226, Token=A0082DCA40CEE507, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R583, 127.0.0.1:8201] send response NON-2.05 MID=64226, Token=null, OptionSet={}, "server responds hi" 06:51:47.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R583, 127.0.0.1:8201, complete]! 06:51:47.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R583, 127.0.0.1:8201, complete] completed NON-2.04 MID=64226, Token=A0082DCA40CEE507, 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! 06:51:47.929 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.929 [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=64226, Token=A0082DCA40CEE507, 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] 06:51:47.929 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64226] 06:51:47.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L582, 127.0.0.1:8204, complete]! 06:51:47.930 [: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-A0082DCA40CEE507] 06:51:47.930 [: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-64226] 06:51:47.930 [: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=64226, Token=A0082DCA40CEE507, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64226, Token=A0082DCA40CEE507, 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! 06:51:47.930 [: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 06:51:47.930 [: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" 06:51:47.930 [: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 06:51:47.930 [: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-64227], CON-POST MID=64227, 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 06:51:47.930 [: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-8C852A2023E6796D], CON-POST MID=64227, Token=8C852A2023E6796D, 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 06:51:47.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64227], KeyToken[127.0.0.1:8204-8C852A2023E6796D]] 06:51:47.930 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.930 [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=64227, Token=8C852A2023E6796D, 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] 06:51:47.930 [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 06:51:47.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64227] 06:51:47.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R585, 127.0.0.1:8201] replace CON-POST MID=64227, Token=8C852A2023E6796D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64227, Token=8C852A2023E6796D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R585, 127.0.0.1:8201] send response NON-2.05 MID=64227, Token=null, OptionSet={}, "server responds hi" 06:51:47.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R585, 127.0.0.1:8201, complete]! 06:51:47.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R585, 127.0.0.1:8201, complete] completed NON-2.04 MID=64227, Token=8C852A2023E6796D, 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! 06:51:47.931 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.931 [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=64227, Token=8C852A2023E6796D, 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] 06:51:47.931 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64227] 06:51:47.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L584, 127.0.0.1:8204, complete]! 06:51:47.931 [: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-8C852A2023E6796D] 06:51:47.931 [: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-64227] 06:51:47.931 [: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=64227, Token=8C852A2023E6796D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64227, Token=8C852A2023E6796D, 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! 06:51:47.931 [: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 06:51:47.931 [: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" 06:51:47.932 [: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 06:51:47.932 [: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-64228], CON-POST MID=64228, 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 06:51:47.932 [: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-00C3456C7E31970C], CON-POST MID=64228, Token=00C3456C7E31970C, 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 06:51:47.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64228], KeyToken[127.0.0.1:8204-00C3456C7E31970C]] 06:51:47.932 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.932 [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=64228, Token=00C3456C7E31970C, 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] 06:51:47.932 [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 06:51:47.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64228] 06:51:47.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R587, 127.0.0.1:8201] replace CON-POST MID=64228, Token=00C3456C7E31970C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64228, Token=00C3456C7E31970C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R587, 127.0.0.1:8201] send response NON-2.05 MID=64228, Token=null, OptionSet={}, "server responds hi" 06:51:47.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R587, 127.0.0.1:8201, complete]! 06:51:47.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R587, 127.0.0.1:8201, complete] completed NON-2.04 MID=64228, Token=00C3456C7E31970C, 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! 06:51:47.932 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.932 [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=64228, Token=00C3456C7E31970C, 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] 06:51:47.933 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64228] 06:51:47.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L586, 127.0.0.1:8204, complete]! 06:51:47.933 [: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-00C3456C7E31970C] 06:51:47.933 [: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-64228] 06:51:47.933 [: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=64228, Token=00C3456C7E31970C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64228, Token=00C3456C7E31970C, 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! 06:51:47.933 [: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 06:51:47.933 [: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" 06:51:47.933 [: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 06:51:47.933 [: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-64229], CON-POST MID=64229, 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 06:51:47.933 [: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-C4AA9891D6A62463], CON-POST MID=64229, Token=C4AA9891D6A62463, 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 06:51:47.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64229], KeyToken[127.0.0.1:8204-C4AA9891D6A62463]] 06:51:47.933 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.933 [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=64229, Token=C4AA9891D6A62463, 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] 06:51:47.933 [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 06:51:47.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64229] 06:51:47.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R589, 127.0.0.1:8201] replace CON-POST MID=64229, Token=C4AA9891D6A62463, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64229, Token=C4AA9891D6A62463, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R589, 127.0.0.1:8201] send response NON-2.05 MID=64229, Token=null, OptionSet={}, "server responds hi" 06:51:47.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R589, 127.0.0.1:8201, complete]! 06:51:47.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R589, 127.0.0.1:8201, complete] completed NON-2.04 MID=64229, Token=C4AA9891D6A62463, 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! 06:51:47.934 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.934 [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=64229, Token=C4AA9891D6A62463, 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] 06:51:47.934 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64229] 06:51:47.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L588, 127.0.0.1:8204, complete]! 06:51:47.934 [: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-C4AA9891D6A62463] 06:51:47.934 [: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-64229] 06:51:47.934 [: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=64229, Token=C4AA9891D6A62463, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64229, Token=C4AA9891D6A62463, 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! 06:51:47.934 [: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 06:51:47.934 [: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" 06:51:47.934 [: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 06:51:47.934 [: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-64230], CON-POST MID=64230, 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 06:51:47.934 [: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-DCAD93FEA079B345], CON-POST MID=64230, Token=DCAD93FEA079B345, 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 06:51:47.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64230], KeyToken[127.0.0.1:8204-DCAD93FEA079B345]] 06:51:47.935 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.935 [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=64230, Token=DCAD93FEA079B345, 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] 06:51:47.935 [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 06:51:47.935 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64230] 06:51:47.935 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.935 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R591, 127.0.0.1:8201] replace CON-POST MID=64230, Token=DCAD93FEA079B345, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64230, Token=DCAD93FEA079B345, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.935 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R591, 127.0.0.1:8201] send response NON-2.05 MID=64230, Token=null, OptionSet={}, "server responds hi" 06:51:47.935 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R591, 127.0.0.1:8201, complete]! 06:51:47.935 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R591, 127.0.0.1:8201, complete] completed NON-2.04 MID=64230, Token=DCAD93FEA079B345, 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! 06:51:47.935 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.935 [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=64230, Token=DCAD93FEA079B345, 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] 06:51:47.935 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64230] 06:51:47.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L590, 127.0.0.1:8204, complete]! 06:51:47.935 [: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-DCAD93FEA079B345] 06:51:47.935 [: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-64230] 06:51:47.935 [: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=64230, Token=DCAD93FEA079B345, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64230, Token=DCAD93FEA079B345, 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! 06:51:47.936 [: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 06:51:47.936 [: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" 06:51:47.936 [: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 06:51:47.936 [: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-64231], CON-POST MID=64231, 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 06:51:47.936 [: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-BC4A4C9937D2799D], CON-POST MID=64231, Token=BC4A4C9937D2799D, 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 06:51:47.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64231], KeyToken[127.0.0.1:8204-BC4A4C9937D2799D]] 06:51:47.936 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.936 [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=64231, Token=BC4A4C9937D2799D, 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] 06:51:47.936 [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 06:51:47.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64231] 06:51:47.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R593, 127.0.0.1:8201] replace CON-POST MID=64231, Token=BC4A4C9937D2799D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64231, Token=BC4A4C9937D2799D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R593, 127.0.0.1:8201] send response NON-2.05 MID=64231, Token=null, OptionSet={}, "server responds hi" 06:51:47.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R593, 127.0.0.1:8201, complete]! 06:51:47.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R593, 127.0.0.1:8201, complete] completed NON-2.04 MID=64231, Token=BC4A4C9937D2799D, 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! 06:51:47.937 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.937 [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=64231, Token=BC4A4C9937D2799D, 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] 06:51:47.937 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64231] 06:51:47.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L592, 127.0.0.1:8204, complete]! 06:51:47.937 [: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-BC4A4C9937D2799D] 06:51:47.937 [: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-64231] 06:51:47.937 [: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=64231, Token=BC4A4C9937D2799D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64231, Token=BC4A4C9937D2799D, 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! 06:51:47.937 [: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 06:51:47.937 [: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" 06:51:47.937 [: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 06:51:47.937 [: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-64232], CON-POST MID=64232, 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 06:51:47.937 [: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-ECD2A9DF797691D6], CON-POST MID=64232, Token=ECD2A9DF797691D6, 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 06:51:47.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64232], KeyToken[127.0.0.1:8204-ECD2A9DF797691D6]] 06:51:47.938 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.938 [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=64232, Token=ECD2A9DF797691D6, 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] 06:51:47.938 [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 06:51:47.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64232] 06:51:47.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R595, 127.0.0.1:8201] replace CON-POST MID=64232, Token=ECD2A9DF797691D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64232, Token=ECD2A9DF797691D6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R595, 127.0.0.1:8201] send response NON-2.05 MID=64232, Token=null, OptionSet={}, "server responds hi" 06:51:47.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R595, 127.0.0.1:8201, complete]! 06:51:47.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R595, 127.0.0.1:8201, complete] completed NON-2.04 MID=64232, Token=ECD2A9DF797691D6, 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! 06:51:47.938 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.938 [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=64232, Token=ECD2A9DF797691D6, 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] 06:51:47.938 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64232] 06:51:47.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L594, 127.0.0.1:8204, complete]! 06:51:47.938 [: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-ECD2A9DF797691D6] 06:51:47.938 [: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-64232] 06:51:47.938 [: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=64232, Token=ECD2A9DF797691D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64232, Token=ECD2A9DF797691D6, 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! 06:51:47.939 [: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 06:51:47.939 [: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" 06:51:47.939 [: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 06:51:47.939 [: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-64233], CON-POST MID=64233, 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 06:51:47.939 [: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-886A9D2F4669740B], CON-POST MID=64233, Token=886A9D2F4669740B, 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 06:51:47.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64233], KeyToken[127.0.0.1:8204-886A9D2F4669740B]] 06:51:47.939 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.939 [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=64233, Token=886A9D2F4669740B, 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] 06:51:47.939 [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 06:51:47.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64233] 06:51:47.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R597, 127.0.0.1:8201] replace CON-POST MID=64233, Token=886A9D2F4669740B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64233, Token=886A9D2F4669740B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R597, 127.0.0.1:8201] send response NON-2.05 MID=64233, Token=null, OptionSet={}, "server responds hi" 06:51:47.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R597, 127.0.0.1:8201, complete]! 06:51:47.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R597, 127.0.0.1:8201, complete] completed NON-2.04 MID=64233, Token=886A9D2F4669740B, 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! 06:51:47.940 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.940 [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=64233, Token=886A9D2F4669740B, 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] 06:51:47.940 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64233] 06:51:47.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L596, 127.0.0.1:8204, complete]! 06:51:47.940 [: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-886A9D2F4669740B] 06:51:47.940 [: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-64233] 06:51:47.940 [: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=64233, Token=886A9D2F4669740B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64233, Token=886A9D2F4669740B, 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! 06:51:47.940 [: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 06:51:47.940 [: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" 06:51:47.940 [: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 06:51:47.940 [: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-64234], CON-POST MID=64234, 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 06:51:47.940 [: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-887158E311A0C4AC], CON-POST MID=64234, Token=887158E311A0C4AC, 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 06:51:47.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64234], KeyToken[127.0.0.1:8204-887158E311A0C4AC]] 06:51:47.940 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.940 [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=64234, Token=887158E311A0C4AC, 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] 06:51:47.940 [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 06:51:47.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64234] 06:51:47.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R599, 127.0.0.1:8201] replace CON-POST MID=64234, Token=887158E311A0C4AC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64234, Token=887158E311A0C4AC, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R599, 127.0.0.1:8201] send response NON-2.05 MID=64234, Token=null, OptionSet={}, "server responds hi" 06:51:47.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R599, 127.0.0.1:8201, complete]! 06:51:47.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R599, 127.0.0.1:8201, complete] completed NON-2.04 MID=64234, Token=887158E311A0C4AC, 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! 06:51:47.941 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.941 [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=64234, Token=887158E311A0C4AC, 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] 06:51:47.941 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64234] 06:51:47.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L598, 127.0.0.1:8204, complete]! 06:51:47.941 [: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-887158E311A0C4AC] 06:51:47.941 [: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-64234] 06:51:47.941 [: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=64234, Token=887158E311A0C4AC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64234, Token=887158E311A0C4AC, 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! 06:51:47.941 [: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 06:51:47.941 [: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" 06:51:47.942 [: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 06:51:47.942 [: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-64235], CON-POST MID=64235, 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 06:51:47.942 [: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-A0D743AC1992563A], CON-POST MID=64235, Token=A0D743AC1992563A, 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 06:51:47.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64235], KeyToken[127.0.0.1:8204-A0D743AC1992563A]] 06:51:47.942 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.942 [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=64235, Token=A0D743AC1992563A, 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] 06:51:47.942 [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 06:51:47.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64235] 06:51:47.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R601, 127.0.0.1:8201] replace CON-POST MID=64235, Token=A0D743AC1992563A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64235, Token=A0D743AC1992563A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R601, 127.0.0.1:8201] send response NON-2.05 MID=64235, Token=null, OptionSet={}, "server responds hi" 06:51:47.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R601, 127.0.0.1:8201, complete]! 06:51:47.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R601, 127.0.0.1:8201, complete] completed NON-2.04 MID=64235, Token=A0D743AC1992563A, 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! 06:51:47.942 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.943 [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=64235, Token=A0D743AC1992563A, 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] 06:51:47.943 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64235] 06:51:47.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L600, 127.0.0.1:8204, complete]! 06:51:47.943 [: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-A0D743AC1992563A] 06:51:47.943 [: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-64235] 06:51:47.943 [: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=64235, Token=A0D743AC1992563A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64235, Token=A0D743AC1992563A, 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! 06:51:47.943 [: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 06:51:47.943 [: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" 06:51:47.943 [: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 06:51:47.943 [: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-64236], CON-POST MID=64236, 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 06:51:47.943 [: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-880763630D95E068], CON-POST MID=64236, Token=880763630D95E068, 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 06:51:47.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64236], KeyToken[127.0.0.1:8204-880763630D95E068]] 06:51:47.943 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:47.943 [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=64236, Token=880763630D95E068, 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] 06:51:47.943 [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 06:51:47.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64236] 06:51:47.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R603, 127.0.0.1:8201] replace CON-POST MID=64236, Token=880763630D95E068, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64236, Token=880763630D95E068, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R603, 127.0.0.1:8201] send response NON-2.05 MID=64236, Token=null, OptionSet={}, "server responds hi" 06:51:47.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R603, 127.0.0.1:8201, complete]! 06:51:47.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R603, 127.0.0.1:8201, complete] completed NON-2.04 MID=64236, Token=880763630D95E068, 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! 06:51:47.944 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.944 [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=64236, Token=880763630D95E068, 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] 06:51:47.944 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64236] 06:51:47.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L602, 127.0.0.1:8204, complete]! 06:51:47.944 [: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-880763630D95E068] 06:51:47.944 [: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-64236] 06:51:47.944 [: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=64236, Token=880763630D95E068, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64236, Token=880763630D95E068, 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! 06:51:47.944 [: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 06:51:47.944 [: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" 06:51:47.944 [: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 06:51:47.945 [: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-64237], CON-POST MID=64237, 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 06:51:47.945 [: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-58BD4671951922D5], CON-POST MID=64237, Token=58BD4671951922D5, 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 06:51:47.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64237], KeyToken[127.0.0.1:8204-58BD4671951922D5]] 06:51:47.945 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:47.945 [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=64237, Token=58BD4671951922D5, 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] 06:51:47.945 [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 06:51:47.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64237] 06:51:47.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R605, 127.0.0.1:8201] replace CON-POST MID=64237, Token=58BD4671951922D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64237, Token=58BD4671951922D5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R605, 127.0.0.1:8201] send response NON-2.05 MID=64237, Token=null, OptionSet={}, "server responds hi" 06:51:47.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R605, 127.0.0.1:8201, complete]! 06:51:47.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R605, 127.0.0.1:8201, complete] completed NON-2.04 MID=64237, Token=58BD4671951922D5, 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! 06:51:47.946 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.946 [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=64237, Token=58BD4671951922D5, 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] 06:51:47.946 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64237] 06:51:47.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L604, 127.0.0.1:8204, complete]! 06:51:47.950 [: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-58BD4671951922D5] 06:51:47.950 [: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-64237] 06:51:47.951 [: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=64237, Token=58BD4671951922D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64237, Token=58BD4671951922D5, 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! 06:51:47.952 [: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 06:51:47.953 [: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" 06:51:47.955 [: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 06:51:47.955 [: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-64238], CON-POST MID=64238, 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 06:51:47.955 [: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-244D279FB6921A35], CON-POST MID=64238, Token=244D279FB6921A35, 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 06:51:47.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64238], KeyToken[127.0.0.1:8204-244D279FB6921A35]] 06:51:47.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 41 bytes to 127.0.0.1:8204 06:51:47.957 [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=64238, Token=244D279FB6921A35, 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] 06:51:47.957 [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 06:51:47.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64238] 06:51:47.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R607, 127.0.0.1:8201] replace CON-POST MID=64238, Token=244D279FB6921A35, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64238, Token=244D279FB6921A35, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R607, 127.0.0.1:8201] send response NON-2.05 MID=64238, Token=null, OptionSet={}, "server responds hi" 06:51:47.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R607, 127.0.0.1:8201, complete]! 06:51:47.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R607, 127.0.0.1:8201, complete] completed NON-2.04 MID=64238, Token=244D279FB6921A35, 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! 06:51:47.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:8201 06:51:47.958 [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=64238, Token=244D279FB6921A35, 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] 06:51:47.958 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64238] 06:51:47.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L606, 127.0.0.1:8204, complete]! 06:51:47.959 [: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-244D279FB6921A35] 06:51:47.959 [: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-64238] 06:51:47.959 [: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=64238, Token=244D279FB6921A35, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64238, Token=244D279FB6921A35, 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! 06:51:47.959 [: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 06:51:47.959 [: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" 06:51:47.959 [: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 06:51:47.959 [: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-64239], CON-POST MID=64239, 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 06:51:47.959 [: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-84580971C7204714], CON-POST MID=64239, Token=84580971C7204714, 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 06:51:47.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64239], KeyToken[127.0.0.1:8204-84580971C7204714]] 06:51:47.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 41 bytes to 127.0.0.1:8204 06:51:47.960 [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=64239, Token=84580971C7204714, 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] 06:51:47.960 [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 06:51:47.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64239] 06:51:47.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R609, 127.0.0.1:8201] replace CON-POST MID=64239, Token=84580971C7204714, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64239, Token=84580971C7204714, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R609, 127.0.0.1:8201] send response NON-2.05 MID=64239, Token=null, OptionSet={}, "server responds hi" 06:51:47.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R609, 127.0.0.1:8201, complete]! 06:51:47.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R609, 127.0.0.1:8201, complete] completed NON-2.04 MID=64239, Token=84580971C7204714, 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! 06:51:47.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 06:51:47.960 [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=64239, Token=84580971C7204714, 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] 06:51:47.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 06:51:47.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:8204-64239] 06:51:47.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L608, 127.0.0.1:8204, complete]! 06:51:47.961 [: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-84580971C7204714] 06:51:47.961 [: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-64239] 06:51:47.961 [: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=64239, Token=84580971C7204714, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64239, Token=84580971C7204714, 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! 06:51:47.961 [: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 06:51:47.961 [: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" 06:51:47.961 [: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 06:51:47.961 [: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-64240], CON-POST MID=64240, 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 06:51:47.961 [: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-6838EE059A78D91B], CON-POST MID=64240, Token=6838EE059A78D91B, 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 06:51:47.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-64240], KeyToken[127.0.0.1:8204-6838EE059A78D91B]] 06:51:47.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 06:51:47.961 [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=64240, Token=6838EE059A78D91B, 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] 06:51:47.961 [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 06:51:47.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64240] 06:51:47.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R611, 127.0.0.1:8201] replace CON-POST MID=64240, Token=6838EE059A78D91B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64240, Token=6838EE059A78D91B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R611, 127.0.0.1:8201] send response NON-2.05 MID=64240, Token=null, OptionSet={}, "server responds hi" 06:51:47.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R611, 127.0.0.1:8201, complete]! 06:51:47.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R611, 127.0.0.1:8201, complete] completed NON-2.04 MID=64240, Token=6838EE059A78D91B, 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! 06:51:47.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 06:51:47.962 [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=64240, Token=6838EE059A78D91B, 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] 06:51:47.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 06:51:47.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-64240] 06:51:47.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L610, 127.0.0.1:8204, complete]! 06:51:47.963 [: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-6838EE059A78D91B] 06:51:47.963 [: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-64240] 06:51:47.963 [: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=64240, Token=6838EE059A78D91B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64240, Token=6838EE059A78D91B, 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! 06:51:47.963 [: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 06:51:47.963 [: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" 06:51:47.963 [: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 06:51:47.963 [: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-64241], CON-POST MID=64241, 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 06:51:47.963 [: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-28146436EC181A0C], CON-POST MID=64241, Token=28146436EC181A0C, 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 06:51:47.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-64241], KeyToken[127.0.0.1:8204-28146436EC181A0C]] 06:51:47.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 06:51:47.963 [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=64241, Token=28146436EC181A0C, 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] 06:51:47.963 [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 06:51:47.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64241] 06:51:47.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R613, 127.0.0.1:8201] replace CON-POST MID=64241, Token=28146436EC181A0C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64241, Token=28146436EC181A0C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R613, 127.0.0.1:8201] send response NON-2.05 MID=64241, Token=null, OptionSet={}, "server responds hi" 06:51:47.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R613, 127.0.0.1:8201, complete]! 06:51:47.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R613, 127.0.0.1:8201, complete] completed NON-2.04 MID=64241, Token=28146436EC181A0C, 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! 06:51:47.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 06:51:47.964 [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=64241, Token=28146436EC181A0C, 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] 06:51:47.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 06:51:47.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-64241] 06:51:47.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L612, 127.0.0.1:8204, complete]! 06:51:47.964 [: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-28146436EC181A0C] 06:51:47.964 [: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-64241] 06:51:47.964 [: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=64241, Token=28146436EC181A0C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64241, Token=28146436EC181A0C, 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! 06:51:47.964 [: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 06:51:47.964 [: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" 06:51:47.965 [: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 06:51:47.965 [: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-64242], CON-POST MID=64242, 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 06:51:47.965 [: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-840B5EB3CF52724D], CON-POST MID=64242, Token=840B5EB3CF52724D, 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 06:51:47.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-64242], KeyToken[127.0.0.1:8204-840B5EB3CF52724D]] 06:51:47.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 06:51:47.965 [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=64242, Token=840B5EB3CF52724D, 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] 06:51:47.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 06:51:47.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64242] 06:51:47.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R615, 127.0.0.1:8201] replace CON-POST MID=64242, Token=840B5EB3CF52724D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64242, Token=840B5EB3CF52724D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R615, 127.0.0.1:8201] send response NON-2.05 MID=64242, Token=null, OptionSet={}, "server responds hi" 06:51:47.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R615, 127.0.0.1:8201, complete]! 06:51:47.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R615, 127.0.0.1:8201, complete] completed NON-2.04 MID=64242, Token=840B5EB3CF52724D, 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! 06:51:47.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 06:51:47.966 [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=64242, Token=840B5EB3CF52724D, 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] 06:51:47.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 06:51:47.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-64242] 06:51:47.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L614, 127.0.0.1:8204, complete]! 06:51:47.966 [: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-840B5EB3CF52724D] 06:51:47.966 [: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-64242] 06:51:47.966 [: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=64242, Token=840B5EB3CF52724D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64242, Token=840B5EB3CF52724D, 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! 06:51:47.966 [: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 06:51:47.966 [: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" 06:51:47.966 [: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 06:51:47.967 [: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-64243], CON-POST MID=64243, 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 06:51:47.967 [: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-E8BDC018AE90BC29], CON-POST MID=64243, Token=E8BDC018AE90BC29, 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 06:51:47.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-64243], KeyToken[127.0.0.1:8204-E8BDC018AE90BC29]] 06:51:47.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 06:51:47.967 [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=64243, Token=E8BDC018AE90BC29, 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] 06:51:47.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 06:51:47.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64243] 06:51:47.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R617, 127.0.0.1:8201] replace CON-POST MID=64243, Token=E8BDC018AE90BC29, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64243, Token=E8BDC018AE90BC29, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R617, 127.0.0.1:8201] send response NON-2.05 MID=64243, Token=null, OptionSet={}, "server responds hi" 06:51:47.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R617, 127.0.0.1:8201, complete]! 06:51:47.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R617, 127.0.0.1:8201, complete] completed NON-2.04 MID=64243, Token=E8BDC018AE90BC29, 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! 06:51:47.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 06:51:47.968 [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=64243, Token=E8BDC018AE90BC29, 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] 06:51:47.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 06:51:47.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-64243] 06:51:47.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L616, 127.0.0.1:8204, complete]! 06:51:47.968 [: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-E8BDC018AE90BC29] 06:51:47.968 [: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-64243] 06:51:47.968 [: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=64243, Token=E8BDC018AE90BC29, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64243, Token=E8BDC018AE90BC29, 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! 06:51:47.968 [: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 06:51:47.968 [: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" 06:51:47.968 [: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 06:51:47.968 [: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-64244], CON-POST MID=64244, 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 06:51:47.968 [: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-4C9EB059DA6E0613], CON-POST MID=64244, Token=4C9EB059DA6E0613, 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 06:51:47.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-64244], KeyToken[127.0.0.1:8204-4C9EB059DA6E0613]] 06:51:47.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 06:51:47.969 [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=64244, Token=4C9EB059DA6E0613, 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] 06:51:47.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 06:51:47.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64244] 06:51:47.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R619, 127.0.0.1:8201] replace CON-POST MID=64244, Token=4C9EB059DA6E0613, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64244, Token=4C9EB059DA6E0613, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R619, 127.0.0.1:8201] send response NON-2.05 MID=64244, Token=null, OptionSet={}, "server responds hi" 06:51:47.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R619, 127.0.0.1:8201, complete]! 06:51:47.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R619, 127.0.0.1:8201, complete] completed NON-2.04 MID=64244, Token=4C9EB059DA6E0613, 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! 06:51:47.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 06:51:47.969 [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=64244, Token=4C9EB059DA6E0613, 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] 06:51:47.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 06:51:47.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-64244] 06:51:47.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L618, 127.0.0.1:8204, complete]! 06:51:47.969 [: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-4C9EB059DA6E0613] 06:51:47.969 [: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-64244] 06:51:47.969 [: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=64244, Token=4C9EB059DA6E0613, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64244, Token=4C9EB059DA6E0613, 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! 06:51:47.970 [: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 06:51:47.970 [: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" 06:51:47.970 [: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 06:51:47.970 [: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-64245], CON-POST MID=64245, 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 06:51:47.970 [: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-7001FF5DB632207A], CON-POST MID=64245, Token=7001FF5DB632207A, 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 06:51:47.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-64245], KeyToken[127.0.0.1:8204-7001FF5DB632207A]] 06:51:47.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:8204 06:51:47.970 [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=64245, Token=7001FF5DB632207A, 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] 06:51:47.970 [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 06:51:47.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64245] 06:51:47.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R621, 127.0.0.1:8201] replace CON-POST MID=64245, Token=7001FF5DB632207A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64245, Token=7001FF5DB632207A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R621, 127.0.0.1:8201] send response NON-2.05 MID=64245, Token=null, OptionSet={}, "server responds hi" 06:51:47.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R621, 127.0.0.1:8201, complete]! 06:51:47.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R621, 127.0.0.1:8201, complete] completed NON-2.04 MID=64245, Token=7001FF5DB632207A, 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! 06:51:47.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 06:51:47.971 [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=64245, Token=7001FF5DB632207A, 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] 06:51:47.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 06:51:47.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-64245] 06:51:47.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L620, 127.0.0.1:8204, complete]! 06:51:47.971 [: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-7001FF5DB632207A] 06:51:47.971 [: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-64245] 06:51:47.971 [: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=64245, Token=7001FF5DB632207A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64245, Token=7001FF5DB632207A, 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! 06:51:47.971 [: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 06:51:47.971 [: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" 06:51:47.972 [: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 06:51:47.972 [: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-64246], CON-POST MID=64246, 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 06:51:47.972 [: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-3425FFF8C9CB06FF], CON-POST MID=64246, Token=3425FFF8C9CB06FF, 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 06:51:47.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-64246], KeyToken[127.0.0.1:8204-3425FFF8C9CB06FF]] 06:51:47.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 41 bytes to 127.0.0.1:8204 06:51:47.972 [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=64246, Token=3425FFF8C9CB06FF, 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] 06:51:47.972 [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 06:51:47.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64246] 06:51:47.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R623, 127.0.0.1:8201] replace CON-POST MID=64246, Token=3425FFF8C9CB06FF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64246, Token=3425FFF8C9CB06FF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R623, 127.0.0.1:8201] send response NON-2.05 MID=64246, Token=null, OptionSet={}, "server responds hi" 06:51:47.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R623, 127.0.0.1:8201, complete]! 06:51:47.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R623, 127.0.0.1:8201, complete] completed NON-2.04 MID=64246, Token=3425FFF8C9CB06FF, 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! 06:51:47.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 06:51:47.973 [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=64246, Token=3425FFF8C9CB06FF, 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] 06:51:47.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 06:51:47.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-64246] 06:51:47.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L622, 127.0.0.1:8204, complete]! 06:51:47.973 [: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-3425FFF8C9CB06FF] 06:51:47.973 [: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-64246] 06:51:47.973 [: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=64246, Token=3425FFF8C9CB06FF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64246, Token=3425FFF8C9CB06FF, 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! 06:51:47.973 [: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 06:51:47.973 [: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" 06:51:47.973 [: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 06:51:47.973 [: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-64247], CON-POST MID=64247, 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 06:51:47.973 [: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-DCA336194FE0F0F2], CON-POST MID=64247, Token=DCA336194FE0F0F2, 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 06:51:47.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-64247], KeyToken[127.0.0.1:8204-DCA336194FE0F0F2]] 06:51:47.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 41 bytes to 127.0.0.1:8204 06:51:47.974 [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=64247, Token=DCA336194FE0F0F2, 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] 06:51:47.974 [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 06:51:47.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64247] 06:51:47.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R625, 127.0.0.1:8201] replace CON-POST MID=64247, Token=DCA336194FE0F0F2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64247, Token=DCA336194FE0F0F2, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R625, 127.0.0.1:8201] send response NON-2.05 MID=64247, Token=null, OptionSet={}, "server responds hi" 06:51:47.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R625, 127.0.0.1:8201, complete]! 06:51:47.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R625, 127.0.0.1:8201, complete] completed NON-2.04 MID=64247, Token=DCA336194FE0F0F2, 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! 06:51:47.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:8201 06:51:47.974 [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=64247, Token=DCA336194FE0F0F2, 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] 06:51:47.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 06:51:47.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-64247] 06:51:47.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L624, 127.0.0.1:8204, complete]! 06:51:47.975 [: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-DCA336194FE0F0F2] 06:51:47.975 [: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-64247] 06:51:47.975 [: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=64247, Token=DCA336194FE0F0F2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64247, Token=DCA336194FE0F0F2, 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! 06:51:47.975 [: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 06:51:47.975 [: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" 06:51:47.975 [: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 06:51:47.975 [: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-64248], CON-POST MID=64248, 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 06:51:47.975 [: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-A04E9636EA00B1C5], CON-POST MID=64248, Token=A04E9636EA00B1C5, 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 06:51:47.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-64248], KeyToken[127.0.0.1:8204-A04E9636EA00B1C5]] 06:51:47.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 06:51:47.976 [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=64248, Token=A04E9636EA00B1C5, 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] 06:51:47.976 [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 06:51:47.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64248] 06:51:47.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R627, 127.0.0.1:8201] replace CON-POST MID=64248, Token=A04E9636EA00B1C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64248, Token=A04E9636EA00B1C5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R627, 127.0.0.1:8201] send response NON-2.05 MID=64248, Token=null, OptionSet={}, "server responds hi" 06:51:47.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R627, 127.0.0.1:8201, complete]! 06:51:47.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R627, 127.0.0.1:8201, complete] completed NON-2.04 MID=64248, Token=A04E9636EA00B1C5, 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! 06:51:47.976 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:47.976 [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=64248, Token=A04E9636EA00B1C5, 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] 06:51:47.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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-64248] 06:51:47.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L626, 127.0.0.1:8204, complete]! 06:51:47.977 [: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-A04E9636EA00B1C5] 06:51:47.977 [: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-64248] 06:51:47.977 [: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=64248, Token=A04E9636EA00B1C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64248, Token=A04E9636EA00B1C5, 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! 06:51:47.977 [: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 06:51:47.977 [: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" 06:51:47.977 [: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 06:51:47.977 [: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-64249], CON-POST MID=64249, 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 06:51:47.977 [: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-205C9C4479959FE6], CON-POST MID=64249, Token=205C9C4479959FE6, 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 06:51:47.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64249], KeyToken[127.0.0.1:8204-205C9C4479959FE6]] 06:51:47.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:8204 06:51:47.977 [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=64249, Token=205C9C4479959FE6, 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] 06:51:47.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 06:51:47.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64249] 06:51:47.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:47.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R629, 127.0.0.1:8201] replace CON-POST MID=64249, Token=205C9C4479959FE6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64249, Token=205C9C4479959FE6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:47.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R629, 127.0.0.1:8201] send response NON-2.05 MID=64249, Token=null, OptionSet={}, "server responds hi" 06:51:47.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R629, 127.0.0.1:8201, complete]! 06:51:47.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R629, 127.0.0.1:8201, complete] completed NON-2.04 MID=64249, Token=205C9C4479959FE6, 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! 06:51:47.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:8201 06:51:47.978 [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=64249, Token=205C9C4479959FE6, 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] 06:51:47.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:47.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:8204-64249] 06:51:47.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:47.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 06:51:47.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L628, 127.0.0.1:8204, complete]! 06:51:47.979 [: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-205C9C4479959FE6] 06:51:47.979 [: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-64249] 06:51:47.979 [: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=64249, Token=205C9C4479959FE6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64249, Token=205C9C4479959FE6, 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! 06:51:47.979 [: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 06:51:47.979 [: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" 06:51:47.979 [: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 06:51:47.979 [: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-64250], CON-POST MID=64250, 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 06:51:47.979 [: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-3C06E2A88DAFAB39], CON-POST MID=64250, Token=3C06E2A88DAFAB39, 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 06:51:47.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64250], KeyToken[127.0.0.1:8204-3C06E2A88DAFAB39]] 06:51:47.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:8204 06:51:47.979 [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=64250, Token=3C06E2A88DAFAB39, 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] 06:51:47.979 [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 06:51:48.014 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64250] 06:51:48.015 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.015 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R631, 127.0.0.1:8201] replace CON-POST MID=64250, Token=3C06E2A88DAFAB39, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64250, Token=3C06E2A88DAFAB39, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.015 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R631, 127.0.0.1:8201] send response NON-2.05 MID=64250, Token=null, OptionSet={}, "server responds hi" 06:51:48.015 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R631, 127.0.0.1:8201, complete]! 06:51:48.015 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R631, 127.0.0.1:8201, complete] completed NON-2.04 MID=64250, Token=3C06E2A88DAFAB39, 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! 06:51:48.015 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.015 [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=64250, Token=3C06E2A88DAFAB39, 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] 06:51:48.015 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64250] 06:51:48.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L630, 127.0.0.1:8204, complete]! 06:51:48.016 [: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-3C06E2A88DAFAB39] 06:51:48.016 [: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-64250] 06:51:48.016 [: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=64250, Token=3C06E2A88DAFAB39, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64250, Token=3C06E2A88DAFAB39, 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! 06:51:48.016 [: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 06:51:48.016 [: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" 06:51:48.016 [: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 06:51:48.016 [: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-64251], CON-POST MID=64251, 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 06:51:48.016 [: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-48CFFD56220E5944], CON-POST MID=64251, Token=48CFFD56220E5944, 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 06:51:48.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64251], KeyToken[127.0.0.1:8204-48CFFD56220E5944]] 06:51:48.016 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.017 [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=64251, Token=48CFFD56220E5944, 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] 06:51:48.017 [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 06:51:48.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64251] 06:51:48.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R633, 127.0.0.1:8201] replace CON-POST MID=64251, Token=48CFFD56220E5944, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64251, Token=48CFFD56220E5944, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R633, 127.0.0.1:8201] send response NON-2.05 MID=64251, Token=null, OptionSet={}, "server responds hi" 06:51:48.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R633, 127.0.0.1:8201, complete]! 06:51:48.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R633, 127.0.0.1:8201, complete] completed NON-2.04 MID=64251, Token=48CFFD56220E5944, 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! 06:51:48.017 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.017 [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=64251, Token=48CFFD56220E5944, 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] 06:51:48.017 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64251] 06:51:48.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L632, 127.0.0.1:8204, complete]! 06:51:48.017 [: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-48CFFD56220E5944] 06:51:48.017 [: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-64251] 06:51:48.017 [: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=64251, Token=48CFFD56220E5944, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64251, Token=48CFFD56220E5944, 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! 06:51:48.018 [: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 06:51:48.018 [: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" 06:51:48.018 [: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 06:51:48.018 [: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-64252], CON-POST MID=64252, 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 06:51:48.018 [: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-84C46A6B449E556B], CON-POST MID=64252, Token=84C46A6B449E556B, 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 06:51:48.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64252], KeyToken[127.0.0.1:8204-84C46A6B449E556B]] 06:51:48.018 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.018 [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=64252, Token=84C46A6B449E556B, 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] 06:51:48.018 [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 06:51:48.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64252] 06:51:48.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R635, 127.0.0.1:8201] replace CON-POST MID=64252, Token=84C46A6B449E556B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64252, Token=84C46A6B449E556B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R635, 127.0.0.1:8201] send response NON-2.05 MID=64252, Token=null, OptionSet={}, "server responds hi" 06:51:48.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R635, 127.0.0.1:8201, complete]! 06:51:48.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R635, 127.0.0.1:8201, complete] completed NON-2.04 MID=64252, Token=84C46A6B449E556B, 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! 06:51:48.019 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.019 [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=64252, Token=84C46A6B449E556B, 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] 06:51:48.019 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64252] 06:51:48.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L634, 127.0.0.1:8204, complete]! 06:51:48.019 [: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-84C46A6B449E556B] 06:51:48.019 [: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-64252] 06:51:48.019 [: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=64252, Token=84C46A6B449E556B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64252, Token=84C46A6B449E556B, 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! 06:51:48.020 [: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 06:51:48.020 [: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" 06:51:48.020 [: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 06:51:48.020 [: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-64253], CON-POST MID=64253, 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 06:51:48.020 [: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-98DB358342C8C490], CON-POST MID=64253, Token=98DB358342C8C490, 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 06:51:48.020 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64253], KeyToken[127.0.0.1:8204-98DB358342C8C490]] 06:51:48.020 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.020 [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=64253, Token=98DB358342C8C490, 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] 06:51:48.020 [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 06:51:48.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64253] 06:51:48.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R637, 127.0.0.1:8201] replace CON-POST MID=64253, Token=98DB358342C8C490, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64253, Token=98DB358342C8C490, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.021 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R637, 127.0.0.1:8201] send response NON-2.05 MID=64253, Token=null, OptionSet={}, "server responds hi" 06:51:48.021 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R637, 127.0.0.1:8201, complete]! 06:51:48.021 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R637, 127.0.0.1:8201, complete] completed NON-2.04 MID=64253, Token=98DB358342C8C490, 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! 06:51:48.021 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.021 [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=64253, Token=98DB358342C8C490, 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] 06:51:48.021 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64253] 06:51:48.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L636, 127.0.0.1:8204, complete]! 06:51:48.021 [: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-98DB358342C8C490] 06:51:48.021 [: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-64253] 06:51:48.021 [: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=64253, Token=98DB358342C8C490, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64253, Token=98DB358342C8C490, 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! 06:51:48.021 [: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 06:51:48.021 [: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" 06:51:48.021 [: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 06:51:48.022 [: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-64254], CON-POST MID=64254, 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 06:51:48.022 [: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-48592C77A6892473], CON-POST MID=64254, Token=48592C77A6892473, 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 06:51:48.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64254], KeyToken[127.0.0.1:8204-48592C77A6892473]] 06:51:48.022 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.022 [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=64254, Token=48592C77A6892473, 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] 06:51:48.022 [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 06:51:48.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64254] 06:51:48.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R639, 127.0.0.1:8201] replace CON-POST MID=64254, Token=48592C77A6892473, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64254, Token=48592C77A6892473, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R639, 127.0.0.1:8201] send response NON-2.05 MID=64254, Token=null, OptionSet={}, "server responds hi" 06:51:48.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R639, 127.0.0.1:8201, complete]! 06:51:48.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R639, 127.0.0.1:8201, complete] completed NON-2.04 MID=64254, Token=48592C77A6892473, 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! 06:51:48.022 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.023 [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=64254, Token=48592C77A6892473, 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] 06:51:48.023 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64254] 06:51:48.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L638, 127.0.0.1:8204, complete]! 06:51:48.023 [: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-48592C77A6892473] 06:51:48.023 [: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-64254] 06:51:48.023 [: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=64254, Token=48592C77A6892473, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64254, Token=48592C77A6892473, 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! 06:51:48.023 [: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 06:51:48.023 [: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" 06:51:48.023 [: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 06:51:48.023 [: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-64255], CON-POST MID=64255, 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 06:51:48.023 [: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-204A8E90744552CA], CON-POST MID=64255, Token=204A8E90744552CA, 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 06:51:48.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64255], KeyToken[127.0.0.1:8204-204A8E90744552CA]] 06:51:48.023 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.024 [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=64255, Token=204A8E90744552CA, 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] 06:51:48.024 [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 06:51:48.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64255] 06:51:48.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R641, 127.0.0.1:8201] replace CON-POST MID=64255, Token=204A8E90744552CA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64255, Token=204A8E90744552CA, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R641, 127.0.0.1:8201] send response NON-2.05 MID=64255, Token=null, OptionSet={}, "server responds hi" 06:51:48.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R641, 127.0.0.1:8201, complete]! 06:51:48.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R641, 127.0.0.1:8201, complete] completed NON-2.04 MID=64255, Token=204A8E90744552CA, 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! 06:51:48.024 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.024 [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=64255, Token=204A8E90744552CA, 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] 06:51:48.024 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.024 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64255] 06:51:48.024 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.024 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.024 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L640, 127.0.0.1:8204, complete]! 06:51:48.024 [: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-204A8E90744552CA] 06:51:48.024 [: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-64255] 06:51:48.024 [: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=64255, Token=204A8E90744552CA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64255, Token=204A8E90744552CA, 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! 06:51:48.025 [: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 06:51:48.025 [: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" 06:51:48.025 [: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 06:51:48.025 [: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-64256], CON-POST MID=64256, 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 06:51:48.025 [: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-6012381D48566DB4], CON-POST MID=64256, Token=6012381D48566DB4, 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 06:51:48.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64256], KeyToken[127.0.0.1:8204-6012381D48566DB4]] 06:51:48.025 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.025 [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=64256, Token=6012381D48566DB4, 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] 06:51:48.025 [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 06:51:48.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64256] 06:51:48.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R643, 127.0.0.1:8201] replace CON-POST MID=64256, Token=6012381D48566DB4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64256, Token=6012381D48566DB4, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R643, 127.0.0.1:8201] send response NON-2.05 MID=64256, Token=null, OptionSet={}, "server responds hi" 06:51:48.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R643, 127.0.0.1:8201, complete]! 06:51:48.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R643, 127.0.0.1:8201, complete] completed NON-2.04 MID=64256, Token=6012381D48566DB4, 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! 06:51:48.026 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.026 [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=64256, Token=6012381D48566DB4, 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] 06:51:48.026 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64256] 06:51:48.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L642, 127.0.0.1:8204, complete]! 06:51:48.026 [: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-6012381D48566DB4] 06:51:48.026 [: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-64256] 06:51:48.026 [: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=64256, Token=6012381D48566DB4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64256, Token=6012381D48566DB4, 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! 06:51:48.027 [: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 06:51:48.027 [: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" 06:51:48.027 [: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 06:51:48.027 [: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-64257], CON-POST MID=64257, 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 06:51:48.027 [: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-B0ABA79F4481B298], CON-POST MID=64257, Token=B0ABA79F4481B298, 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 06:51:48.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64257], KeyToken[127.0.0.1:8204-B0ABA79F4481B298]] 06:51:48.027 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.027 [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=64257, Token=B0ABA79F4481B298, 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] 06:51:48.027 [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 06:51:48.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64257] 06:51:48.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R645, 127.0.0.1:8201] replace CON-POST MID=64257, Token=B0ABA79F4481B298, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64257, Token=B0ABA79F4481B298, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R645, 127.0.0.1:8201] send response NON-2.05 MID=64257, Token=null, OptionSet={}, "server responds hi" 06:51:48.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R645, 127.0.0.1:8201, complete]! 06:51:48.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R645, 127.0.0.1:8201, complete] completed NON-2.04 MID=64257, Token=B0ABA79F4481B298, 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! 06:51:48.028 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.028 [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=64257, Token=B0ABA79F4481B298, 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] 06:51:48.028 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64257] 06:51:48.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L644, 127.0.0.1:8204, complete]! 06:51:48.028 [: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-B0ABA79F4481B298] 06:51:48.028 [: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-64257] 06:51:48.028 [: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=64257, Token=B0ABA79F4481B298, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64257, Token=B0ABA79F4481B298, 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! 06:51:48.028 [: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 06:51:48.028 [: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" 06:51:48.028 [: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 06:51:48.029 [: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-64258], CON-POST MID=64258, 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 06:51:48.029 [: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-28FEF4F4CA8B4ADE], CON-POST MID=64258, Token=28FEF4F4CA8B4ADE, 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 06:51:48.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64258], KeyToken[127.0.0.1:8204-28FEF4F4CA8B4ADE]] 06:51:48.029 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.029 [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=64258, Token=28FEF4F4CA8B4ADE, 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] 06:51:48.029 [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 06:51:48.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64258] 06:51:48.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R647, 127.0.0.1:8201] replace CON-POST MID=64258, Token=28FEF4F4CA8B4ADE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64258, Token=28FEF4F4CA8B4ADE, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R647, 127.0.0.1:8201] send response NON-2.05 MID=64258, Token=null, OptionSet={}, "server responds hi" 06:51:48.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R647, 127.0.0.1:8201, complete]! 06:51:48.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R647, 127.0.0.1:8201, complete] completed NON-2.04 MID=64258, Token=28FEF4F4CA8B4ADE, 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! 06:51:48.029 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.029 [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=64258, Token=28FEF4F4CA8B4ADE, 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] 06:51:48.029 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64258] 06:51:48.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L646, 127.0.0.1:8204, complete]! 06:51:48.030 [: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-28FEF4F4CA8B4ADE] 06:51:48.030 [: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-64258] 06:51:48.030 [: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=64258, Token=28FEF4F4CA8B4ADE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64258, Token=28FEF4F4CA8B4ADE, 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! 06:51:48.030 [: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 06:51:48.030 [: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" 06:51:48.030 [: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 06:51:48.030 [: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-64259], CON-POST MID=64259, 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 06:51:48.030 [: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-20324EFD04797543], CON-POST MID=64259, Token=20324EFD04797543, 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 06:51:48.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64259], KeyToken[127.0.0.1:8204-20324EFD04797543]] 06:51:48.030 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.031 [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=64259, Token=20324EFD04797543, 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] 06:51:48.031 [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 06:51:48.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64259] 06:51:48.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R649, 127.0.0.1:8201] replace CON-POST MID=64259, Token=20324EFD04797543, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64259, Token=20324EFD04797543, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R649, 127.0.0.1:8201] send response NON-2.05 MID=64259, Token=null, OptionSet={}, "server responds hi" 06:51:48.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R649, 127.0.0.1:8201, complete]! 06:51:48.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R649, 127.0.0.1:8201, complete] completed NON-2.04 MID=64259, Token=20324EFD04797543, 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! 06:51:48.031 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.031 [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=64259, Token=20324EFD04797543, 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] 06:51:48.031 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64259] 06:51:48.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L648, 127.0.0.1:8204, complete]! 06:51:48.032 [: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-20324EFD04797543] 06:51:48.032 [: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-64259] 06:51:48.032 [: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=64259, Token=20324EFD04797543, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64259, Token=20324EFD04797543, 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! 06:51:48.032 [: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 06:51:48.032 [: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" 06:51:48.032 [: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 06:51:48.032 [: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-64260], CON-POST MID=64260, 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 06:51:48.032 [: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-ACCA7101634A29F7], CON-POST MID=64260, Token=ACCA7101634A29F7, 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 06:51:48.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64260], KeyToken[127.0.0.1:8204-ACCA7101634A29F7]] 06:51:48.032 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.032 [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=64260, Token=ACCA7101634A29F7, 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] 06:51:48.032 [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 06:51:48.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64260] 06:51:48.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R651, 127.0.0.1:8201] replace CON-POST MID=64260, Token=ACCA7101634A29F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64260, Token=ACCA7101634A29F7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R651, 127.0.0.1:8201] send response NON-2.05 MID=64260, Token=null, OptionSet={}, "server responds hi" 06:51:48.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R651, 127.0.0.1:8201, complete]! 06:51:48.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R651, 127.0.0.1:8201, complete] completed NON-2.04 MID=64260, Token=ACCA7101634A29F7, 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! 06:51:48.033 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.033 [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=64260, Token=ACCA7101634A29F7, 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] 06:51:48.033 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64260] 06:51:48.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L650, 127.0.0.1:8204, complete]! 06:51:48.033 [: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-ACCA7101634A29F7] 06:51:48.033 [: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-64260] 06:51:48.033 [: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=64260, Token=ACCA7101634A29F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64260, Token=ACCA7101634A29F7, 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! 06:51:48.033 [: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 06:51:48.033 [: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" 06:51:48.034 [: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 06:51:48.034 [: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-64261], CON-POST MID=64261, 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 06:51:48.034 [: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-105DF3B22EF9405C], CON-POST MID=64261, Token=105DF3B22EF9405C, 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 06:51:48.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64261], KeyToken[127.0.0.1:8204-105DF3B22EF9405C]] 06:51:48.034 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.034 [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=64261, Token=105DF3B22EF9405C, 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] 06:51:48.034 [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 06:51:48.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64261] 06:51:48.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R653, 127.0.0.1:8201] replace CON-POST MID=64261, Token=105DF3B22EF9405C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64261, Token=105DF3B22EF9405C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R653, 127.0.0.1:8201] send response NON-2.05 MID=64261, Token=null, OptionSet={}, "server responds hi" 06:51:48.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R653, 127.0.0.1:8201, complete]! 06:51:48.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R653, 127.0.0.1:8201, complete] completed NON-2.04 MID=64261, Token=105DF3B22EF9405C, 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! 06:51:48.034 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.035 [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=64261, Token=105DF3B22EF9405C, 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] 06:51:48.035 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64261] 06:51:48.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L652, 127.0.0.1:8204, complete]! 06:51:48.035 [: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-105DF3B22EF9405C] 06:51:48.035 [: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-64261] 06:51:48.035 [: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=64261, Token=105DF3B22EF9405C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64261, Token=105DF3B22EF9405C, 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! 06:51:48.035 [: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 06:51:48.035 [: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" 06:51:48.035 [: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 06:51:48.035 [: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-64262], CON-POST MID=64262, 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 06:51:48.035 [: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-6C35CDDE4EC7CB8A], CON-POST MID=64262, Token=6C35CDDE4EC7CB8A, 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 06:51:48.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64262], KeyToken[127.0.0.1:8204-6C35CDDE4EC7CB8A]] 06:51:48.035 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.036 [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=64262, Token=6C35CDDE4EC7CB8A, 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] 06:51:48.036 [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 06:51:48.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64262] 06:51:48.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R655, 127.0.0.1:8201] replace CON-POST MID=64262, Token=6C35CDDE4EC7CB8A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64262, Token=6C35CDDE4EC7CB8A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R655, 127.0.0.1:8201] send response NON-2.05 MID=64262, Token=null, OptionSet={}, "server responds hi" 06:51:48.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R655, 127.0.0.1:8201, complete]! 06:51:48.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R655, 127.0.0.1:8201, complete] completed NON-2.04 MID=64262, Token=6C35CDDE4EC7CB8A, 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! 06:51:48.036 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.036 [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=64262, Token=6C35CDDE4EC7CB8A, 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] 06:51:48.036 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64262] 06:51:48.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L654, 127.0.0.1:8204, complete]! 06:51:48.036 [: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-6C35CDDE4EC7CB8A] 06:51:48.036 [: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-64262] 06:51:48.036 [: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=64262, Token=6C35CDDE4EC7CB8A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64262, Token=6C35CDDE4EC7CB8A, 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! 06:51:48.037 [: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 06:51:48.037 [: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" 06:51:48.037 [: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 06:51:48.037 [: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-64263], CON-POST MID=64263, 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 06:51:48.037 [: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-B4ED18C72ECBD18D], CON-POST MID=64263, Token=B4ED18C72ECBD18D, 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 06:51:48.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64263], KeyToken[127.0.0.1:8204-B4ED18C72ECBD18D]] 06:51:48.037 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.037 [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=64263, Token=B4ED18C72ECBD18D, 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] 06:51:48.037 [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 06:51:48.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64263] 06:51:48.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R657, 127.0.0.1:8201] replace CON-POST MID=64263, Token=B4ED18C72ECBD18D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64263, Token=B4ED18C72ECBD18D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R657, 127.0.0.1:8201] send response NON-2.05 MID=64263, Token=null, OptionSet={}, "server responds hi" 06:51:48.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R657, 127.0.0.1:8201, complete]! 06:51:48.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R657, 127.0.0.1:8201, complete] completed NON-2.04 MID=64263, Token=B4ED18C72ECBD18D, 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! 06:51:48.037 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.038 [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=64263, Token=B4ED18C72ECBD18D, 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] 06:51:48.038 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64263] 06:51:48.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L656, 127.0.0.1:8204, complete]! 06:51:48.038 [: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-B4ED18C72ECBD18D] 06:51:48.038 [: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-64263] 06:51:48.038 [: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=64263, Token=B4ED18C72ECBD18D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64263, Token=B4ED18C72ECBD18D, 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! 06:51:48.038 [: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 06:51:48.038 [: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" 06:51:48.038 [: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 06:51:48.038 [: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-64264], CON-POST MID=64264, 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 06:51:48.038 [: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-1034EB2CEEA0D739], CON-POST MID=64264, Token=1034EB2CEEA0D739, 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 06:51:48.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64264], KeyToken[127.0.0.1:8204-1034EB2CEEA0D739]] 06:51:48.039 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.039 [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=64264, Token=1034EB2CEEA0D739, 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] 06:51:48.039 [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 06:51:48.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64264] 06:51:48.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R659, 127.0.0.1:8201] replace CON-POST MID=64264, Token=1034EB2CEEA0D739, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64264, Token=1034EB2CEEA0D739, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R659, 127.0.0.1:8201] send response NON-2.05 MID=64264, Token=null, OptionSet={}, "server responds hi" 06:51:48.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R659, 127.0.0.1:8201, complete]! 06:51:48.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R659, 127.0.0.1:8201, complete] completed NON-2.04 MID=64264, Token=1034EB2CEEA0D739, 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! 06:51:48.039 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.039 [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=64264, Token=1034EB2CEEA0D739, 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] 06:51:48.039 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64264] 06:51:48.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L658, 127.0.0.1:8204, complete]! 06:51:48.040 [: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-1034EB2CEEA0D739] 06:51:48.040 [: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-64264] 06:51:48.040 [: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=64264, Token=1034EB2CEEA0D739, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64264, Token=1034EB2CEEA0D739, 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! 06:51:48.040 [: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 06:51:48.040 [: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" 06:51:48.040 [: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 06:51:48.040 [: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-64265], CON-POST MID=64265, 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 06:51:48.040 [: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-14A5E540CCA58F9A], CON-POST MID=64265, Token=14A5E540CCA58F9A, 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 06:51:48.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64265], KeyToken[127.0.0.1:8204-14A5E540CCA58F9A]] 06:51:48.040 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.041 [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=64265, Token=14A5E540CCA58F9A, 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] 06:51:48.041 [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 06:51:48.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64265] 06:51:48.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R661, 127.0.0.1:8201] replace CON-POST MID=64265, Token=14A5E540CCA58F9A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64265, Token=14A5E540CCA58F9A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R661, 127.0.0.1:8201] send response NON-2.05 MID=64265, Token=null, OptionSet={}, "server responds hi" 06:51:48.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R661, 127.0.0.1:8201, complete]! 06:51:48.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R661, 127.0.0.1:8201, complete] completed NON-2.04 MID=64265, Token=14A5E540CCA58F9A, 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! 06:51:48.041 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.041 [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=64265, Token=14A5E540CCA58F9A, 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] 06:51:48.041 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64265] 06:51:48.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L660, 127.0.0.1:8204, complete]! 06:51:48.041 [: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-14A5E540CCA58F9A] 06:51:48.041 [: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-64265] 06:51:48.041 [: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=64265, Token=14A5E540CCA58F9A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64265, Token=14A5E540CCA58F9A, 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! 06:51:48.042 [: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 06:51:48.042 [: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" 06:51:48.042 [: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 06:51:48.042 [: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-64266], CON-POST MID=64266, 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 06:51:48.042 [: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-289D4EAD5BEF7017], CON-POST MID=64266, Token=289D4EAD5BEF7017, 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 06:51:48.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64266], KeyToken[127.0.0.1:8204-289D4EAD5BEF7017]] 06:51:48.042 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.042 [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=64266, Token=289D4EAD5BEF7017, 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] 06:51:48.042 [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 06:51:48.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64266] 06:51:48.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R663, 127.0.0.1:8201] replace CON-POST MID=64266, Token=289D4EAD5BEF7017, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64266, Token=289D4EAD5BEF7017, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R663, 127.0.0.1:8201] send response NON-2.05 MID=64266, Token=null, OptionSet={}, "server responds hi" 06:51:48.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R663, 127.0.0.1:8201, complete]! 06:51:48.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R663, 127.0.0.1:8201, complete] completed NON-2.04 MID=64266, Token=289D4EAD5BEF7017, 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! 06:51:48.043 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.043 [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=64266, Token=289D4EAD5BEF7017, 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] 06:51:48.043 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64266] 06:51:48.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L662, 127.0.0.1:8204, complete]! 06:51:48.043 [: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-289D4EAD5BEF7017] 06:51:48.043 [: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-64266] 06:51:48.043 [: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=64266, Token=289D4EAD5BEF7017, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64266, Token=289D4EAD5BEF7017, 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! 06:51:48.043 [: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 06:51:48.043 [: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" 06:51:48.044 [: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 06:51:48.044 [: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-64267], CON-POST MID=64267, 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 06:51:48.044 [: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-387AD36789FAFB92], CON-POST MID=64267, Token=387AD36789FAFB92, 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 06:51:48.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64267], KeyToken[127.0.0.1:8204-387AD36789FAFB92]] 06:51:48.044 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.044 [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=64267, Token=387AD36789FAFB92, 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] 06:51:48.044 [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 06:51:48.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64267] 06:51:48.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R665, 127.0.0.1:8201] replace CON-POST MID=64267, Token=387AD36789FAFB92, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64267, Token=387AD36789FAFB92, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R665, 127.0.0.1:8201] send response NON-2.05 MID=64267, Token=null, OptionSet={}, "server responds hi" 06:51:48.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R665, 127.0.0.1:8201, complete]! 06:51:48.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R665, 127.0.0.1:8201, complete] completed NON-2.04 MID=64267, Token=387AD36789FAFB92, 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! 06:51:48.045 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.045 [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=64267, Token=387AD36789FAFB92, 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] 06:51:48.045 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64267] 06:51:48.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L664, 127.0.0.1:8204, complete]! 06:51:48.045 [: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-387AD36789FAFB92] 06:51:48.045 [: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-64267] 06:51:48.045 [: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=64267, Token=387AD36789FAFB92, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64267, Token=387AD36789FAFB92, 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! 06:51:48.045 [: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 06:51:48.045 [: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" 06:51:48.045 [: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 06:51:48.046 [: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-64268], CON-POST MID=64268, 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 06:51:48.046 [: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-0C7643C34420C171], CON-POST MID=64268, Token=0C7643C34420C171, 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 06:51:48.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64268], KeyToken[127.0.0.1:8204-0C7643C34420C171]] 06:51:48.046 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.046 [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=64268, Token=0C7643C34420C171, 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] 06:51:48.046 [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 06:51:48.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64268] 06:51:48.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R667, 127.0.0.1:8201] replace CON-POST MID=64268, Token=0C7643C34420C171, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64268, Token=0C7643C34420C171, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R667, 127.0.0.1:8201] send response NON-2.05 MID=64268, Token=null, OptionSet={}, "server responds hi" 06:51:48.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R667, 127.0.0.1:8201, complete]! 06:51:48.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R667, 127.0.0.1:8201, complete] completed NON-2.04 MID=64268, Token=0C7643C34420C171, 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! 06:51:48.046 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.046 [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=64268, Token=0C7643C34420C171, 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] 06:51:48.046 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64268] 06:51:48.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L666, 127.0.0.1:8204, complete]! 06:51:48.047 [: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-0C7643C34420C171] 06:51:48.047 [: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-64268] 06:51:48.047 [: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=64268, Token=0C7643C34420C171, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64268, Token=0C7643C34420C171, 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! 06:51:48.047 [: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 06:51:48.047 [: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" 06:51:48.047 [: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 06:51:48.047 [: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-64269], CON-POST MID=64269, 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 06:51:48.047 [: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-2C843A4967A593CB], CON-POST MID=64269, Token=2C843A4967A593CB, 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 06:51:48.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64269], KeyToken[127.0.0.1:8204-2C843A4967A593CB]] 06:51:48.047 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.048 [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=64269, Token=2C843A4967A593CB, 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] 06:51:48.048 [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 06:51:48.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64269] 06:51:48.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R669, 127.0.0.1:8201] replace CON-POST MID=64269, Token=2C843A4967A593CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64269, Token=2C843A4967A593CB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R669, 127.0.0.1:8201] send response NON-2.05 MID=64269, Token=null, OptionSet={}, "server responds hi" 06:51:48.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R669, 127.0.0.1:8201, complete]! 06:51:48.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R669, 127.0.0.1:8201, complete] completed NON-2.04 MID=64269, Token=2C843A4967A593CB, 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! 06:51:48.048 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.048 [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=64269, Token=2C843A4967A593CB, 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] 06:51:48.048 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64269] 06:51:48.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L668, 127.0.0.1:8204, complete]! 06:51:48.048 [: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-2C843A4967A593CB] 06:51:48.048 [: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-64269] 06:51:48.048 [: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=64269, Token=2C843A4967A593CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64269, Token=2C843A4967A593CB, 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! 06:51:48.049 [: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 06:51:48.049 [: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" 06:51:48.049 [: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 06:51:48.049 [: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-64270], CON-POST MID=64270, 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 06:51:48.049 [: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-301876DED9DC6926], CON-POST MID=64270, Token=301876DED9DC6926, 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 06:51:48.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64270], KeyToken[127.0.0.1:8204-301876DED9DC6926]] 06:51:48.049 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.049 [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=64270, Token=301876DED9DC6926, 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] 06:51:48.049 [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 06:51:48.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64270] 06:51:48.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R671, 127.0.0.1:8201] replace CON-POST MID=64270, Token=301876DED9DC6926, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64270, Token=301876DED9DC6926, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R671, 127.0.0.1:8201] send response NON-2.05 MID=64270, Token=null, OptionSet={}, "server responds hi" 06:51:48.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R671, 127.0.0.1:8201, complete]! 06:51:48.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R671, 127.0.0.1:8201, complete] completed NON-2.04 MID=64270, Token=301876DED9DC6926, 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! 06:51:48.050 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.050 [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=64270, Token=301876DED9DC6926, 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] 06:51:48.050 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64270] 06:51:48.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L670, 127.0.0.1:8204, complete]! 06:51:48.050 [: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-301876DED9DC6926] 06:51:48.050 [: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-64270] 06:51:48.050 [: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=64270, Token=301876DED9DC6926, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64270, Token=301876DED9DC6926, 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! 06:51:48.050 [: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 06:51:48.050 [: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" 06:51:48.050 [: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 06:51:48.051 [: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-64271], CON-POST MID=64271, 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 06:51:48.051 [: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-58625EB6092CFBD5], CON-POST MID=64271, Token=58625EB6092CFBD5, 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 06:51:48.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64271], KeyToken[127.0.0.1:8204-58625EB6092CFBD5]] 06:51:48.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 06:51:48.051 [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=64271, Token=58625EB6092CFBD5, 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] 06:51:48.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 06:51:48.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64271] 06:51:48.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R673, 127.0.0.1:8201] replace CON-POST MID=64271, Token=58625EB6092CFBD5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64271, Token=58625EB6092CFBD5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R673, 127.0.0.1:8201] send response NON-2.05 MID=64271, Token=null, OptionSet={}, "server responds hi" 06:51:48.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R673, 127.0.0.1:8201, complete]! 06:51:48.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R673, 127.0.0.1:8201, complete] completed NON-2.04 MID=64271, Token=58625EB6092CFBD5, 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! 06:51:48.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:8201 06:51:48.052 [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=64271, Token=58625EB6092CFBD5, 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] 06:51:48.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 06:51:48.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-64271] 06:51:48.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L672, 127.0.0.1:8204, complete]! 06:51:48.052 [: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-58625EB6092CFBD5] 06:51:48.052 [: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-64271] 06:51:48.052 [: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=64271, Token=58625EB6092CFBD5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64271, Token=58625EB6092CFBD5, 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! 06:51:48.052 [: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 06:51:48.052 [: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" 06:51:48.052 [: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 06:51:48.053 [: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-64272], CON-POST MID=64272, 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 06:51:48.053 [: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-F0FCD9C6E2D20C28], CON-POST MID=64272, Token=F0FCD9C6E2D20C28, 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 06:51:48.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-64272], KeyToken[127.0.0.1:8204-F0FCD9C6E2D20C28]] 06:51:48.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 06:51:48.053 [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=64272, Token=F0FCD9C6E2D20C28, 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] 06:51:48.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 06:51:48.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64272] 06:51:48.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R675, 127.0.0.1:8201] replace CON-POST MID=64272, Token=F0FCD9C6E2D20C28, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64272, Token=F0FCD9C6E2D20C28, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R675, 127.0.0.1:8201] send response NON-2.05 MID=64272, Token=null, OptionSet={}, "server responds hi" 06:51:48.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R675, 127.0.0.1:8201, complete]! 06:51:48.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R675, 127.0.0.1:8201, complete] completed NON-2.04 MID=64272, Token=F0FCD9C6E2D20C28, 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! 06:51:48.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 06:51:48.054 [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=64272, Token=F0FCD9C6E2D20C28, 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] 06:51:48.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 06:51:48.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-64272] 06:51:48.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L674, 127.0.0.1:8204, complete]! 06:51:48.054 [: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-F0FCD9C6E2D20C28] 06:51:48.054 [: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-64272] 06:51:48.054 [: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=64272, Token=F0FCD9C6E2D20C28, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64272, Token=F0FCD9C6E2D20C28, 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! 06:51:48.054 [: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 06:51:48.054 [: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" 06:51:48.054 [: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 06:51:48.054 [: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-64273], CON-POST MID=64273, 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 06:51:48.054 [: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-78C3A8052C37D41F], CON-POST MID=64273, Token=78C3A8052C37D41F, 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 06:51:48.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-64273], KeyToken[127.0.0.1:8204-78C3A8052C37D41F]] 06:51:48.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 06:51:48.055 [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=64273, Token=78C3A8052C37D41F, 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] 06:51:48.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 06:51:48.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64273] 06:51:48.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R677, 127.0.0.1:8201] replace CON-POST MID=64273, Token=78C3A8052C37D41F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64273, Token=78C3A8052C37D41F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R677, 127.0.0.1:8201] send response NON-2.05 MID=64273, Token=null, OptionSet={}, "server responds hi" 06:51:48.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R677, 127.0.0.1:8201, complete]! 06:51:48.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R677, 127.0.0.1:8201, complete] completed NON-2.04 MID=64273, Token=78C3A8052C37D41F, 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! 06:51:48.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 06:51:48.055 [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=64273, Token=78C3A8052C37D41F, 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] 06:51:48.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 06:51:48.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-64273] 06:51:48.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L676, 127.0.0.1:8204, complete]! 06:51:48.056 [: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-78C3A8052C37D41F] 06:51:48.056 [: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-64273] 06:51:48.056 [: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=64273, Token=78C3A8052C37D41F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64273, Token=78C3A8052C37D41F, 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! 06:51:48.056 [: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 06:51:48.056 [: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" 06:51:48.056 [: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 06:51:48.056 [: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-64274], CON-POST MID=64274, 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 06:51:48.056 [: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-B82F8AC7F664FEC5], CON-POST MID=64274, Token=B82F8AC7F664FEC5, 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 06:51:48.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-64274], KeyToken[127.0.0.1:8204-B82F8AC7F664FEC5]] 06:51:48.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 06:51:48.057 [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=64274, Token=B82F8AC7F664FEC5, 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] 06:51:48.057 [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 06:51:48.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64274] 06:51:48.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R679, 127.0.0.1:8201] replace CON-POST MID=64274, Token=B82F8AC7F664FEC5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64274, Token=B82F8AC7F664FEC5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R679, 127.0.0.1:8201] send response NON-2.05 MID=64274, Token=null, OptionSet={}, "server responds hi" 06:51:48.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R679, 127.0.0.1:8201, complete]! 06:51:48.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R679, 127.0.0.1:8201, complete] completed NON-2.04 MID=64274, Token=B82F8AC7F664FEC5, 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! 06:51:48.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 06:51:48.057 [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=64274, Token=B82F8AC7F664FEC5, 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] 06:51:48.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 06:51:48.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-64274] 06:51:48.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L678, 127.0.0.1:8204, complete]! 06:51:48.058 [: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-B82F8AC7F664FEC5] 06:51:48.058 [: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-64274] 06:51:48.058 [: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=64274, Token=B82F8AC7F664FEC5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64274, Token=B82F8AC7F664FEC5, 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! 06:51:48.058 [: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 06:51:48.058 [: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" 06:51:48.058 [: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 06:51:48.058 [: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-64275], CON-POST MID=64275, 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 06:51:48.058 [: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-1CD6F14866FD99B5], CON-POST MID=64275, Token=1CD6F14866FD99B5, 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 06:51:48.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-64275], KeyToken[127.0.0.1:8204-1CD6F14866FD99B5]] 06:51:48.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 06:51:48.058 [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=64275, Token=1CD6F14866FD99B5, 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] 06:51:48.059 [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 06:51:48.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64275] 06:51:48.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R681, 127.0.0.1:8201] replace CON-POST MID=64275, Token=1CD6F14866FD99B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64275, Token=1CD6F14866FD99B5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R681, 127.0.0.1:8201] send response NON-2.05 MID=64275, Token=null, OptionSet={}, "server responds hi" 06:51:48.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R681, 127.0.0.1:8201, complete]! 06:51:48.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R681, 127.0.0.1:8201, complete] completed NON-2.04 MID=64275, Token=1CD6F14866FD99B5, 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! 06:51:48.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 06:51:48.059 [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=64275, Token=1CD6F14866FD99B5, 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] 06:51:48.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 06:51:48.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-64275] 06:51:48.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L680, 127.0.0.1:8204, complete]! 06:51:48.060 [: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-1CD6F14866FD99B5] 06:51:48.060 [: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-64275] 06:51:48.060 [: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=64275, Token=1CD6F14866FD99B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64275, Token=1CD6F14866FD99B5, 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! 06:51:48.060 [: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 06:51:48.060 [: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" 06:51:48.060 [: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 06:51:48.060 [: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-64276], CON-POST MID=64276, 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 06:51:48.060 [: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-4886D81CE07ECCF6], CON-POST MID=64276, Token=4886D81CE07ECCF6, 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 06:51:48.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-64276], KeyToken[127.0.0.1:8204-4886D81CE07ECCF6]] 06:51:48.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 06:51:48.060 [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=64276, Token=4886D81CE07ECCF6, 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] 06:51:48.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 06:51:48.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64276] 06:51:48.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R683, 127.0.0.1:8201] replace CON-POST MID=64276, Token=4886D81CE07ECCF6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64276, Token=4886D81CE07ECCF6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R683, 127.0.0.1:8201] send response NON-2.05 MID=64276, Token=null, OptionSet={}, "server responds hi" 06:51:48.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R683, 127.0.0.1:8201, complete]! 06:51:48.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R683, 127.0.0.1:8201, complete] completed NON-2.04 MID=64276, Token=4886D81CE07ECCF6, 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! 06:51:48.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:8201 06:51:48.061 [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=64276, Token=4886D81CE07ECCF6, 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] 06:51:48.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 06:51:48.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-64276] 06:51:48.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L682, 127.0.0.1:8204, complete]! 06:51:48.061 [: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-4886D81CE07ECCF6] 06:51:48.061 [: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-64276] 06:51:48.061 [: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=64276, Token=4886D81CE07ECCF6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64276, Token=4886D81CE07ECCF6, 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! 06:51:48.061 [: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 06:51:48.061 [: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" 06:51:48.062 [: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 06:51:48.062 [: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-64277], CON-POST MID=64277, 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 06:51:48.062 [: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-F8A177A43AFE6D89], CON-POST MID=64277, Token=F8A177A43AFE6D89, 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 06:51:48.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-64277], KeyToken[127.0.0.1:8204-F8A177A43AFE6D89]] 06:51:48.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:8204 06:51:48.062 [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=64277, Token=F8A177A43AFE6D89, 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] 06:51:48.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 06:51:48.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64277] 06:51:48.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R685, 127.0.0.1:8201] replace CON-POST MID=64277, Token=F8A177A43AFE6D89, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64277, Token=F8A177A43AFE6D89, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R685, 127.0.0.1:8201] send response NON-2.05 MID=64277, Token=null, OptionSet={}, "server responds hi" 06:51:48.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R685, 127.0.0.1:8201, complete]! 06:51:48.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R685, 127.0.0.1:8201, complete] completed NON-2.04 MID=64277, Token=F8A177A43AFE6D89, 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! 06:51:48.063 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.063 [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=64277, Token=F8A177A43AFE6D89, 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] 06:51:48.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-64277] 06:51:48.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L684, 127.0.0.1:8204, complete]! 06:51:48.063 [: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-F8A177A43AFE6D89] 06:51:48.063 [: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-64277] 06:51:48.063 [: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=64277, Token=F8A177A43AFE6D89, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64277, Token=F8A177A43AFE6D89, 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! 06:51:48.063 [: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 06:51:48.063 [: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" 06:51:48.063 [: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 06:51:48.064 [: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-64278], CON-POST MID=64278, 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 06:51:48.064 [: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-245659AF85597D61], CON-POST MID=64278, Token=245659AF85597D61, 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 06:51:48.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-64278], KeyToken[127.0.0.1:8204-245659AF85597D61]] 06:51:48.064 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.064 [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=64278, Token=245659AF85597D61, 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] 06:51:48.064 [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 06:51:48.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64278] 06:51:48.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R687, 127.0.0.1:8201] replace CON-POST MID=64278, Token=245659AF85597D61, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64278, Token=245659AF85597D61, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R687, 127.0.0.1:8201] send response NON-2.05 MID=64278, Token=null, OptionSet={}, "server responds hi" 06:51:48.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R687, 127.0.0.1:8201, complete]! 06:51:48.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R687, 127.0.0.1:8201, complete] completed NON-2.04 MID=64278, Token=245659AF85597D61, 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! 06:51:48.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 06:51:48.065 [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=64278, Token=245659AF85597D61, 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] 06:51:48.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204 06:51:48.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:8204-64278] 06:51:48.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L686, 127.0.0.1:8204, complete]! 06:51:48.065 [: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-245659AF85597D61] 06:51:48.065 [: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-64278] 06:51:48.065 [: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=64278, Token=245659AF85597D61, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64278, Token=245659AF85597D61, 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! 06:51:48.065 [: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 06:51:48.065 [: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" 06:51:48.065 [: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 06:51:48.065 [: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-64279], CON-POST MID=64279, 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 06:51:48.065 [: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-E452494728DF9C78], CON-POST MID=64279, Token=E452494728DF9C78, 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 06:51:48.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-64279], KeyToken[127.0.0.1:8204-E452494728DF9C78]] 06:51:48.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 06:51:48.066 [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=64279, Token=E452494728DF9C78, 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] 06:51:48.066 [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 06:51:48.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64279] 06:51:48.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R689, 127.0.0.1:8201] replace CON-POST MID=64279, Token=E452494728DF9C78, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64279, Token=E452494728DF9C78, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R689, 127.0.0.1:8201] send response NON-2.05 MID=64279, Token=null, OptionSet={}, "server responds hi" 06:51:48.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R689, 127.0.0.1:8201, complete]! 06:51:48.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R689, 127.0.0.1:8201, complete] completed NON-2.04 MID=64279, Token=E452494728DF9C78, 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! 06:51:48.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 06:51:48.066 [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=64279, Token=E452494728DF9C78, 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] 06:51:48.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 06:51:48.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-64279] 06:51:48.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L688, 127.0.0.1:8204, complete]! 06:51:48.066 [: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-E452494728DF9C78] 06:51:48.066 [: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-64279] 06:51:48.066 [: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=64279, Token=E452494728DF9C78, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64279, Token=E452494728DF9C78, 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! 06:51:48.067 [: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 06:51:48.067 [: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" 06:51:48.067 [: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 06:51:48.067 [: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-64280], CON-POST MID=64280, 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 06:51:48.067 [: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-2C7B37358523993A], CON-POST MID=64280, Token=2C7B37358523993A, 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 06:51:48.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-64280], KeyToken[127.0.0.1:8204-2C7B37358523993A]] 06:51:48.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 06:51:48.067 [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=64280, Token=2C7B37358523993A, 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] 06:51:48.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 06:51:48.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-64280] 06:51:48.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R691, 127.0.0.1:8201] replace CON-POST MID=64280, Token=2C7B37358523993A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64280, Token=2C7B37358523993A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R691, 127.0.0.1:8201] send response NON-2.05 MID=64280, Token=null, OptionSet={}, "server responds hi" 06:51:48.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R691, 127.0.0.1:8201, complete]! 06:51:48.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R691, 127.0.0.1:8201, complete] completed NON-2.04 MID=64280, Token=2C7B37358523993A, 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! 06:51:48.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 06:51:48.068 [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=64280, Token=2C7B37358523993A, 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] 06:51:48.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 06:51:48.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-64280] 06:51:48.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L690, 127.0.0.1:8204, complete]! 06:51:48.068 [: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-2C7B37358523993A] 06:51:48.068 [: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-64280] 06:51:48.068 [: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=64280, Token=2C7B37358523993A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64280, Token=2C7B37358523993A, 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! 06:51:48.068 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.069 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8204 06:51:48.069 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8204 06:51:48.069 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] stopping ... 06:51:48.069 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /127.0.0.1 06:51:48.069 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] has stopped. 06:51:48.069 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8204 06:51:48.069 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:51:48.070 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.070 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.070 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.070 [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 06:51:48.071 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.071 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.071 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.071 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.071 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.071 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205 06:51:48.071 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.071 [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 06:51:48.071 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205 06:51:48.071 [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]] 06:51:48.071 [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 06:51:48.072 [: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 06:51:48.072 [: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" 06:51:48.072 [: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 06:51:48.072 [: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 06:51:48.072 [: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-74EAF0CFE2B43800], CON-POST MID=10000, Token=74EAF0CFE2B43800, 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 06:51:48.072 [: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-74EAF0CFE2B43800]] 06:51:48.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:8205 06:51:48.072 [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=74EAF0CFE2B43800, 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] 06:51:48.072 [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 06:51:48.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10000] 06:51:48.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R693, 127.0.0.1:8201] replace CON-POST MID=10000, Token=74EAF0CFE2B43800, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=74EAF0CFE2B43800, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.073 [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" 06:51:48.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R693, 127.0.0.1:8201, complete]! 06:51:48.073 [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=74EAF0CFE2B43800, 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! 06:51:48.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 06:51:48.073 [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=74EAF0CFE2B43800, 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] 06:51:48.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:8205 06:51:48.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:8205-10000] 06:51:48.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L692, 127.0.0.1:8205, complete]! 06:51:48.074 [: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-74EAF0CFE2B43800] 06:51:48.074 [: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] 06:51:48.074 [: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=74EAF0CFE2B43800, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=74EAF0CFE2B43800, 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 06:51:48.074 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.074 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205 06:51:48.074 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205 06:51:48.074 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ... 06:51:48.074 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1 06:51:48.074 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped. 06:51:48.074 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205 06:51:48.074 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:51:48.075 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.075 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.075 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.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 06:51:48.075 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.115 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.115 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.115 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.115 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.115 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206 06:51:48.115 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.115 [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 06:51:48.115 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8206 06:51:48.115 [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]] 06:51:48.115 [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 06:51:48.115 [: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 06:51:48.116 [: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" 06:51:48.116 [: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 06:51:48.116 [: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 06:51:48.116 [: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-781BAC4007653A71], CON-POST MID=10000, Token=781BAC4007653A71, 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 06:51:48.116 [: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-781BAC4007653A71]] 06:51:48.116 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.116 [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=781BAC4007653A71, 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] 06:51:48.116 [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 06:51:48.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10000] 06:51:48.116 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found 06:51:48.116 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found 06:51:48.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R695, 127.0.0.1:8201, complete]! 06:51:48.116 [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=781BAC4007653A71, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"! 06:51:48.117 [UDP-Sender-localhost/127.0.0.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 06:51:48.117 [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=781BAC4007653A71, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"] 06:51:48.117 [UDP-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 06:51:48.117 [: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! 06:51:48.117 [: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=781BAC4007653A71, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found": 06:51:48.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L694, 127.0.0.1:8206, complete]! 06:51:48.117 [: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-781BAC4007653A71] 06:51:48.117 [: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] 06:51:48.117 [: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=781BAC4007653A71, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=781BAC4007653A71, 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 06:51:48.117 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.118 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206 06:51:48.118 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8206 06:51:48.118 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] stopping ... 06:51:48.118 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /127.0.0.1 06:51:48.118 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] has stopped. 06:51:48.118 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8206 06:51:48.118 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:51:48.118 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.118 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.118 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.118 [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 06:51:48.119 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.119 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.119 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.119 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.119 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.119 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207 06:51:48.119 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.119 [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 06:51:48.119 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8207 06:51:48.119 [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]] 06:51:48.119 [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]] 06:51:48.119 [: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 06:51:48.119 [: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" 06:51:48.120 [: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 06:51:48.120 [: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-48507], CON-POST MID=48507, 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 06:51:48.120 [: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-9CD248A14A951DCB], CON-POST MID=48507, Token=9CD248A14A951DCB, 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 06:51:48.120 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-48507], KeyToken[127.0.0.1:8207-9CD248A14A951DCB]] 06:51:48.120 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:48.120 [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=48507, Token=9CD248A14A951DCB, 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] 06:51:48.120 [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 06:51:48.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-48507] 06:51:48.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R697, 127.0.0.1:8201] replace CON-POST MID=48507, Token=9CD248A14A951DCB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=48507, Token=9CD248A14A951DCB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.121 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R697, 127.0.0.1:8201] send response NON-2.05 MID=48507, Token=null, OptionSet={}, "server responds hi" 06:51:48.121 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R697, 127.0.0.1:8201, complete]! 06:51:48.121 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R697, 127.0.0.1:8201, complete] completed NON-2.04 MID=48507, Token=9CD248A14A951DCB, 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! 06:51:48.121 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.121 [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=48507, Token=9CD248A14A951DCB, 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] 06:51:48.121 [UDP-Receiver-0.0.0.0/0.0.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 06:51:48.121 [: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-48507] 06:51:48.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L696, 127.0.0.1:8207, complete]! 06:51:48.121 [: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-9CD248A14A951DCB] 06:51:48.121 [: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-48507] 06:51:48.121 [: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=48507, Token=9CD248A14A951DCB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=48507, Token=9CD248A14A951DCB, 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! 06:51:48.122 [: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 06:51:48.122 [: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" 06:51:48.122 [: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 06:51:48.122 [: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-48508], CON-POST MID=48508, 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 06:51:48.122 [: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-2081AC9D80E4E187], CON-POST MID=48508, Token=2081AC9D80E4E187, 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 06:51:48.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-48508], KeyToken[127.0.0.1:8207-2081AC9D80E4E187]] 06:51:48.122 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:48.122 [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=48508, Token=2081AC9D80E4E187, 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] 06:51:48.122 [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 06:51:48.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-48508] 06:51:48.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R699, 127.0.0.1:8201] replace CON-POST MID=48508, Token=2081AC9D80E4E187, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=48508, Token=2081AC9D80E4E187, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R699, 127.0.0.1:8201] send response NON-2.05 MID=48508, Token=null, OptionSet={}, "server responds hi" 06:51:48.123 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R699, 127.0.0.1:8201, complete]! 06:51:48.123 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R699, 127.0.0.1:8201, complete] completed NON-2.04 MID=48508, Token=2081AC9D80E4E187, 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! 06:51:48.123 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.123 [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=48508, Token=2081AC9D80E4E187, 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] 06:51:48.123 [UDP-Receiver-0.0.0.0/0.0.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 06:51:48.123 [: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-48508] 06:51:48.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L698, 127.0.0.1:8207, complete]! 06:51:48.123 [: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-2081AC9D80E4E187] 06:51:48.123 [: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-48508] 06:51:48.123 [: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=48508, Token=2081AC9D80E4E187, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=48508, Token=2081AC9D80E4E187, 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! 06:51:48.123 [: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 06:51:48.123 [: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" 06:51:48.123 [: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 06:51:48.124 [: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-48509], CON-POST MID=48509, 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 06:51:48.124 [: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-8416FD4C9D13C8F4], CON-POST MID=48509, Token=8416FD4C9D13C8F4, 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 06:51:48.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-48509], KeyToken[127.0.0.1:8207-8416FD4C9D13C8F4]] 06:51:48.124 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:48.124 [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=48509, Token=8416FD4C9D13C8F4, 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] 06:51:48.124 [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 06:51:48.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-48509] 06:51:48.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.124 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 06:51:48.124 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:51:48.124 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 06:51:48.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R701, 127.0.0.1:8201, complete]! 06:51:48.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R701, 127.0.0.1:8201, complete] completed ACK-4.01 MID=48509, Token=8416FD4C9D13C8F4, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 06:51:48.124 [UDP-Sender-localhost/127.0.0.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 06:51:48.124 [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=48509, Token=8416FD4C9D13C8F4, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 06:51:48.124 [UDP-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 06:51:48.124 [: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! 06:51:48.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=48509, Token=8416FD4C9D13C8F4, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 06:51:48.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L700, 127.0.0.1:8207, complete]! 06:51:48.125 [: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-8416FD4C9D13C8F4] 06:51:48.125 [: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-48509] 06:51:48.125 [: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=48509, Token=8416FD4C9D13C8F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=48509, Token=8416FD4C9D13C8F4, 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! 06:51:48.125 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.125 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8207 06:51:48.125 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8207 06:51:48.125 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] stopping ... 06:51:48.125 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /127.0.0.1 06:51:48.125 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] has stopped. 06:51:48.125 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8207 06:51:48.125 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:51:48.126 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.126 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.126 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.126 [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 06:51:48.126 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.126 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.126 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.126 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.126 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.126 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208 06:51:48.126 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.126 [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 06:51:48.127 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208 06:51:48.127 [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]] 06:51:48.127 [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 06:51:48.127 [: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 06:51:48.127 [: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" 06:51:48.127 [: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 06:51:48.127 [: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 06:51:48.127 [: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-188D6D9FEFC259C5], CON-POST MID=10000, Token=188D6D9FEFC259C5, 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 06:51:48.127 [: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-188D6D9FEFC259C5]] 06:51:48.128 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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 06:51:48.128 [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=188D6D9FEFC259C5, 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] 06:51:48.128 [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 06:51:48.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10000] 06:51:48.128 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context) 06:51:48.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R703, 127.0.0.1:8201, complete]! 06:51:48.128 [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=188D6D9FEFC259C5, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes! 06:51:48.128 [UDP-Sender-localhost/127.0.0.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 06:51:48.128 [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=188D6D9FEFC259C5, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes] 06:51:48.128 [UDP-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 06:51:48.128 [: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! 06:51:48.128 [: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=188D6D9FEFC259C5, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes: 06:51:48.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L702, 127.0.0.1:8208, complete]! 06:51:48.128 [: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-188D6D9FEFC259C5] 06:51:48.128 [: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] 06:51:48.128 [: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=188D6D9FEFC259C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=188D6D9FEFC259C5, 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 06:51:48.129 [: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 06:51:48.129 [: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" 06:51:48.129 [: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 06:51:48.129 [: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 06:51:48.129 [: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-AC4D22B92E545FBE], CON-POST MID=10001, Token=AC4D22B92E545FBE, 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 06:51:48.129 [: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-AC4D22B92E545FBE]] 06:51:48.129 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:48.129 [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=AC4D22B92E545FBE, 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] 06:51:48.129 [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 06:51:48.129 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10001] 06:51:48.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R705, 127.0.0.1:8201] replace CON-POST MID=10001, Token=AC4D22B92E545FBE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=AC4D22B92E545FBE, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.130 [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" 06:51:48.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R705, 127.0.0.1:8201, complete]! 06:51:48.130 [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=AC4D22B92E545FBE, 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! 06:51:48.130 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 06:51:48.130 [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=AC4D22B92E545FBE, 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] 06:51:48.130 [UDP-Receiver-0.0.0.0/0.0.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 06:51:48.130 [: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] 06:51:48.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L704, 127.0.0.1:8208, complete]! 06:51:48.130 [: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-AC4D22B92E545FBE] 06:51:48.130 [: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] 06:51:48.130 [: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=AC4D22B92E545FBE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10001, Token=AC4D22B92E545FBE, 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 06:51:48.131 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.131 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 06:51:48.131 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208 06:51:48.131 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ... 06:51:48.131 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1 06:51:48.131 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped. 06:51:48.131 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208 06:51:48.131 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest 06:51:48.131 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:51:48.131 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8201 06:51:48.131 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8201 06:51:48.131 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] stopping ... 06:51:48.131 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /0.0.0.0 06:51:48.131 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] has stopped. 06:51:48.131 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8201 06:51:48.132 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.373 s - in org.eclipse.californium.oscore.OSCoreServerClientTest [INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest Start EndpointContextInfoTest 06:51:48.133 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.133 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.133 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.133 [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 06:51:48.134 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.134 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.134 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.134 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.134 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.134 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209 06:51:48.134 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.134 [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 06:51:48.134 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8209 06:51:48.134 [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]] 06:51:48.134 [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]] 06:51:48.136 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.136 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.136 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.136 [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 06:51:48.136 [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 06:51:48.136 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.136 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.136 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.136 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.136 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210 06:51:48.136 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.136 [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 06:51:48.136 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8210 06:51:48.136 [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]] 06:51:48.136 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8210 for coap 06:51:48.136 [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]] client sent request 06:51:48.136 [: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 06:51:48.136 [: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-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 06:51:48.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L706, 127.0.0.1:8209] 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 06:51:48.137 [: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-38681], CON-POST MID=38681, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:51:48.137 [: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-40FC90A7B6798168], CON-POST MID=38681, Token=40FC90A7B6798168, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:51:48.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-38681], KeyToken[127.0.0.1:8209-40FC90A7B6798168]] Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:51:48.137 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8209 06:51:48.137 [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=38681, Token=40FC90A7B6798168, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 06:51:48.137 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 29 bytes from 127.0.0.1:8210 06:51:48.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-38681] 06:51:48.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R707, 127.0.0.1:8210] replace CON-POST MID=38681, Token=40FC90A7B6798168, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=38681, Token=40FC90A7B6798168, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:51:48.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R707, 127.0.0.1:8210] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 06:51:48.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R707, 127.0.0.1:8210, complete]! 06:51:48.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R707, 127.0.0.1:8210, complete] completed ACK-2.04 MID=38681, Token=40FC90A7B6798168, 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 06:51:48.138 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 06:51:48.138 [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 [ACK-2.04 MID=38681, Token=40FC90A7B6798168, 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] 06:51:48.138 [UDP-Receiver-0.0.0.0/0.0.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 06:51:48.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L706, 127.0.0.1:8209, complete]! 06:51:48.138 [: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-40FC90A7B6798168] 06:51:48.138 [: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-38681] 06:51:48.138 [: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-GET MID=38681, Token=40FC90A7B6798168, OptionSet={"Object-Security":0x}, -/- CON-POST MID=38681, Token=40FC90A7B6798168, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response 06:51:48.138 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.139 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8209 06:51:48.139 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8209 06:51:48.139 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] stopping ... 06:51:48.139 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /127.0.0.1 06:51:48.139 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] has stopped. 06:51:48.139 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8209 06:51:48.139 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest Start EndpointContextInfoTest 06:51:48.139 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.139 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.139 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.139 [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 06:51:48.139 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.140 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.140 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.140 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.140 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.140 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211 06:51:48.140 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.140 [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 06:51:48.140 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8211 06:51:48.140 [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]] 06:51:48.140 [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]] client sent request Client: Request destination context type: class org.eclipse.californium.elements.AddressEndpointContext 06:51:48.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L708, 127.0.0.1:8211] send request 06:51:48.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L708, 127.0.0.1:8211] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 06:51:48.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L708, 127.0.0.1:8211] 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 06:51:48.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L708, 127.0.0.1:8211] added with generated mid KeyMID[127.0.0.1:8211-5008], CON-POST MID= 5008, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:51:48.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L708, 127.0.0.1:8211] added with generated token KeyToken[127.0.0.1:8211-18BD52940F6D7F96], CON-POST MID= 5008, Token=18BD52940F6D7F96, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:51:48.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-5008], KeyToken[127.0.0.1:8211-18BD52940F6D7F96]] 06:51:48.141 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8211 06:51:48.141 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E723,T100) 127.0.0.1:8,210 ==> :8,211 [CON-POST MID= 5008, Token=18BD52940F6D7F96, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 06:51:48.141 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8211) received 29 bytes from 127.0.0.1:8210 06:51:48.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-5008] 06:51:48.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R709, 127.0.0.1:8210] replace CON-POST MID= 5008, Token=18BD52940F6D7F96, OptionSet={"Object-Security":0x77665544}, by CON-GET MID= 5008, Token=18BD52940F6D7F96, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:51:48.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R709, 127.0.0.1:8210] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 06:51:48.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R709, 127.0.0.1:8210, complete]! 06:51:48.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R709, 127.0.0.1:8210, complete] completed ACK-2.04 MID= 5008, Token=18BD52940F6D7F96, 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 06:51:48.141 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 06:51:48.141 [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,211 ==> :8,210 [ACK-2.04 MID= 5008, Token=18BD52940F6D7F96, 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] 06:51:48.141 [UDP-Receiver-0.0.0.0/0.0.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 06:51:48.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L708, 127.0.0.1:8211, complete]! 06:51:48.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L708, 127.0.0.1:8211, complete] for token KeyToken[127.0.0.1:8211-18BD52940F6D7F96] 06:51:48.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L708, 127.0.0.1:8211, complete] for MID KeyMID[127.0.0.1:8211-5008] 06:51:48.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L708, 127.0.0.1:8211, complete] completed CON-GET MID= 5008, Token=18BD52940F6D7F96, OptionSet={"Object-Security":0x}, -/- CON-POST MID= 5008, Token=18BD52940F6D7F96, 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 06:51:48.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L710, 127.0.0.1:8211] send request 06:51:48.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L710, 127.0.0.1:8211] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 06:51:48.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L710, 127.0.0.1:8211] 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 06:51:48.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L710, 127.0.0.1:8211] added with generated mid KeyMID[127.0.0.1:8211-5009], CON-POST MID= 5009, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 06:51:48.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L710, 127.0.0.1:8211] added with generated token KeyToken[127.0.0.1:8211-04FBF464145164AE], CON-POST MID= 5009, Token=04FBF464145164AE, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 06:51:48.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-5009], KeyToken[127.0.0.1:8211-04FBF464145164AE]] 06:51:48.142 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8211 06:51:48.142 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E725,T100) 127.0.0.1:8,210 ==> :8,211 [CON-POST MID= 5009, Token=04FBF464145164AE, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24] 06:51:48.142 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8211) received 29 bytes from 127.0.0.1:8210 06:51:48.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-5009] 06:51:48.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R711, 127.0.0.1:8210] replace CON-POST MID= 5009, Token=04FBF464145164AE, OptionSet={"Object-Security":0x77665544}, by CON-GET MID= 5009, Token=04FBF464145164AE, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:51:48.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R711, 127.0.0.1:8210] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 06:51:48.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R711, 127.0.0.1:8210, complete]! 06:51:48.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R711, 127.0.0.1:8210, complete] completed ACK-2.04 MID= 5009, Token=04FBF464145164AE, 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 06:51:48.143 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210 06:51:48.143 [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,211 ==> :8,210 [ACK-2.04 MID= 5009, Token=04FBF464145164AE, 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] 06:51:48.143 [UDP-Receiver-0.0.0.0/0.0.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 06:51:48.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L710, 127.0.0.1:8211, complete]! 06:51:48.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L710, 127.0.0.1:8211, complete] for token KeyToken[127.0.0.1:8211-04FBF464145164AE] 06:51:48.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L710, 127.0.0.1:8211, complete] for MID KeyMID[127.0.0.1:8211-5009] 06:51:48.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L710, 127.0.0.1:8211, complete] completed CON-GET MID= 5009, Token=04FBF464145164AE, OptionSet={"Object-Security":0x}, -/- CON-POST MID= 5009, Token=04FBF464145164AE, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24! client received response 06:51:48.143 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.143 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8211 06:51:48.143 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8211 06:51:48.144 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8211] stopping ... 06:51:48.144 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /127.0.0.1 06:51:48.144 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8211] has stopped. 06:51:48.144 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8211 06:51:48.144 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest 06:51:48.144 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:51:48.144 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8210 06:51:48.144 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8210 06:51:48.144 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] stopping ... 06:51:48.144 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /0.0.0.0 06:51:48.144 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] has stopped. 06:51:48.144 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8210 06:51:48.144 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.californium.oscore.EndpointContextInfoTest [INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest 06:51:48.145 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 06:51:48.145 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.145 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.145 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.145 [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 06:51:48.145 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.146 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.146 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.146 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.146 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.146 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212 06:51:48.146 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.146 [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]] 06:51:48.146 [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 06:51:48.146 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212 06:51:48.146 [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]] 06:51:48.146 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.146 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.146 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.146 [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 06:51:48.146 [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 06:51:48.146 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.146 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.146 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.146 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.146 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213 06:51:48.146 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.147 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8213, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.147 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8213 06:51:48.147 [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]] 06:51:48.147 [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]] 06:51:48.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 06:51:48.147 [: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:8212]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 06:51:48.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] send request 06:51:48.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-42811], CON-POST MID=42811, 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 06:51:48.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-1830A187170F0C87], CON-POST MID=42811, Token=1830A187170F0C87, 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 06:51:48.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-42811], KeyToken[127.0.0.1:8212-1830A187170F0C87]] 06:51:48.148 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8212 06:51:48.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E727,T105) 127.0.0.1:8,213 ==> :8,212 [CON-POST MID=42811, Token=1830A187170F0C87, 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] 06:51:48.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 107 bytes from 127.0.0.1:8213 06:51:48.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42811] 06:51:48.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R713, 127.0.0.1:8213] replace CON-POST MID=42811, Token=1830A187170F0C87, 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=42811, Token=1830A187170F0C87, 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 06:51:48.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 06:51:48.149 [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:8213]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 06:51:48.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:51:48.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R713, 127.0.0.1:8213] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 06:51:48.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R713, 127.0.0.1:8213, complete]! 06:51:48.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R713, 127.0.0.1:8213, complete] completed ACK-2.04 MID=42811, Token=1830A187170F0C87, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 06:51:48.149 [UDP-Sender-localhost/127.0.0.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:8213 06:51:48.150 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E728,T108) 127.0.0.1:8,212 ==> :8,213 [ACK-2.04 MID=42811, Token=1830A187170F0C87, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 06:51:48.150 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8213) received 26 bytes from 127.0.0.1:8212 06:51:48.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.150 [: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) 06:51:48.150 [: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 06:51:48.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] replace CON-POST MID=42811, Token=1830A187170F0C87, 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 06:51:48.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] send request 06:51:48.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-42812], CON-POST MID=42812, 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 06:51:48.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for MID KeyMID[127.0.0.1:8212-42811] 06:51:48.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-00EF221A6113DF2A], CON-POST MID=42812, Token=00EF221A6113DF2A, 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 06:51:48.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for token KeyToken[127.0.0.1:8212-1830A187170F0C87] 06:51:48.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-42812], KeyToken[127.0.0.1:8212-00EF221A6113DF2A]] 06:51:48.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 103 bytes to 127.0.0.1:8212 06:51:48.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E729,T105) 127.0.0.1:8,213 ==> :8,212 [CON-POST MID=42812, Token=00EF221A6113DF2A, 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] 06:51:48.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 103 bytes from 127.0.0.1:8213 06:51:48.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42812] 06:51:48.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R714, 127.0.0.1:8213] replace CON-POST MID=42812, Token=00EF221A6113DF2A, 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=42812, Token=00EF221A6113DF2A, 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 06:51:48.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 06:51:48.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8213] for CON-POST MID=42812, Token=00EF221A6113DF2A, 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 06:51:48.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:51:48.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R714, 127.0.0.1:8213] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 06:51:48.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R714, 127.0.0.1:8213, complete]! 06:51:48.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R714, 127.0.0.1:8213, complete] completed ACK-2.04 MID=42812, Token=00EF221A6113DF2A, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 06:51:48.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 26 bytes to 127.0.0.1:8213 06:51:48.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E730,T108) 127.0.0.1:8,212 ==> :8,213 [ACK-2.04 MID=42812, Token=00EF221A6113DF2A, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 06:51:48.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8213) received 26 bytes from 127.0.0.1:8212 06:51:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.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=true, num=1) 06:51:48.152 [: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 06:51:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] replace CON-POST MID=42812, Token=00EF221A6113DF2A, 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 06:51:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] send request 06:51:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-42813], CON-POST MID=42813, 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 06:51:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for MID KeyMID[127.0.0.1:8212-42812] 06:51:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-AC7A8C92897DAE3C], CON-POST MID=42813, Token=AC7A8C92897DAE3C, 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 06:51:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for token KeyToken[127.0.0.1:8212-00EF221A6113DF2A] 06:51:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-42813], KeyToken[127.0.0.1:8212-AC7A8C92897DAE3C]] 06:51:48.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 103 bytes to 127.0.0.1:8212 06:51:48.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E731,T105) 127.0.0.1:8,213 ==> :8,212 [CON-POST MID=42813, Token=AC7A8C92897DAE3C, 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] 06:51:48.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 103 bytes from 127.0.0.1:8213 06:51:48.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42813] 06:51:48.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R715, 127.0.0.1:8213] replace CON-POST MID=42813, Token=AC7A8C92897DAE3C, 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=42813, Token=AC7A8C92897DAE3C, 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 06:51:48.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 06:51:48.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8213] for CON-POST MID=42813, Token=AC7A8C92897DAE3C, 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 06:51:48.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:51:48.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R715, 127.0.0.1:8213] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 06:51:48.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R715, 127.0.0.1:8213, complete]! 06:51:48.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R715, 127.0.0.1:8213, complete] completed ACK-2.04 MID=42813, Token=AC7A8C92897DAE3C, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 06:51:48.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 26 bytes to 127.0.0.1:8213 06:51:48.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E732,T108) 127.0.0.1:8,212 ==> :8,213 [ACK-2.04 MID=42813, Token=AC7A8C92897DAE3C, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 06:51:48.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8213) received 26 bytes from 127.0.0.1:8212 06:51:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.154 [: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) 06:51:48.154 [: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 06:51:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] replace CON-POST MID=42813, Token=AC7A8C92897DAE3C, 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 06:51:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] send request 06:51:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-42814], CON-POST MID=42814, 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 06:51:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for MID KeyMID[127.0.0.1:8212-42813] 06:51:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-D410412E6887963B], CON-POST MID=42814, Token=D410412E6887963B, 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 06:51:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for token KeyToken[127.0.0.1:8212-AC7A8C92897DAE3C] 06:51:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-42814], KeyToken[127.0.0.1:8212-D410412E6887963B]] 06:51:48.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 103 bytes to 127.0.0.1:8212 06:51:48.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E733,T105) 127.0.0.1:8,213 ==> :8,212 [CON-POST MID=42814, Token=D410412E6887963B, 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] 06:51:48.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 103 bytes from 127.0.0.1:8213 06:51:48.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42814] 06:51:48.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R716, 127.0.0.1:8213] replace CON-POST MID=42814, Token=D410412E6887963B, 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=42814, Token=D410412E6887963B, 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 06:51:48.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 06:51:48.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8213] for CON-POST MID=42814, Token=D410412E6887963B, 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 06:51:48.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 06:51:48.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/resource, 127.0.0.1:8213]], block1 transfers still in progress: 0 06:51:48.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer 06:51:48.155 [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:8213]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1 06:51:48.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R716, 127.0.0.1:8213] 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 06:51:48.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R716, 127.0.0.1:8213, complete]! 06:51:48.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R716, 127.0.0.1:8213, complete] completed ACK-2.04 MID=42814, Token=D410412E6887963B, 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! 06:51:48.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 96 bytes to 127.0.0.1:8213 06:51:48.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E734,T108) 127.0.0.1:8,212 ==> :8,213 [ACK-2.04 MID=42814, Token=D410412E6887963B, 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] 06:51:48.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8213) received 96 bytes from 127.0.0.1:8212 06:51:48.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.156 [: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) 06:51:48.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer 06:51:48.156 [: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:8212]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1, ACK-2.05 MID=42814, Token=D410412E6887963B, 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 06:51:48.156 [: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)"}, 06:51:48.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] replace CON-POST MID=42814, Token=D410412E6887963B, 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)"}, 06:51:48.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] send request 06:51:48.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] 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)"}, 06:51:48.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-42815], CON-POST MID=42815, 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 06:51:48.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for MID KeyMID[127.0.0.1:8212-42814] 06:51:48.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-98E0690DC53D11F1], CON-POST MID=42815, Token=98E0690DC53D11F1, 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 06:51:48.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for token KeyToken[127.0.0.1:8212-D410412E6887963B] 06:51:48.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-42815], KeyToken[127.0.0.1:8212-98E0690DC53D11F1]] 06:51:48.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:8212 06:51:48.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E735,T105) 127.0.0.1:8,213 ==> :8,212 [CON-POST MID=42815, Token=98E0690DC53D11F1, 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] 06:51:48.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 38 bytes from 127.0.0.1:8213 06:51:48.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42815] 06:51:48.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R717, 127.0.0.1:8213] replace CON-POST MID=42815, Token=98E0690DC53D11F1, 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=42815, Token=98E0690DC53D11F1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 06:51:48.158 [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:8213]: currentNum=1, currentSzx=2, bufferSize=512, complete=false] 06:51:48.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R717, 127.0.0.1:8213] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 06:51:48.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R717, 127.0.0.1:8213, complete]! 06:51:48.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R717, 127.0.0.1:8213, complete] completed ACK-2.04 MID=42815, Token=98E0690DC53D11F1, 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! 06:51:48.158 [UDP-Sender-localhost/127.0.0.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:8213 06:51:48.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E736,T108) 127.0.0.1:8,212 ==> :8,213 [ACK-2.04 MID=42815, Token=98E0690DC53D11F1, 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] 06:51:48.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8213) received 91 bytes from 127.0.0.1:8212 06:51:48.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.158 [: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)"}, 06:51:48.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] replace CON-POST MID=42815, Token=98E0690DC53D11F1, 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)"}, 06:51:48.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] send request 06:51:48.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] 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)"}, 06:51:48.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-42816], CON-POST MID=42816, 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 06:51:48.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for MID KeyMID[127.0.0.1:8212-42815] 06:51:48.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-B8EA4CC34449210E], CON-POST MID=42816, Token=B8EA4CC34449210E, 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 06:51:48.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for token KeyToken[127.0.0.1:8212-98E0690DC53D11F1] 06:51:48.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-42816], KeyToken[127.0.0.1:8212-B8EA4CC34449210E]] 06:51:48.159 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8212 06:51:48.159 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E737,T105) 127.0.0.1:8,213 ==> :8,212 [CON-POST MID=42816, Token=B8EA4CC34449210E, 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] 06:51:48.159 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 38 bytes from 127.0.0.1:8213 06:51:48.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42816] 06:51:48.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R718, 127.0.0.1:8213] replace CON-POST MID=42816, Token=B8EA4CC34449210E, 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=42816, Token=B8EA4CC34449210E, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 06:51:48.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:8213]: currentNum=2, currentSzx=2, bufferSize=512, complete=false] 06:51:48.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R718, 127.0.0.1:8213] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 06:51:48.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R718, 127.0.0.1:8213, complete]! 06:51:48.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R718, 127.0.0.1:8213, complete] completed ACK-2.04 MID=42816, Token=B8EA4CC34449210E, 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! 06:51:48.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:8213 06:51:48.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E738,T108) 127.0.0.1:8,212 ==> :8,213 [ACK-2.04 MID=42816, Token=B8EA4CC34449210E, 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] 06:51:48.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8213) received 91 bytes from 127.0.0.1:8212 06:51:48.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.160 [: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)"}, 06:51:48.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] replace CON-POST MID=42816, Token=B8EA4CC34449210E, 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)"}, 06:51:48.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] send request 06:51:48.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] 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)"}, 06:51:48.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-42817], CON-POST MID=42817, 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 06:51:48.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for MID KeyMID[127.0.0.1:8212-42816] 06:51:48.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-906F9D6442992D0D], CON-POST MID=42817, Token=906F9D6442992D0D, 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 06:51:48.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for token KeyToken[127.0.0.1:8212-B8EA4CC34449210E] 06:51:48.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-42817], KeyToken[127.0.0.1:8212-906F9D6442992D0D]] 06:51:48.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:8212 06:51:48.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E739,T105) 127.0.0.1:8,213 ==> :8,212 [CON-POST MID=42817, Token=906F9D6442992D0D, 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] 06:51:48.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 38 bytes from 127.0.0.1:8213 06:51:48.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42817] 06:51:48.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R719, 127.0.0.1:8213] replace CON-POST MID=42817, Token=906F9D6442992D0D, 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=42817, Token=906F9D6442992D0D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 06:51:48.161 [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:8213]: currentNum=3, currentSzx=2, bufferSize=512, complete=false] 06:51:48.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R719, 127.0.0.1:8213] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=3)"}, "38971117043758316910266445086798".. 64 bytes 06:51:48.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R719, 127.0.0.1:8213, complete]! 06:51:48.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R719, 127.0.0.1:8213, complete] completed ACK-2.04 MID=42817, Token=906F9D6442992D0D, 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! 06:51:48.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:8213 06:51:48.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E740,T108) 127.0.0.1:8,212 ==> :8,213 [ACK-2.04 MID=42817, Token=906F9D6442992D0D, 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] 06:51:48.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8213) received 91 bytes from 127.0.0.1:8212 06:51:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.162 [: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)"}, 06:51:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] replace CON-POST MID=42817, Token=906F9D6442992D0D, 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)"}, 06:51:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] send request 06:51:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] 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)"}, 06:51:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-42818], CON-POST MID=42818, 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 06:51:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for MID KeyMID[127.0.0.1:8212-42817] 06:51:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-AC6A17A9973EFAE0], CON-POST MID=42818, Token=AC6A17A9973EFAE0, 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 06:51:48.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for token KeyToken[127.0.0.1:8212-906F9D6442992D0D] 06:51:48.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-42818], KeyToken[127.0.0.1:8212-AC6A17A9973EFAE0]] 06:51:48.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 38 bytes to 127.0.0.1:8212 06:51:48.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E741,T105) 127.0.0.1:8,213 ==> :8,212 [CON-POST MID=42818, Token=AC6A17A9973EFAE0, 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] 06:51:48.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 38 bytes from 127.0.0.1:8213 06:51:48.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42818] 06:51:48.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R720, 127.0.0.1:8213] replace CON-POST MID=42818, Token=AC6A17A9973EFAE0, 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=42818, Token=AC6A17A9973EFAE0, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 06:51:48.163 [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:8213]: currentNum=4, currentSzx=2, bufferSize=512, complete=false] 06:51:48.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R720, 127.0.0.1:8213] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=4)"}, "97509355062585950531841781678883".. 64 bytes 06:51:48.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R720, 127.0.0.1:8213, complete]! 06:51:48.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R720, 127.0.0.1:8213, complete] completed ACK-2.04 MID=42818, Token=AC6A17A9973EFAE0, 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! 06:51:48.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 91 bytes to 127.0.0.1:8213 06:51:48.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E742,T108) 127.0.0.1:8,212 ==> :8,213 [ACK-2.04 MID=42818, Token=AC6A17A9973EFAE0, 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] 06:51:48.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8213) received 91 bytes from 127.0.0.1:8212 06:51:48.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.164 [: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)"}, 06:51:48.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] replace CON-POST MID=42818, Token=AC6A17A9973EFAE0, 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)"}, 06:51:48.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] send request 06:51:48.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] 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)"}, 06:51:48.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-42819], CON-POST MID=42819, 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 06:51:48.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for MID KeyMID[127.0.0.1:8212-42818] 06:51:48.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-C8E11C3133DD702B], CON-POST MID=42819, Token=C8E11C3133DD702B, 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 06:51:48.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for token KeyToken[127.0.0.1:8212-AC6A17A9973EFAE0] 06:51:48.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-42819], KeyToken[127.0.0.1:8212-C8E11C3133DD702B]] 06:51:48.164 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8212 06:51:48.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E743,T105) 127.0.0.1:8,213 ==> :8,212 [CON-POST MID=42819, Token=C8E11C3133DD702B, 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] 06:51:48.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 38 bytes from 127.0.0.1:8213 06:51:48.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42819] 06:51:48.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R721, 127.0.0.1:8213] replace CON-POST MID=42819, Token=C8E11C3133DD702B, 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=42819, Token=C8E11C3133DD702B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 06:51:48.165 [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:8213]: currentNum=5, currentSzx=2, bufferSize=512, complete=false] 06:51:48.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R721, 127.0.0.1:8213] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=5)"}, "67804944526779248995524287066297".. 64 bytes 06:51:48.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R721, 127.0.0.1:8213, complete]! 06:51:48.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R721, 127.0.0.1:8213, complete] completed ACK-2.04 MID=42819, Token=C8E11C3133DD702B, 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! 06:51:48.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 91 bytes to 127.0.0.1:8213 06:51:48.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E744,T108) 127.0.0.1:8,212 ==> :8,213 [ACK-2.04 MID=42819, Token=C8E11C3133DD702B, 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] 06:51:48.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8213) received 91 bytes from 127.0.0.1:8212 06:51:48.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.165 [: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)"}, 06:51:48.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] replace CON-POST MID=42819, Token=C8E11C3133DD702B, 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)"}, 06:51:48.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] send request 06:51:48.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] 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)"}, 06:51:48.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-42820], CON-POST MID=42820, 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 06:51:48.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for MID KeyMID[127.0.0.1:8212-42819] 06:51:48.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-5034A18BBADBCE39], CON-POST MID=42820, Token=5034A18BBADBCE39, 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 06:51:48.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for token KeyToken[127.0.0.1:8212-C8E11C3133DD702B] 06:51:48.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-42820], KeyToken[127.0.0.1:8212-5034A18BBADBCE39]] 06:51:48.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 38 bytes to 127.0.0.1:8212 06:51:48.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E745,T105) 127.0.0.1:8,213 ==> :8,212 [CON-POST MID=42820, Token=5034A18BBADBCE39, 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] 06:51:48.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 38 bytes from 127.0.0.1:8213 06:51:48.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42820] 06:51:48.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R722, 127.0.0.1:8213] replace CON-POST MID=42820, Token=5034A18BBADBCE39, 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=42820, Token=5034A18BBADBCE39, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 06:51:48.166 [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:8213]: currentNum=6, currentSzx=2, bufferSize=512, complete=false] 06:51:48.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R722, 127.0.0.1:8213] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=6)"}, "06884405752965992299924146191928".. 64 bytes 06:51:48.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R722, 127.0.0.1:8213, complete]! 06:51:48.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R722, 127.0.0.1:8213, complete] completed ACK-2.04 MID=42820, Token=5034A18BBADBCE39, 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! 06:51:48.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 91 bytes to 127.0.0.1:8213 06:51:48.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E746,T108) 127.0.0.1:8,212 ==> :8,213 [ACK-2.04 MID=42820, Token=5034A18BBADBCE39, 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] 06:51:48.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8213) received 91 bytes from 127.0.0.1:8212 06:51:48.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.167 [: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)"}, 06:51:48.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] replace CON-POST MID=42820, Token=5034A18BBADBCE39, 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)"}, 06:51:48.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] send request 06:51:48.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8212] 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)"}, 06:51:48.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] 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 06:51:48.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-42821], CON-POST MID=42821, 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 06:51:48.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for MID KeyMID[127.0.0.1:8212-42820] 06:51:48.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-BC45E072AE5EFE0D], CON-POST MID=42821, Token=BC45E072AE5EFE0D, 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 06:51:48.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212] for token KeyToken[127.0.0.1:8212-5034A18BBADBCE39] 06:51:48.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-42821], KeyToken[127.0.0.1:8212-BC45E072AE5EFE0D]] 06:51:48.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 38 bytes to 127.0.0.1:8212 06:51:48.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E747,T105) 127.0.0.1:8,213 ==> :8,212 [CON-POST MID=42821, Token=BC45E072AE5EFE0D, 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] 06:51:48.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 38 bytes from 127.0.0.1:8213 06:51:48.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-42821] 06:51:48.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R723, 127.0.0.1:8213] replace CON-POST MID=42821, Token=BC45E072AE5EFE0D, 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=42821, Token=BC45E072AE5EFE0D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 06:51:48.168 [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:8213]: currentNum=7, currentSzx=2, bufferSize=512, complete=true] 06:51:48.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R723, 127.0.0.1:8213] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=7)"}, "38971117043758316910266445086798".. 64 bytes 06:51:48.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R723, 127.0.0.1:8213, complete]! 06:51:48.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R723, 127.0.0.1:8213, complete] completed ACK-2.04 MID=42821, Token=BC45E072AE5EFE0D, 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! 06:51:48.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 91 bytes to 127.0.0.1:8213 06:51:48.215 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E748,T108) 127.0.0.1:8,212 ==> :8,213 [ACK-2.04 MID=42821, Token=BC45E072AE5EFE0D, 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] 06:51:48.215 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8213) received 91 bytes from 127.0.0.1:8212 06:51:48.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.215 [: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 06:51:48.215 [: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:8212]], block2 transfers still in progress: 0 06:51:48.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=42814, Token=D410412E6887963B, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes 06:51:48.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212] replace CON-POST MID=42821, Token=BC45E072AE5EFE0D, 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=42811, Token=1830A187170F0C87, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 06:51:48.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8212, complete]! 06:51:48.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212, complete] for token KeyToken[127.0.0.1:8212-BC45E072AE5EFE0D] 06:51:48.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8212, complete] for MID KeyMID[127.0.0.1:8212-42821] 06:51:48.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L712, 127.0.0.1:8212, complete] completed CON-POST MID=42811, Token=1830A187170F0C87, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes! 06:51:48.215 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.215 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.216 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 06:51:48.216 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212 06:51:48.216 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ... 06:51:48.216 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1 06:51:48.216 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped. 06:51:48.216 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212 06:51:48.216 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.216 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8213 06:51:48.216 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8213 06:51:48.216 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] stopping ... 06:51:48.216 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /0.0.0.0 06:51:48.216 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] has stopped. 06:51:48.216 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8213 06:51:48.216 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 06:51:48.216 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 06:51:48.217 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.217 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.217 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.217 [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 06:51:48.217 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.218 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.218 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.218 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.218 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.218 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8214 06:51:48.218 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.218 [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 06:51:48.218 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8214 06:51:48.218 [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]] 06:51:48.218 [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]] 06:51:48.218 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.218 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.218 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.218 [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 06:51:48.218 [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 06:51:48.218 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.218 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.218 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.218 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.218 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8215 06:51:48.218 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.218 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8215, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.218 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8215 06:51:48.218 [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]] 06:51:48.218 [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]] 06:51:48.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L724, 127.0.0.1:8214] send request 06:51:48.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L724, 127.0.0.1:8214] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:51:48.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L724, 127.0.0.1:8214] 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 06:51:48.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L724, 127.0.0.1:8214] added with generated mid KeyMID[127.0.0.1:8214-34054], CON-POST MID=34054, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L724, 127.0.0.1:8214] added with generated token KeyToken[127.0.0.1:8214-D46BCB65AD4E2A6F], CON-POST MID=34054, Token=D46BCB65AD4E2A6F, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8214-34054], KeyToken[127.0.0.1:8214-D46BCB65AD4E2A6F]] 06:51:48.219 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8214 06:51:48.220 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E749,T113) 127.0.0.1:8,215 ==> :8,214 [CON-POST MID=34054, Token=D46BCB65AD4E2A6F, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:51:48.220 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8214) received 34 bytes from 127.0.0.1:8215 06:51:48.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-34054] 06:51:48.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R725, 127.0.0.1:8215] replace CON-POST MID=34054, Token=D46BCB65AD4E2A6F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=34054, Token=D46BCB65AD4E2A6F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:51:48.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer 06:51:48.220 [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:8215]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 06:51:48.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R725, 127.0.0.1:8215] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 06:51:48.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R725, 127.0.0.1:8215, complete]! 06:51:48.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R725, 127.0.0.1:8215, complete] completed ACK-2.04 MID=34054, Token=D46BCB65AD4E2A6F, 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! 06:51:48.220 [UDP-Sender-localhost/127.0.0.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:8215 06:51:48.220 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E750,T116) 127.0.0.1:8,214 ==> :8,215 [ACK-2.04 MID=34054, Token=D46BCB65AD4E2A6F, 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] 06:51:48.221 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8215) received 94 bytes from 127.0.0.1:8214 06:51:48.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.221 [: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:8214]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1, ACK-2.05 MID=34054, Token=D46BCB65AD4E2A6F, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 06:51:48.221 [: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)"}, 06:51:48.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L724, 127.0.0.1:8214] replace CON-POST MID=34054, Token=D46BCB65AD4E2A6F, 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)"}, 06:51:48.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L724, 127.0.0.1:8214] send request 06:51:48.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L724, 127.0.0.1:8214] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 06:51:48.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L724, 127.0.0.1:8214] 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 06:51:48.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L724, 127.0.0.1:8214] added with generated mid KeyMID[127.0.0.1:8214-34055], CON-POST MID=34055, 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 06:51:48.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L724, 127.0.0.1:8214] for MID KeyMID[127.0.0.1:8214-34054] 06:51:48.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L724, 127.0.0.1:8214] added with generated token KeyToken[127.0.0.1:8214-482C2CF3ED131C80], CON-POST MID=34055, Token=482C2CF3ED131C80, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 06:51:48.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L724, 127.0.0.1:8214] for token KeyToken[127.0.0.1:8214-D46BCB65AD4E2A6F] 06:51:48.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8214-34055], KeyToken[127.0.0.1:8214-482C2CF3ED131C80]] 06:51:48.221 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8214 06:51:48.222 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E751,T113) 127.0.0.1:8,215 ==> :8,214 [CON-POST MID=34055, Token=482C2CF3ED131C80, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13] 06:51:48.222 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8214) received 36 bytes from 127.0.0.1:8215 06:51:48.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-34055] 06:51:48.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R726, 127.0.0.1:8215] replace CON-POST MID=34055, Token=482C2CF3ED131C80, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-GET MID=34055, Token=482C2CF3ED131C80, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 06:51:48.222 [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:8215]: currentNum=1, currentSzx=2, bufferSize=256, complete=false] 06:51:48.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R726, 127.0.0.1:8215] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 06:51:48.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R726, 127.0.0.1:8215, complete]! 06:51:48.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R726, 127.0.0.1:8215, complete] completed ACK-2.04 MID=34055, Token=482C2CF3ED131C80, 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! 06:51:48.222 [UDP-Sender-localhost/127.0.0.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:8215 06:51:48.222 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E752,T116) 127.0.0.1:8,214 ==> :8,215 [ACK-2.04 MID=34055, Token=482C2CF3ED131C80, 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] 06:51:48.222 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8215) received 91 bytes from 127.0.0.1:8214 06:51:48.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.222 [: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)"}, 06:51:48.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L724, 127.0.0.1:8214] replace CON-POST MID=34055, Token=482C2CF3ED131C80, 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)"}, 06:51:48.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L724, 127.0.0.1:8214] send request 06:51:48.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L724, 127.0.0.1:8214] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 06:51:48.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L724, 127.0.0.1:8214] 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 06:51:48.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L724, 127.0.0.1:8214] added with generated mid KeyMID[127.0.0.1:8214-34056], CON-POST MID=34056, 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 06:51:48.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L724, 127.0.0.1:8214] for MID KeyMID[127.0.0.1:8214-34055] 06:51:48.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L724, 127.0.0.1:8214] added with generated token KeyToken[127.0.0.1:8214-E8FDADF174ACC8AB], CON-POST MID=34056, Token=E8FDADF174ACC8AB, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 06:51:48.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L724, 127.0.0.1:8214] for token KeyToken[127.0.0.1:8214-482C2CF3ED131C80] 06:51:48.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8214-34056], KeyToken[127.0.0.1:8214-E8FDADF174ACC8AB]] 06:51:48.223 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8214 06:51:48.223 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E753,T113) 127.0.0.1:8,215 ==> :8,214 [CON-POST MID=34056, Token=E8FDADF174ACC8AB, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2] 06:51:48.223 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8214) received 36 bytes from 127.0.0.1:8215 06:51:48.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-34056] 06:51:48.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R727, 127.0.0.1:8215] replace CON-POST MID=34056, Token=E8FDADF174ACC8AB, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-GET MID=34056, Token=E8FDADF174ACC8AB, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 06:51:48.223 [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:8215]: currentNum=2, currentSzx=2, bufferSize=256, complete=false] 06:51:48.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R727, 127.0.0.1:8215] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 06:51:48.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R727, 127.0.0.1:8215, complete]! 06:51:48.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R727, 127.0.0.1:8215, complete] completed ACK-2.04 MID=34056, Token=E8FDADF174ACC8AB, 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! 06:51:48.223 [UDP-Sender-localhost/127.0.0.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:8215 06:51:48.224 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E754,T116) 127.0.0.1:8,214 ==> :8,215 [ACK-2.04 MID=34056, Token=E8FDADF174ACC8AB, 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] 06:51:48.224 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8215) received 91 bytes from 127.0.0.1:8214 06:51:48.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.224 [: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)"}, 06:51:48.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L724, 127.0.0.1:8214] replace CON-POST MID=34056, Token=E8FDADF174ACC8AB, 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)"}, 06:51:48.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L724, 127.0.0.1:8214] send request 06:51:48.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L724, 127.0.0.1:8214] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 06:51:48.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L724, 127.0.0.1:8214] 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 06:51:48.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L724, 127.0.0.1:8214] added with generated mid KeyMID[127.0.0.1:8214-34057], CON-POST MID=34057, 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 06:51:48.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L724, 127.0.0.1:8214] for MID KeyMID[127.0.0.1:8214-34056] 06:51:48.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L724, 127.0.0.1:8214] added with generated token KeyToken[127.0.0.1:8214-8CDD4C3E47F952EE], CON-POST MID=34057, Token=8CDD4C3E47F952EE, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 06:51:48.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L724, 127.0.0.1:8214] for token KeyToken[127.0.0.1:8214-E8FDADF174ACC8AB] 06:51:48.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8214-34057], KeyToken[127.0.0.1:8214-8CDD4C3E47F952EE]] 06:51:48.224 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8214 06:51:48.224 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E755,T113) 127.0.0.1:8,215 ==> :8,214 [CON-POST MID=34057, Token=8CDD4C3E47F952EE, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9] 06:51:48.224 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8214) received 36 bytes from 127.0.0.1:8215 06:51:48.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-34057] 06:51:48.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R728, 127.0.0.1:8215] replace CON-POST MID=34057, Token=8CDD4C3E47F952EE, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-GET MID=34057, Token=8CDD4C3E47F952EE, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 06:51:48.225 [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:8215]: currentNum=3, currentSzx=2, bufferSize=256, complete=true] 06:51:48.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R728, 127.0.0.1:8215] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 06:51:48.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R728, 127.0.0.1:8215, complete]! 06:51:48.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R728, 127.0.0.1:8215, complete] completed ACK-2.04 MID=34057, Token=8CDD4C3E47F952EE, 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! 06:51:48.225 [UDP-Sender-localhost/127.0.0.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:8215 06:51:48.225 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E756,T116) 127.0.0.1:8,214 ==> :8,215 [ACK-2.04 MID=34057, Token=8CDD4C3E47F952EE, 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] 06:51:48.225 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8215) received 91 bytes from 127.0.0.1:8214 06:51:48.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.225 [: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 06:51:48.225 [: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:8214]], block2 transfers still in progress: 0 06:51:48.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=34054, Token=D46BCB65AD4E2A6F, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes 06:51:48.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L724, 127.0.0.1:8214] replace CON-POST MID=34057, Token=8CDD4C3E47F952EE, 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=34054, Token=D46BCB65AD4E2A6F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:51:48.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L724, 127.0.0.1:8214, complete]! 06:51:48.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L724, 127.0.0.1:8214, complete] for token KeyToken[127.0.0.1:8214-8CDD4C3E47F952EE] 06:51:48.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L724, 127.0.0.1:8214, complete] for MID KeyMID[127.0.0.1:8214-34057] 06:51:48.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L724, 127.0.0.1:8214, complete] completed CON-GET MID=34054, Token=D46BCB65AD4E2A6F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, ! 06:51:48.225 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.225 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.226 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8214 06:51:48.226 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8214 06:51:48.226 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8214] stopping ... 06:51:48.226 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8214, address /127.0.0.1 06:51:48.226 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8214] has stopped. 06:51:48.226 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8214 06:51:48.226 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.226 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8215 06:51:48.226 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8215 06:51:48.226 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8215] stopping ... 06:51:48.226 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8215, address /0.0.0.0 06:51:48.226 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8215] has stopped. 06:51:48.226 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8215 06:51:48.226 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 06:51:48.226 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 06:51:48.227 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.227 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.227 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.227 [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 06:51:48.227 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.227 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.227 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.228 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.228 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.228 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8216 06:51:48.228 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.228 [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 06:51:48.228 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8216 06:51:48.228 [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]] 06:51:48.228 [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]] 06:51:48.228 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.228 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.228 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.228 [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 06:51:48.228 [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 06:51:48.228 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.228 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.228 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.228 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.228 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8217 06:51:48.228 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.228 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8217, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.228 [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]] 06:51:48.228 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8217 06:51:48.228 [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]] 06:51:48.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 06:51:48.229 [: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:8216]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 06:51:48.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, 127.0.0.1:8216] 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 06:51:48.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729, 127.0.0.1:8216] send request 06:51:48.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729, 127.0.0.1:8216] 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 06:51:48.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, 127.0.0.1:8216] 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 06:51:48.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729, 127.0.0.1:8216] added with generated mid KeyMID[127.0.0.1:8216-128], CON-POST MID= 128, 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 06:51:48.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729, 127.0.0.1:8216] added with generated token KeyToken[127.0.0.1:8216-B802BA3E4240EF56], CON-POST MID= 128, Token=B802BA3E4240EF56, 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 06:51:48.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-128], KeyToken[127.0.0.1:8216-B802BA3E4240EF56]] 06:51:48.230 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8216 06:51:48.230 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E757,T121) 127.0.0.1:8,217 ==> :8,216 [CON-POST MID= 128, Token=B802BA3E4240EF56, 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] 06:51:48.230 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8216) received 107 bytes from 127.0.0.1:8217 06:51:48.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8217-128] 06:51:48.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R730, 127.0.0.1:8217] replace CON-POST MID= 128, Token=B802BA3E4240EF56, 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= 128, Token=B802BA3E4240EF56, 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 06:51:48.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 06:51:48.230 [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:8217]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 06:51:48.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:51:48.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R730, 127.0.0.1:8217] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 06:51:48.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R730, 127.0.0.1:8217, complete]! 06:51:48.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R730, 127.0.0.1:8217, complete] completed ACK-2.04 MID= 128, Token=B802BA3E4240EF56, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 06:51:48.231 [UDP-Sender-localhost/127.0.0.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:8217 06:51:48.231 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E758,T124) 127.0.0.1:8,216 ==> :8,217 [ACK-2.04 MID= 128, Token=B802BA3E4240EF56, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 06:51:48.231 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8217) received 26 bytes from 127.0.0.1:8216 06:51:48.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.231 [: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) 06:51:48.231 [: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 06:51:48.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, 127.0.0.1:8216] replace CON-POST MID= 128, Token=B802BA3E4240EF56, 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 06:51:48.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729, 127.0.0.1:8216] send request 06:51:48.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729, 127.0.0.1:8216] 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 06:51:48.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, 127.0.0.1:8216] 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 06:51:48.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729, 127.0.0.1:8216] added with generated mid KeyMID[127.0.0.1:8216-129], CON-POST MID= 129, 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 06:51:48.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, 127.0.0.1:8216] for MID KeyMID[127.0.0.1:8216-128] 06:51:48.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729, 127.0.0.1:8216] added with generated token KeyToken[127.0.0.1:8216-DC68DB9C346F50EA], CON-POST MID= 129, Token=DC68DB9C346F50EA, 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 06:51:48.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, 127.0.0.1:8216] for token KeyToken[127.0.0.1:8216-B802BA3E4240EF56] 06:51:48.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-129], KeyToken[127.0.0.1:8216-DC68DB9C346F50EA]] 06:51:48.232 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8216 06:51:48.232 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E759,T121) 127.0.0.1:8,217 ==> :8,216 [CON-POST MID= 129, Token=DC68DB9C346F50EA, 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] 06:51:48.232 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8216) received 103 bytes from 127.0.0.1:8217 06:51:48.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8217-129] 06:51:48.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R731, 127.0.0.1:8217] replace CON-POST MID= 129, Token=DC68DB9C346F50EA, 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= 129, Token=DC68DB9C346F50EA, 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 06:51:48.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 06:51:48.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8217] for CON-PUT MID= 129, Token=DC68DB9C346F50EA, 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 06:51:48.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:51:48.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R731, 127.0.0.1:8217] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 06:51:48.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R731, 127.0.0.1:8217, complete]! 06:51:48.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R731, 127.0.0.1:8217, complete] completed ACK-2.04 MID= 129, Token=DC68DB9C346F50EA, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 06:51:48.232 [UDP-Sender-localhost/127.0.0.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:8217 06:51:48.232 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E760,T124) 127.0.0.1:8,216 ==> :8,217 [ACK-2.04 MID= 129, Token=DC68DB9C346F50EA, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 06:51:48.232 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8217) received 26 bytes from 127.0.0.1:8216 06:51:48.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.232 [: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) 06:51:48.232 [: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 06:51:48.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, 127.0.0.1:8216] replace CON-POST MID= 129, Token=DC68DB9C346F50EA, 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 06:51:48.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729, 127.0.0.1:8216] send request 06:51:48.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729, 127.0.0.1:8216] 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 06:51:48.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, 127.0.0.1:8216] 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 06:51:48.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729, 127.0.0.1:8216] added with generated mid KeyMID[127.0.0.1:8216-130], CON-POST MID= 130, 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 06:51:48.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, 127.0.0.1:8216] for MID KeyMID[127.0.0.1:8216-129] 06:51:48.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729, 127.0.0.1:8216] added with generated token KeyToken[127.0.0.1:8216-246D7158871D0976], CON-POST MID= 130, Token=246D7158871D0976, 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 06:51:48.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, 127.0.0.1:8216] for token KeyToken[127.0.0.1:8216-DC68DB9C346F50EA] 06:51:48.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-130], KeyToken[127.0.0.1:8216-246D7158871D0976]] 06:51:48.233 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8216 06:51:48.233 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E761,T121) 127.0.0.1:8,217 ==> :8,216 [CON-POST MID= 130, Token=246D7158871D0976, 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] 06:51:48.233 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8216) received 103 bytes from 127.0.0.1:8217 06:51:48.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8217-130] 06:51:48.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R732, 127.0.0.1:8217] replace CON-POST MID= 130, Token=246D7158871D0976, 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= 130, Token=246D7158871D0976, 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 06:51:48.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 06:51:48.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8217] for CON-PUT MID= 130, Token=246D7158871D0976, 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 06:51:48.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:51:48.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R732, 127.0.0.1:8217] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 06:51:48.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R732, 127.0.0.1:8217, complete]! 06:51:48.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R732, 127.0.0.1:8217, complete] completed ACK-2.04 MID= 130, Token=246D7158871D0976, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 06:51:48.234 [UDP-Sender-localhost/127.0.0.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:8217 06:51:48.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E762,T124) 127.0.0.1:8,216 ==> :8,217 [ACK-2.04 MID= 130, Token=246D7158871D0976, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 06:51:48.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8217) received 26 bytes from 127.0.0.1:8216 06:51:48.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.234 [: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) 06:51:48.234 [: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 06:51:48.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, 127.0.0.1:8216] replace CON-POST MID= 130, Token=246D7158871D0976, 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 06:51:48.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729, 127.0.0.1:8216] send request 06:51:48.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729, 127.0.0.1:8216] 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 06:51:48.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, 127.0.0.1:8216] 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 06:51:48.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729, 127.0.0.1:8216] added with generated mid KeyMID[127.0.0.1:8216-131], CON-POST MID= 131, 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 06:51:48.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, 127.0.0.1:8216] for MID KeyMID[127.0.0.1:8216-130] 06:51:48.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729, 127.0.0.1:8216] added with generated token KeyToken[127.0.0.1:8216-2039AD07B8B84308], CON-POST MID= 131, Token=2039AD07B8B84308, 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 06:51:48.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, 127.0.0.1:8216] for token KeyToken[127.0.0.1:8216-246D7158871D0976] 06:51:48.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-131], KeyToken[127.0.0.1:8216-2039AD07B8B84308]] 06:51:48.234 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8216 06:51:48.235 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E763,T121) 127.0.0.1:8,217 ==> :8,216 [CON-POST MID= 131, Token=2039AD07B8B84308, 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] 06:51:48.235 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8216) received 103 bytes from 127.0.0.1:8217 06:51:48.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8217-131] 06:51:48.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R733, 127.0.0.1:8217] replace CON-POST MID= 131, Token=2039AD07B8B84308, 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= 131, Token=2039AD07B8B84308, 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 06:51:48.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 06:51:48.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8217] for CON-PUT MID= 131, Token=2039AD07B8B84308, 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 06:51:48.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 06:51:48.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/resource, 127.0.0.1:8217]], block1 transfers still in progress: 0 06:51:48.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R733, 127.0.0.1:8217] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=false, num=3)"}, 06:51:48.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R733, 127.0.0.1:8217, complete]! 06:51:48.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R733, 127.0.0.1:8217, complete] completed ACK-2.04 MID= 131, Token=2039AD07B8B84308, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF! 06:51:48.235 [UDP-Sender-localhost/127.0.0.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:8217 06:51:48.235 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E764,T124) 127.0.0.1:8,216 ==> :8,217 [ACK-2.04 MID= 131, Token=2039AD07B8B84308, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF] 06:51:48.235 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8217) received 26 bytes from 127.0.0.1:8216 06:51:48.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.235 [: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) 06:51:48.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, 127.0.0.1:8216, complete]! 06:51:48.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, 127.0.0.1:8216, complete] for token KeyToken[127.0.0.1:8216-2039AD07B8B84308] 06:51:48.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, 127.0.0.1:8216, complete] for MID KeyMID[127.0.0.1:8216-131] 06:51:48.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L729, 127.0.0.1:8216, complete] completed CON-PUT MID= 128, Token=B802BA3E4240EF56, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST MID= 131, Token=2039AD07B8B84308, 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! 06:51:48.236 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.236 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.236 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8216 06:51:48.236 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8216 06:51:48.236 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8216] stopping ... 06:51:48.236 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8216, address /127.0.0.1 06:51:48.236 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8216] has stopped. 06:51:48.236 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8216 06:51:48.236 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.236 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8217 06:51:48.236 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8217 06:51:48.236 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8217] stopping ... 06:51:48.236 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8217, address /0.0.0.0 06:51:48.236 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8217] has stopped. 06:51:48.236 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8217 06:51:48.236 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 06:51:48.236 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 06:51:48.237 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.237 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.237 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.237 [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 06:51:48.237 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.238 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.238 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.238 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.238 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.238 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8218 06:51:48.238 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.238 [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 06:51:48.238 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8218 06:51:48.238 [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]] 06:51:48.238 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.238 [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]] 06:51:48.238 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.238 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.238 [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 06:51:48.238 [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 06:51:48.238 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.238 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.238 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.238 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.238 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8219 06:51:48.238 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.238 [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 06:51:48.238 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8219 06:51:48.238 [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]] 06:51:48.238 [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]] 06:51:48.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L734, 127.0.0.1:8218] send request 06:51:48.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L734, 127.0.0.1:8218] 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 06:51:48.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L734, 127.0.0.1:8218, complete]! 06:51:48.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L734, 127.0.0.1:8218, complete] request [MID=-1, null] 06:51:48.239 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.239 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.239 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8218 06:51:48.239 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8218 06:51:48.239 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8218] stopping ... 06:51:48.239 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8218, address /127.0.0.1 06:51:48.240 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8218] has stopped. 06:51:48.240 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8218 06:51:48.240 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.240 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8219 06:51:48.240 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8219 06:51:48.240 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8219] stopping ... 06:51:48.240 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8219, address /0.0.0.0 06:51:48.240 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8219] has stopped. 06:51:48.240 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8219 06:51:48.240 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 06:51:48.240 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:51:48.240 [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 06:51:48.241 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 06:51:48.241 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.241 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.241 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.241 [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 06:51:48.241 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.242 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.242 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.242 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.242 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.242 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8220 06:51:48.242 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.242 [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 06:51:48.242 [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]] 06:51:48.242 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8220 06:51:48.242 [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]] 06:51:48.242 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.242 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.242 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.242 [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 06:51:48.243 [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 06:51:48.243 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.243 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.243 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.243 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.243 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8221 06:51:48.243 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.243 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8221, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.243 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8221 06:51:48.243 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8221 06:51:48.243 [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]] 06:51:48.243 [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]] 06:51:48.244 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.244 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.244 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.244 [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 06:51:48.245 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.245 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.245 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.245 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.245 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.245 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8222 06:51:48.245 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.245 [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]] 06:51:48.245 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8222, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.245 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8222 06:51:48.245 [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]] 06:51:48.246 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.246 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.246 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.246 [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 06:51:48.246 [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 06:51:48.246 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.246 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.246 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.246 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.246 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8223 06:51:48.246 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.246 [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]] 06:51:48.246 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8223, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.246 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8223 06:51:48.246 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8223 06:51:48.246 [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]] 06:51:48.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L735, 127.0.0.1:8222] send request 06:51:48.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L735, 127.0.0.1:8222] replace NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8220/resource"}, by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L735, 127.0.0.1:8222] added with generated mid KeyMID[127.0.0.1:8222-50888], NON-POST MID=50888, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L735, 127.0.0.1:8222] added with generated token KeyToken[127.0.0.1:8222-50FB6653C334B375], NON-POST MID=50888, Token=50FB6653C334B375, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8222-50888], KeyToken[127.0.0.1:8222-50FB6653C334B375]] 06:51:48.247 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8222 06:51:48.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E765,T145) 127.0.0.1:8,223 ==> :8,222 [NON-POST MID=50888, Token=50FB6653C334B375, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:51:48.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8222) received 58 bytes from 127.0.0.1:8223 06:51:48.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8223-50888] 06:51:48.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8220 ==[ CoAP Request ]============================================= MID : 50888 Token : 50FB6653C334B375 Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 06:51:48.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L737, 127.0.0.1:8220] send request 06:51:48.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L737, 127.0.0.1:8220] added with generated mid KeyMID[127.0.0.1:8220-22002], NON-POST MID=22002, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L737, 127.0.0.1:8220] added with generated token KeyToken[127.0.0.1:8220-645B8263E1ACCF7E], NON-POST MID=22002, Token=645B8263E1ACCF7E, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8220-22002], KeyToken[127.0.0.1:8220-645B8263E1ACCF7E]] 06:51:48.249 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8220 06:51:48.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E766,T137) 127.0.0.1:8,221 ==> :8,220 [NON-POST MID=22002, Token=645B8263E1ACCF7E, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:51:48.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8220) received 34 bytes from 127.0.0.1:8221 06:51:48.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8221-22002] 06:51:48.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R738, 127.0.0.1:8221] replace NON-POST MID=22002, Token=645B8263E1ACCF7E, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by NON-GET MID=22002, Token=645B8263E1ACCF7E, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:51:48.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R738, 127.0.0.1:8221] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 06:51:48.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R738, 127.0.0.1:8221, complete]! 06:51:48.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R738, 127.0.0.1:8221, complete] completed NON-2.04 MID=34945, Token=645B8263E1ACCF7E, 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! 06:51:48.249 [UDP-Sender-localhost/127.0.0.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:8221 06:51:48.250 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E767,T140) 127.0.0.1:8,220 ==> :8,221 [NON-2.04 MID=34945, Token=645B8263E1ACCF7E, 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] 06:51:48.250 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8221) received 153 bytes from 127.0.0.1:8220 06:51:48.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8220-34945] 06:51:48.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L737, 127.0.0.1:8220, complete]! 06:51:48.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L737, 127.0.0.1:8220, complete] for token KeyToken[127.0.0.1:8220-645B8263E1ACCF7E] 06:51:48.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L737, 127.0.0.1:8220, complete] for MID KeyMID[127.0.0.1:8220-22002] 06:51:48.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L737, 127.0.0.1:8220, complete] completed NON-POST MID=22002, Token=645B8263E1ACCF7E, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:51:48.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [139/32] requires blockwise transfer 06:51:48.250 [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:8223]: currentNum=0, currentSzx=0, bufferSize=139, complete=false], transfers in progress: 1 06:51:48.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R736, 127.0.0.1:8223] 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 06:51:48.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R736, 127.0.0.1:8223, complete]! 06:51:48.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R736, 127.0.0.1:8223, 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=50345, Token=50FB6653C334B375, 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! 06:51:48.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 51 bytes to 127.0.0.1:8223 06:51:48.251 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E768,T148) 127.0.0.1:8,222 ==> :8,223 [NON-2.04 MID=50345, Token=50FB6653C334B375, 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] 06:51:48.251 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8223) received 51 bytes from 127.0.0.1:8222 06:51:48.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:8222-50345] 06:51:48.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.251 [: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 06:51:48.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L735, 127.0.0.1:8222, complete]! 06:51:48.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L735, 127.0.0.1:8222, complete] for token KeyToken[127.0.0.1:8222-50FB6653C334B375] 06:51:48.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L735, 127.0.0.1:8222, complete] for MID KeyMID[127.0.0.1:8222-50888] 06:51:48.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L735, 127.0.0.1:8222, complete] completed NON-GET MID=50888, Token=50FB6653C334B375, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8220/resource"}, -/- NON-POST MID=50888, Token=50FB6653C334B375, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:51:48.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L735, 127.0.0.1:8222, complete] request [MID=50888, Token=50FB6653C334B375] 06:51:48.251 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.251 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.251 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8220 06:51:48.251 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8220 06:51:48.251 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8220] stopping ... 06:51:48.251 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8220, address /127.0.0.1 06:51:48.251 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8220] has stopped. 06:51:48.251 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8220 06:51:48.251 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.251 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.251 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8221 06:51:48.251 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8221 06:51:48.251 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8221] stopping ... 06:51:48.251 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8221, address /0.0.0.0 06:51:48.251 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8221] has stopped. 06:51:48.251 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8221 06:51:48.251 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.251 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.252 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8222 06:51:48.252 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8222 06:51:48.252 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8222] stopping ... 06:51:48.252 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8222, address /127.0.0.1 06:51:48.252 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8222] has stopped. 06:51:48.252 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8222 06:51:48.252 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.252 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.252 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8223 06:51:48.252 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8223 06:51:48.252 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8223] stopping ... 06:51:48.252 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8223, address /0.0.0.0 06:51:48.252 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8223] has stopped. 06:51:48.252 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8223 06:51:48.252 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 06:51:48.252 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 06:51:48.253 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.253 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.253 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.253 [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 06:51:48.253 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.253 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.253 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.253 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.253 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.253 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8224 06:51:48.253 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.253 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8224, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.253 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8224 06:51:48.253 [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]] 06:51:48.253 [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]] 06:51:48.253 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.253 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.253 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.254 [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 06:51:48.254 [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 06:51:48.254 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.254 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.254 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.254 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.254 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8225 06:51:48.254 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.254 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8225, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.254 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8225 06:51:48.254 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8225 06:51:48.254 [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]] 06:51:48.254 [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]] 06:51:48.254 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.254 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.254 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.254 [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 06:51:48.254 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.254 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.254 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.254 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.254 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.254 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8226 06:51:48.254 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.255 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8226, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.255 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8226 06:51:48.255 [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]] 06:51:48.255 [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]] 06:51:48.255 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.255 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.255 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.255 [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 06:51:48.255 [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 06:51:48.255 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.255 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.255 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.255 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.255 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8227 06:51:48.255 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.256 [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]] 06:51:48.256 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8227, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.256 [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]] 06:51:48.256 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8227 06:51:48.256 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8227 06:51:48.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L739, 127.0.0.1:8226] send request 06:51:48.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L739, 127.0.0.1:8226] 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:8224/resource"}, "98257387005764743526667350535128".. 128 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"}, 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 06:51:48.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L739, 127.0.0.1:8226] added with generated mid KeyMID[127.0.0.1:8226-7539], NON-POST MID= 7539, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"}, 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 06:51:48.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L739, 127.0.0.1:8226] added with generated token KeyToken[127.0.0.1:8226-4CC20648857B0B6E], NON-POST MID= 7539, Token=4CC20648857B0B6E, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"}, 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 06:51:48.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8226-7539], KeyToken[127.0.0.1:8226-4CC20648857B0B6E]] 06:51:48.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 189 bytes to 127.0.0.1:8226 06:51:48.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E769,T161) 127.0.0.1:8,227 ==> :8,226 [NON-POST MID= 7539, Token=4CC20648857B0B6E, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"}, 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] 06:51:48.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8226) received 189 bytes from 127.0.0.1:8227 06:51:48.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8227-7539] 06:51:48.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8224 ==[ CoAP Request ]============================================= MID : 7539 Token : 4CC20648857B0B6E Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:51:48.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 06:51:48.257 [: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:8224]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:51:48.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L741, 127.0.0.1:8224] 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 06:51:48.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L741, 127.0.0.1:8224] send request 06:51:48.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L741, 127.0.0.1:8224] added with generated mid KeyMID[127.0.0.1:8224-37060], NON-POST MID=37060, 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 06:51:48.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L741, 127.0.0.1:8224] added with generated token KeyToken[127.0.0.1:8224-0856F3B42DB164D5], NON-POST MID=37060, Token=0856F3B42DB164D5, 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 06:51:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8224-37060], KeyToken[127.0.0.1:8224-0856F3B42DB164D5]] 06:51:48.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 54 bytes to 127.0.0.1:8224 06:51:48.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E770,T153) 127.0.0.1:8,225 ==> :8,224 [NON-POST MID=37060, Token=0856F3B42DB164D5, 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] 06:51:48.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8224) received 54 bytes from 127.0.0.1:8225 06:51:48.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8225-37060] 06:51:48.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R742, 127.0.0.1:8225] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:51:48.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R742, 127.0.0.1:8225, complete]! 06:51:48.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R742, 127.0.0.1:8225, complete] completed NON-4.13 MID=10094, Token=0856F3B42DB164D5, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:51:48.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 45 bytes to 127.0.0.1:8225 06:51:48.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E771,T156) 127.0.0.1:8,224 ==> :8,225 [NON-4.13 MID=10094, Token=0856F3B42DB164D5, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:51:48.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8225) received 45 bytes from 127.0.0.1:8224 06:51:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8224-10094] 06:51:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=10094, Token=0856F3B42DB164D5, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:51:48.258 [: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:8224]], block1 transfers still in progress: 0 06:51:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L741, 127.0.0.1:8224, complete]! 06:51:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L741, 127.0.0.1:8224, complete] for token KeyToken[127.0.0.1:8224-0856F3B42DB164D5] 06:51:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L741, 127.0.0.1:8224, complete] for MID KeyMID[127.0.0.1:8224-37060] 06:51:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L741, 127.0.0.1:8224, complete] completed NON-POST MID=37060, Token=0856F3B42DB164D5, 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=37060, Token=0856F3B42DB164D5, 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! 06:51:48.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R740, 127.0.0.1:8227] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:51:48.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R740, 127.0.0.1:8227, complete]! 06:51:48.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R740, 127.0.0.1:8227, complete] completed NON-4.13 MID=28298, Token=4CC20648857B0B6E, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:51:48.259 [UDP-Sender-localhost/127.0.0.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:8227 06:51:48.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E772,T164) 127.0.0.1:8,226 ==> :8,227 [NON-4.13 MID=28298, Token=4CC20648857B0B6E, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:51:48.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8227) received 45 bytes from 127.0.0.1:8226 06:51:48.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:8226-28298] 06:51:48.259 [: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! 06:51:48.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=28298, Token=4CC20648857B0B6E, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:51:48.259 [: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:8226]: currentNum=0, currentSzx=0, bufferSize=128, complete=false], transfers in progress: 1 06:51:48.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L739, 127.0.0.1:8226] replace NON-POST MID= 7539, Token=4CC20648857B0B6E, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"}, 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=4CC20648857B0B6E, 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:8224/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes 06:51:48.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L739, 127.0.0.1:8226] send request 06:51:48.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L739, 127.0.0.1:8226] replace NON-PUT MID= -1, Token=4CC20648857B0B6E, 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:8224/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes by NON-POST MID= -1, Token=4CC20648857B0B6E, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8224"}, 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 06:51:48.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L739, 127.0.0.1:8226] added with generated mid KeyMID[127.0.0.1:8226-7540], NON-POST MID= 7540, Token=4CC20648857B0B6E, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8224"}, 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 06:51:48.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L739, 127.0.0.1:8226] for MID KeyMID[127.0.0.1:8226-7539] 06:51:48.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L739, 127.0.0.1:8226] keep for KeyToken[127.0.0.1:8226-4CC20648857B0B6E], NON-POST MID= 7540, Token=4CC20648857B0B6E, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8224"}, 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 06:51:48.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8226-7540], KeyToken[127.0.0.1:8226-4CC20648857B0B6E]] 06:51:48.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 130 bytes to 127.0.0.1:8226 06:51:48.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E773,T161) 127.0.0.1:8,227 ==> :8,226 [NON-POST MID= 7540, Token=4CC20648857B0B6E, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8224"}, 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] 06:51:48.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8226) received 130 bytes from 127.0.0.1:8227 06:51:48.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8227-7540] 06:51:48.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8224 ==[ CoAP Request ]============================================= MID : 7540 Token : 4CC20648857B0B6E Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8224"} Payload: 90 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0901} Payload: 90 Bytes =============================================================== 06:51:48.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [90/32] requires blockwise transfer 06:51:48.260 [: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:8224]: currentNum=0, currentSzx=0, bufferSize=90, complete=false], transfers in progress: 1 06:51:48.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L744, 127.0.0.1:8224] 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 06:51:48.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L744, 127.0.0.1:8224] send request 06:51:48.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L744, 127.0.0.1:8224] added with generated mid KeyMID[127.0.0.1:8224-37061], NON-POST MID=37061, 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 06:51:48.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L744, 127.0.0.1:8224] added with generated token KeyToken[127.0.0.1:8224-7CE7AB8E9A0F081D], NON-POST MID=37061, Token=7CE7AB8E9A0F081D, 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 06:51:48.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8224-37061], KeyToken[127.0.0.1:8224-7CE7AB8E9A0F081D]] 06:51:48.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 54 bytes to 127.0.0.1:8224 06:51:48.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E774,T153) 127.0.0.1:8,225 ==> :8,224 [NON-POST MID=37061, Token=7CE7AB8E9A0F081D, 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] 06:51:48.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8224) received 54 bytes from 127.0.0.1:8225 06:51:48.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8225-37061] 06:51:48.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R745, 127.0.0.1:8225] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:51:48.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R745, 127.0.0.1:8225, complete]! 06:51:48.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R745, 127.0.0.1:8225, complete] completed NON-4.13 MID=10095, Token=7CE7AB8E9A0F081D, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:51:48.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 45 bytes to 127.0.0.1:8225 06:51:48.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E775,T156) 127.0.0.1:8,224 ==> :8,225 [NON-4.13 MID=10095, Token=7CE7AB8E9A0F081D, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:51:48.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8225) received 45 bytes from 127.0.0.1:8224 06:51:48.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:8224-10095] 06:51:48.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=10095, Token=7CE7AB8E9A0F081D, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:51:48.261 [: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:8224]], block1 transfers still in progress: 0 06:51:48.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L744, 127.0.0.1:8224, complete]! 06:51:48.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L744, 127.0.0.1:8224, complete] for token KeyToken[127.0.0.1:8224-7CE7AB8E9A0F081D] 06:51:48.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L744, 127.0.0.1:8224, complete] for MID KeyMID[127.0.0.1:8224-37061] 06:51:48.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L744, 127.0.0.1:8224, complete] completed NON-POST MID=37061, Token=7CE7AB8E9A0F081D, 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=37061, Token=7CE7AB8E9A0F081D, 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! 06:51:48.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R743, 127.0.0.1:8227] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:51:48.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R743, 127.0.0.1:8227, complete]! 06:51:48.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R743, 127.0.0.1:8227, complete] completed NON-4.13 MID=28299, Token=4CC20648857B0B6E, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:51:48.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 45 bytes to 127.0.0.1:8227 06:51:48.262 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E776,T164) 127.0.0.1:8,226 ==> :8,227 [NON-4.13 MID=28299, Token=4CC20648857B0B6E, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:51:48.262 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8227) received 45 bytes from 127.0.0.1:8226 06:51:48.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-28299] 06:51:48.262 [: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! 06:51:48.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=28299, Token=4CC20648857B0B6E, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:51:48.262 [: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:8226]], block1 transfers still in progress: 0 06:51:48.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L739, 127.0.0.1:8226, complete]! 06:51:48.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L739, 127.0.0.1:8226, complete] for token KeyToken[127.0.0.1:8226-4CC20648857B0B6E] 06:51:48.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L739, 127.0.0.1:8226, complete] for MID KeyMID[127.0.0.1:8226-7540] 06:51:48.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L739, 127.0.0.1:8226, complete] completed NON-PUT MID= 7539, Token=4CC20648857B0B6E, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, "98257387005764743526667350535128".. 128 bytes -/- NON-POST MID= 7540, Token=4CC20648857B0B6E, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8224"}, 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 : 4CC20648857B0B6E Type : NON Status : 4.13 - REQUEST_ENTITY_TOO_LARGE Options: {"Size1":64} RTT : 6 ms Payload: 29 Bytes =============================================================== 06:51:48.262 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.262 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.263 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8224 06:51:48.263 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8224 06:51:48.263 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8224] stopping ... 06:51:48.263 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8224, address /127.0.0.1 06:51:48.263 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8224] has stopped. 06:51:48.263 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8224 06:51:48.263 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.263 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.263 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8225 06:51:48.263 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8225 06:51:48.263 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8225] stopping ... 06:51:48.263 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8225, address /0.0.0.0 06:51:48.263 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8225] has stopped. 06:51:48.263 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8225 06:51:48.263 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.263 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.263 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8226 06:51:48.263 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8226 06:51:48.263 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8226] stopping ... 06:51:48.263 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8226, address /127.0.0.1 06:51:48.263 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8226] has stopped. 06:51:48.263 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8226 06:51:48.263 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.263 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.263 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8227 06:51:48.263 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8227 06:51:48.263 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8227] stopping ... 06:51:48.263 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8227, address /0.0.0.0 06:51:48.263 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8227] has stopped. 06:51:48.263 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8227 06:51:48.263 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 06:51:48.264 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 06:51:48.315 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.315 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.315 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.315 [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 06:51:48.315 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.316 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.316 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.316 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.316 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.316 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8228 06:51:48.316 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.316 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8228, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.316 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8228 06:51:48.316 [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]] 06:51:48.316 [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]] 06:51:48.316 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.316 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.316 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.316 [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 06:51:48.316 [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 06:51:48.316 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.316 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.316 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.316 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.316 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8229 06:51:48.316 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.317 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8229, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.317 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8229 06:51:48.317 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8229 06:51:48.317 [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]] 06:51:48.317 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.317 [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]] 06:51:48.317 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.317 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.317 [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 06:51:48.317 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.317 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.317 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.317 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.317 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.317 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8230 06:51:48.317 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.317 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8230, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.317 [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]] 06:51:48.317 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8230 06:51:48.317 [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]] 06:51:48.318 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.318 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.318 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.318 [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 06:51:48.318 [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 06:51:48.318 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.318 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.318 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.318 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.318 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8231 06:51:48.318 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.318 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8231, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.318 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8231 06:51:48.318 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8231 06:51:48.318 [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]] 06:51:48.318 [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]] 06:51:48.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L746, 127.0.0.1:8230] send request 06:51:48.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L746, 127.0.0.1:8230] 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:8228/resource"}, "98257387005764743526667350535128".. 128 bytes 06:51:48.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L746, 127.0.0.1:8230] 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:8228/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"}, 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 06:51:48.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L746, 127.0.0.1:8230] added with generated mid KeyMID[127.0.0.1:8230-53885], CON-POST MID=53885, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"}, 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 06:51:48.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L746, 127.0.0.1:8230] added with generated token KeyToken[127.0.0.1:8230-4469A017EED8151A], CON-POST MID=53885, Token=4469A017EED8151A, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"}, 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 06:51:48.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8230-53885], KeyToken[127.0.0.1:8230-4469A017EED8151A]] 06:51:48.319 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8230 06:51:48.319 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E777,T177) 127.0.0.1:8,231 ==> :8,230 [CON-POST MID=53885, Token=4469A017EED8151A, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"}, 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] 06:51:48.319 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8230) received 189 bytes from 127.0.0.1:8231 06:51:48.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8231-53885] 06:51:48.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8228 ==[ CoAP Request ]============================================= MID : 53885 Token : 4469A017EED8151A Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:51:48.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 06:51:48.320 [: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:8228]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:51:48.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L748, 127.0.0.1:8228] 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 06:51:48.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L748, 127.0.0.1:8228] send request 06:51:48.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L748, 127.0.0.1:8228] 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 06:51:48.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L748, 127.0.0.1:8228] added with generated mid KeyMID[127.0.0.1:8228-63775], CON-POST MID=63775, 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 06:51:48.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L748, 127.0.0.1:8228] added with generated token KeyToken[127.0.0.1:8228-482F3045DF0EE54A], CON-POST MID=63775, Token=482F3045DF0EE54A, 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 06:51:48.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8228-63775], KeyToken[127.0.0.1:8228-482F3045DF0EE54A]] 06:51:48.320 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E778,T169) 127.0.0.1:8,229 ==> :8,228 [CON-POST MID=63775, Token=482F3045DF0EE54A, 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] 06:51:48.320 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8228) received 54 bytes from 127.0.0.1:8229 06:51:48.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8229-63775] 06:51:48.320 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8228 06:51:48.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 06:51:48.321 [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:8229]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:51:48.321 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:51:48.321 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R749, 127.0.0.1:8229] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 06:51:48.321 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R749, 127.0.0.1:8229, complete]! 06:51:48.321 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R749, 127.0.0.1:8229, complete] completed ACK-2.31 MID=63775, Token=482F3045DF0EE54A, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 06:51:48.321 [UDP-Sender-localhost/127.0.0.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:8229 06:51:48.321 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E779,T172) 127.0.0.1:8,228 ==> :8,229 [ACK-2.31 MID=63775, Token=482F3045DF0EE54A, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 06:51:48.321 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8229) received 15 bytes from 127.0.0.1:8228 06:51:48.321 [: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) 06:51:48.321 [: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 06:51:48.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L748, 127.0.0.1:8228] replace CON-POST MID=63775, Token=482F3045DF0EE54A, 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 06:51:48.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L748, 127.0.0.1:8228] send request 06:51:48.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L748, 127.0.0.1:8228] 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 06:51:48.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L748, 127.0.0.1:8228] added with generated mid KeyMID[127.0.0.1:8228-63776], CON-POST MID=63776, 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 06:51:48.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L748, 127.0.0.1:8228] for MID KeyMID[127.0.0.1:8228-63775] 06:51:48.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L748, 127.0.0.1:8228] added with generated token KeyToken[127.0.0.1:8228-B449323CC7B33B2B], CON-POST MID=63776, Token=B449323CC7B33B2B, 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 06:51:48.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L748, 127.0.0.1:8228] for token KeyToken[127.0.0.1:8228-482F3045DF0EE54A] 06:51:48.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8228-63776], KeyToken[127.0.0.1:8228-B449323CC7B33B2B]] 06:51:48.322 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8228 06:51:48.322 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E780,T169) 127.0.0.1:8,229 ==> :8,228 [CON-POST MID=63776, Token=B449323CC7B33B2B, 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] 06:51:48.322 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8228) received 51 bytes from 127.0.0.1:8229 06:51:48.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8229-63776] 06:51:48.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 06:51:48.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8229] for CON-POST MID=63776, Token=B449323CC7B33B2B, 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 06:51:48.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:51:48.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R750, 127.0.0.1:8229] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 06:51:48.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R750, 127.0.0.1:8229, complete]! 06:51:48.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R750, 127.0.0.1:8229, complete] completed ACK-2.31 MID=63776, Token=B449323CC7B33B2B, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 06:51:48.322 [UDP-Sender-localhost/127.0.0.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:8229 06:51:48.322 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E781,T172) 127.0.0.1:8,228 ==> :8,229 [ACK-2.31 MID=63776, Token=B449323CC7B33B2B, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 06:51:48.322 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8229) received 15 bytes from 127.0.0.1:8228 06:51:48.322 [: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) 06:51:48.322 [: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 06:51:48.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L748, 127.0.0.1:8228] replace CON-POST MID=63776, Token=B449323CC7B33B2B, 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 06:51:48.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L748, 127.0.0.1:8228] send request 06:51:48.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L748, 127.0.0.1:8228] 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 06:51:48.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L748, 127.0.0.1:8228] added with generated mid KeyMID[127.0.0.1:8228-63777], CON-POST MID=63777, 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 06:51:48.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L748, 127.0.0.1:8228] for MID KeyMID[127.0.0.1:8228-63776] 06:51:48.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L748, 127.0.0.1:8228] added with generated token KeyToken[127.0.0.1:8228-B8D1514193FF2EE9], CON-POST MID=63777, Token=B8D1514193FF2EE9, 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 06:51:48.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L748, 127.0.0.1:8228] for token KeyToken[127.0.0.1:8228-B449323CC7B33B2B] 06:51:48.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8228-63777], KeyToken[127.0.0.1:8228-B8D1514193FF2EE9]] 06:51:48.323 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8228 06:51:48.323 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E782,T169) 127.0.0.1:8,229 ==> :8,228 [CON-POST MID=63777, Token=B8D1514193FF2EE9, 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] 06:51:48.323 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8228) received 51 bytes from 127.0.0.1:8229 06:51:48.323 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8229-63777] 06:51:48.323 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 06:51:48.323 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8229] for CON-POST MID=63777, Token=B8D1514193FF2EE9, 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 06:51:48.323 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:51:48.323 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R751, 127.0.0.1:8229] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 06:51:48.323 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R751, 127.0.0.1:8229, complete]! 06:51:48.323 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R751, 127.0.0.1:8229, complete] completed ACK-2.31 MID=63777, Token=B8D1514193FF2EE9, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 06:51:48.323 [UDP-Sender-localhost/127.0.0.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:8229 06:51:48.323 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E783,T172) 127.0.0.1:8,228 ==> :8,229 [ACK-2.31 MID=63777, Token=B8D1514193FF2EE9, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 06:51:48.323 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8229) received 15 bytes from 127.0.0.1:8228 06:51:48.323 [: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) 06:51:48.323 [: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 06:51:48.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L748, 127.0.0.1:8228] replace CON-POST MID=63777, Token=B8D1514193FF2EE9, 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 06:51:48.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L748, 127.0.0.1:8228] send request 06:51:48.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L748, 127.0.0.1:8228] 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 06:51:48.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L748, 127.0.0.1:8228] added with generated mid KeyMID[127.0.0.1:8228-63778], CON-POST MID=63778, 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 06:51:48.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L748, 127.0.0.1:8228] for MID KeyMID[127.0.0.1:8228-63777] 06:51:48.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L748, 127.0.0.1:8228] added with generated token KeyToken[127.0.0.1:8228-E08CBFB74909A155], CON-POST MID=63778, Token=E08CBFB74909A155, 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 06:51:48.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L748, 127.0.0.1:8228] for token KeyToken[127.0.0.1:8228-B8D1514193FF2EE9] 06:51:48.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8228-63778], KeyToken[127.0.0.1:8228-E08CBFB74909A155]] 06:51:48.324 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8228 06:51:48.324 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E784,T169) 127.0.0.1:8,229 ==> :8,228 [CON-POST MID=63778, Token=E08CBFB74909A155, 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] 06:51:48.324 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8228) received 51 bytes from 127.0.0.1:8229 06:51:48.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8229-63778] 06:51:48.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 06:51:48.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8229] for CON-POST MID=63778, Token=E08CBFB74909A155, 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 06:51:48.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 06:51:48.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R752, 127.0.0.1:8229] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 06:51:48.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R752, 127.0.0.1:8229, complete]! 06:51:48.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R752, 127.0.0.1:8229, complete] completed ACK-2.31 MID=63778, Token=E08CBFB74909A155, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 06:51:48.324 [UDP-Sender-localhost/127.0.0.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:8229 06:51:48.324 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E785,T172) 127.0.0.1:8,228 ==> :8,229 [ACK-2.31 MID=63778, Token=E08CBFB74909A155, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 06:51:48.324 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8229) received 15 bytes from 127.0.0.1:8228 06:51:48.324 [: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) 06:51:48.324 [: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 06:51:48.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L748, 127.0.0.1:8228] replace CON-POST MID=63778, Token=E08CBFB74909A155, 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 06:51:48.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L748, 127.0.0.1:8228] send request 06:51:48.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L748, 127.0.0.1:8228] 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 06:51:48.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L748, 127.0.0.1:8228] added with generated mid KeyMID[127.0.0.1:8228-63779], CON-POST MID=63779, 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 06:51:48.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L748, 127.0.0.1:8228] for MID KeyMID[127.0.0.1:8228-63778] 06:51:48.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L748, 127.0.0.1:8228] added with generated token KeyToken[127.0.0.1:8228-807128875BCEA699], CON-POST MID=63779, Token=807128875BCEA699, 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 06:51:48.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L748, 127.0.0.1:8228] for token KeyToken[127.0.0.1:8228-E08CBFB74909A155] 06:51:48.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8228-63779], KeyToken[127.0.0.1:8228-807128875BCEA699]] 06:51:48.325 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8228 06:51:48.325 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E786,T169) 127.0.0.1:8,229 ==> :8,228 [CON-POST MID=63779, Token=807128875BCEA699, 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] 06:51:48.325 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8228) received 40 bytes from 127.0.0.1:8229 06:51:48.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8229-63779] 06:51:48.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 06:51:48.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8229] for CON-POST MID=63779, Token=807128875BCEA699, 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 06:51:48.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 06:51:48.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8229]], block1 transfers still in progress: 0 06:51:48.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 06:51:48.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R753, 127.0.0.1:8229] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, 06:51:48.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R753, 127.0.0.1:8229, complete]! 06:51:48.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R753, 127.0.0.1:8229, complete] completed ACK-2.04 MID=63779, Token=807128875BCEA699, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 06:51:48.326 [UDP-Sender-localhost/127.0.0.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:8229 06:51:48.326 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E787,T172) 127.0.0.1:8,228 ==> :8,229 [ACK-2.04 MID=63779, Token=807128875BCEA699, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 06:51:48.326 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8229) received 26 bytes from 127.0.0.1:8228 06:51:48.326 [: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) 06:51:48.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L748, 127.0.0.1:8228, complete]! 06:51:48.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L748, 127.0.0.1:8228, complete] for token KeyToken[127.0.0.1:8228-807128875BCEA699] 06:51:48.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L748, 127.0.0.1:8228, complete] for MID KeyMID[127.0.0.1:8228-63779] 06:51:48.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L748, 127.0.0.1:8228, complete] completed CON-POST MID=63775, Token=482F3045DF0EE54A, 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=63779, Token=807128875BCEA699, 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! 06:51:48.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R747, 127.0.0.1:8231] 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 06:51:48.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R747, 127.0.0.1:8231, complete]! 06:51:48.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R747, 127.0.0.1:8231, complete] completed ACK-2.04 MID=53885, Token=4469A017EED8151A, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 06:51:48.327 [UDP-Sender-localhost/127.0.0.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:8231 06:51:48.327 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E788,T180) 127.0.0.1:8,230 ==> :8,231 [ACK-2.04 MID=53885, Token=4469A017EED8151A, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 06:51:48.327 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8231) received 26 bytes from 127.0.0.1:8230 06:51:48.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L746, 127.0.0.1:8230, complete]! 06:51:48.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L746, 127.0.0.1:8230, complete] for token KeyToken[127.0.0.1:8230-4469A017EED8151A] 06:51:48.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L746, 127.0.0.1:8230, complete] for MID KeyMID[127.0.0.1:8230-53885] 06:51:48.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L746, 127.0.0.1:8230, complete] completed CON-PUT MID=53885, Token=4469A017EED8151A, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=53885, Token=4469A017EED8151A, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"}, 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 : 53885 Token : 4469A017EED8151A Type : ACK Status : 2.04 - CHANGED Options: {"Object-Security":0x} RTT : 8 ms Payload: 0 Bytes =============================================================== 06:51:48.327 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.327 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.327 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8228 06:51:48.327 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8228 06:51:48.327 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8228] stopping ... 06:51:48.327 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8228, address /127.0.0.1 06:51:48.327 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8228] has stopped. 06:51:48.327 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8228 06:51:48.327 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.327 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.327 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8229 06:51:48.327 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8229 06:51:48.327 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8229] stopping ... 06:51:48.327 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8229, address /0.0.0.0 06:51:48.328 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8229] has stopped. 06:51:48.328 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8229 06:51:48.328 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.328 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.328 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8230 06:51:48.328 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8230 06:51:48.328 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8230] stopping ... 06:51:48.328 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8230, address /127.0.0.1 06:51:48.328 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8230] has stopped. 06:51:48.328 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8230 06:51:48.328 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.328 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.328 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8231 06:51:48.328 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8231 06:51:48.328 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8231] stopping ... 06:51:48.328 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8231, address /0.0.0.0 06:51:48.328 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8231] has stopped. 06:51:48.328 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8231 06:51:48.328 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 06:51:48.328 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 06:51:48.329 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.329 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.329 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.329 [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 06:51:48.329 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.329 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.329 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.329 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.329 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.329 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8232 06:51:48.329 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.330 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8232, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.330 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8232 06:51:48.330 [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]] 06:51:48.330 [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]] 06:51:48.330 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.330 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.330 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.330 [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 06:51:48.330 [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 06:51:48.330 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.330 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.330 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.330 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.330 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8233 06:51:48.330 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.330 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8233, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.330 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8233 06:51:48.330 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8233 06:51:48.330 [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]] 06:51:48.330 [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]] 06:51:48.330 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.330 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.330 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.330 [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 06:51:48.330 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.331 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.331 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.331 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.331 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.331 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8234 06:51:48.331 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.331 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8234, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.331 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8234 06:51:48.331 [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]] 06:51:48.336 [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]] 06:51:48.336 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.336 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.336 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.336 [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 06:51:48.336 [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 06:51:48.336 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.337 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.337 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.337 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.337 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8235 06:51:48.337 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.337 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8235, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.337 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8235 06:51:48.337 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8235 06:51:48.337 [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]] 06:51:48.337 [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]] 06:51:48.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L754, 127.0.0.1:8234] send request 06:51:48.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L754, 127.0.0.1:8234] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8232/resource"}, 06:51:48.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L754, 127.0.0.1:8234] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8232/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L754, 127.0.0.1:8234] added with generated mid KeyMID[127.0.0.1:8234-45697], CON-POST MID=45697, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L754, 127.0.0.1:8234] added with generated token KeyToken[127.0.0.1:8234-E811C34A7A76AEE4], CON-POST MID=45697, Token=E811C34A7A76AEE4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8234-45697], KeyToken[127.0.0.1:8234-E811C34A7A76AEE4]] 06:51:48.338 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8234 06:51:48.338 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E789,T193) 127.0.0.1:8,235 ==> :8,234 [CON-POST MID=45697, Token=E811C34A7A76AEE4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:51:48.338 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8234) received 58 bytes from 127.0.0.1:8235 06:51:48.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-45697] 06:51:48.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8232 ==[ CoAP Request ]============================================= MID : 45697 Token : E811C34A7A76AEE4 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 06:51:48.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L756, 127.0.0.1:8232] send request 06:51:48.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L756, 127.0.0.1:8232] 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 06:51:48.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L756, 127.0.0.1:8232] added with generated mid KeyMID[127.0.0.1:8232-50352], CON-POST MID=50352, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L756, 127.0.0.1:8232] added with generated token KeyToken[127.0.0.1:8232-A0D35C89F16729A9], CON-POST MID=50352, Token=A0D35C89F16729A9, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8232-50352], KeyToken[127.0.0.1:8232-A0D35C89F16729A9]] 06:51:48.338 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8232 06:51:48.338 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E790,T185) 127.0.0.1:8,233 ==> :8,232 [CON-POST MID=50352, Token=A0D35C89F16729A9, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:51:48.338 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8232) received 34 bytes from 127.0.0.1:8233 06:51:48.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8233-50352] 06:51:48.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R757, 127.0.0.1:8233] replace CON-POST MID=50352, Token=A0D35C89F16729A9, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=50352, Token=A0D35C89F16729A9, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:51:48.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R757, 127.0.0.1:8233] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 06:51:48.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R757, 127.0.0.1:8233, complete]! 06:51:48.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R757, 127.0.0.1:8233, complete] completed ACK-2.04 MID=50352, Token=A0D35C89F16729A9, 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! 06:51:48.339 [UDP-Sender-localhost/127.0.0.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:8233 06:51:48.339 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E791,T188) 127.0.0.1:8,232 ==> :8,233 [ACK-2.04 MID=50352, Token=A0D35C89F16729A9, 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] 06:51:48.339 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8233) received 153 bytes from 127.0.0.1:8232 06:51:48.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L756, 127.0.0.1:8232, complete]! 06:51:48.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L756, 127.0.0.1:8232, complete] for token KeyToken[127.0.0.1:8232-A0D35C89F16729A9] 06:51:48.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L756, 127.0.0.1:8232, complete] for MID KeyMID[127.0.0.1:8232-50352] 06:51:48.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L756, 127.0.0.1:8232, complete] completed CON-POST MID=50352, Token=A0D35C89F16729A9, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:51:48.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R755, 127.0.0.1:8235] 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 06:51:48.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R755, 127.0.0.1:8235, complete]! 06:51:48.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R755, 127.0.0.1:8235, complete] completed ACK-2.04 MID=45697, Token=E811C34A7A76AEE4, 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! 06:51:48.340 [UDP-Sender-localhost/127.0.0.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:8235 06:51:48.340 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E792,T196) 127.0.0.1:8,234 ==> :8,235 [ACK-2.04 MID=45697, Token=E811C34A7A76AEE4, 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] 06:51:48.340 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8235) received 153 bytes from 127.0.0.1:8234 06:51:48.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L754, 127.0.0.1:8234, complete]! 06:51:48.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L754, 127.0.0.1:8234, complete] for token KeyToken[127.0.0.1:8234-E811C34A7A76AEE4] 06:51:48.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L754, 127.0.0.1:8234, complete] for MID KeyMID[127.0.0.1:8234-45697] 06:51:48.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L754, 127.0.0.1:8234, complete] completed CON-GET MID=45697, Token=E811C34A7A76AEE4, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8232/resource"}, -/- CON-POST MID=45697, Token=E811C34A7A76AEE4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 45697 Token : E811C34A7A76AEE4 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 3 ms Payload: 128 Bytes --------------------------------------------------------------- 98257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:51:48.340 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.340 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.340 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8232 06:51:48.340 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8232 06:51:48.340 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8232] stopping ... 06:51:48.340 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8232, address /127.0.0.1 06:51:48.341 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8232] has stopped. 06:51:48.341 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8232 06:51:48.341 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.341 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.341 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8233 06:51:48.341 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8233 06:51:48.341 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8233] stopping ... 06:51:48.341 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8233, address /0.0.0.0 06:51:48.341 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8233] has stopped. 06:51:48.341 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8233 06:51:48.341 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.341 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.341 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8234 06:51:48.341 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8234 06:51:48.341 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8234] stopping ... 06:51:48.341 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8234, address /127.0.0.1 06:51:48.341 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8234] has stopped. 06:51:48.341 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8234 06:51:48.341 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.341 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.341 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8235 06:51:48.341 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8235 06:51:48.341 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8235] stopping ... 06:51:48.341 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8235, address /0.0.0.0 06:51:48.341 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8235] has stopped. 06:51:48.341 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8235 06:51:48.341 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 06:51:48.342 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 06:51:48.342 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.342 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.342 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.342 [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 06:51:48.342 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.342 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.342 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.342 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.342 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.343 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8236 06:51:48.343 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.343 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8236, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.343 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8236 06:51:48.343 [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]] 06:51:48.343 [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]] 06:51:48.343 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.343 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.343 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.343 [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 06:51:48.343 [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 06:51:48.343 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.343 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.343 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.343 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.343 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8237 06:51:48.343 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.343 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8237, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.343 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8237 06:51:48.343 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8237 06:51:48.343 [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]] 06:51:48.343 [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]] 06:51:48.343 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.343 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.343 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.343 [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 06:51:48.343 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.344 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.344 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.344 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.344 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.344 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8238 06:51:48.344 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.344 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8238, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.344 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8238 06:51:48.344 [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]] 06:51:48.344 [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]] 06:51:48.344 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.344 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.344 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.344 [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 06:51:48.344 [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 06:51:48.344 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.345 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.345 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.345 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.345 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8239 06:51:48.345 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.345 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8239, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.345 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8239 06:51:48.345 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8239 06:51:48.345 [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]] 06:51:48.345 [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]] 06:51:48.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L758, 127.0.0.1:8238] send request 06:51:48.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L758, 127.0.0.1:8238] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8236/resource"}, 06:51:48.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L758, 127.0.0.1:8238] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8236/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8236"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L758, 127.0.0.1:8238] added with generated mid KeyMID[127.0.0.1:8238-53176], CON-POST MID=53176, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8236"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L758, 127.0.0.1:8238] added with generated token KeyToken[127.0.0.1:8238-F8EF01C9A36DE926], CON-POST MID=53176, Token=F8EF01C9A36DE926, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8236"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8238-53176], KeyToken[127.0.0.1:8238-F8EF01C9A36DE926]] 06:51:48.345 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8238 06:51:48.346 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E793,T209) 127.0.0.1:8,239 ==> :8,238 [CON-POST MID=53176, Token=F8EF01C9A36DE926, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8236"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:51:48.346 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8238) received 58 bytes from 127.0.0.1:8239 06:51:48.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8239-53176] 06:51:48.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8236 ==[ CoAP Request ]============================================= MID : 53176 Token : F8EF01C9A36DE926 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8236"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 06:51:48.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L760, 127.0.0.1:8236] send request 06:51:48.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L760, 127.0.0.1:8236] 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 06:51:48.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L760, 127.0.0.1:8236] added with generated mid KeyMID[127.0.0.1:8236-50330], CON-POST MID=50330, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L760, 127.0.0.1:8236] added with generated token KeyToken[127.0.0.1:8236-B0E367FD1C56335C], CON-POST MID=50330, Token=B0E367FD1C56335C, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-50330], KeyToken[127.0.0.1:8236-B0E367FD1C56335C]] 06:51:48.346 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8236 06:51:48.346 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E794,T201) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=50330, Token=B0E367FD1C56335C, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:51:48.346 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 34 bytes from 127.0.0.1:8237 06:51:48.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-50330] 06:51:48.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R761, 127.0.0.1:8237] replace CON-POST MID=50330, Token=B0E367FD1C56335C, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=50330, Token=B0E367FD1C56335C, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:51:48.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R761, 127.0.0.1:8237] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "test" 06:51:48.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R761, 127.0.0.1:8237, complete]! 06:51:48.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R761, 127.0.0.1:8237, complete] completed ACK-2.04 MID=50330, Token=B0E367FD1C56335C, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 06:51:48.347 [UDP-Sender-localhost/127.0.0.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:8237 06:51:48.347 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E795,T204) 127.0.0.1:8,236 ==> :8,237 [ACK-2.04 MID=50330, Token=B0E367FD1C56335C, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 06:51:48.347 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 29 bytes from 127.0.0.1:8236 06:51:48.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L760, 127.0.0.1:8236, complete]! 06:51:48.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L760, 127.0.0.1:8236, complete] for token KeyToken[127.0.0.1:8236-B0E367FD1C56335C] 06:51:48.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L760, 127.0.0.1:8236, complete] for MID KeyMID[127.0.0.1:8236-50330] 06:51:48.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L760, 127.0.0.1:8236, complete] completed CON-POST MID=50330, Token=B0E367FD1C56335C, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:51:48.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R759, 127.0.0.1:8239] 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 06:51:48.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R759, 127.0.0.1:8239, complete]! 06:51:48.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R759, 127.0.0.1:8239, complete] completed ACK-2.04 MID=53176, Token=F8EF01C9A36DE926, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 06:51:48.347 [UDP-Sender-localhost/127.0.0.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:8239 06:51:48.347 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E796,T212) 127.0.0.1:8,238 ==> :8,239 [ACK-2.04 MID=53176, Token=F8EF01C9A36DE926, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 06:51:48.347 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8239) received 29 bytes from 127.0.0.1:8238 06:51:48.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L758, 127.0.0.1:8238, complete]! 06:51:48.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L758, 127.0.0.1:8238, complete] for token KeyToken[127.0.0.1:8238-F8EF01C9A36DE926] 06:51:48.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L758, 127.0.0.1:8238, complete] for MID KeyMID[127.0.0.1:8238-53176] 06:51:48.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L758, 127.0.0.1:8238, complete] completed CON-GET MID=53176, Token=F8EF01C9A36DE926, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8236/resource"}, -/- CON-POST MID=53176, Token=F8EF01C9A36DE926, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8236"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 53176 Token : F8EF01C9A36DE926 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 2 ms Payload: 4 Bytes --------------------------------------------------------------- test =============================================================== 06:51:48.348 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.348 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.348 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8236 06:51:48.348 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8236 06:51:48.348 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8236] stopping ... 06:51:48.348 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8236, address /127.0.0.1 06:51:48.348 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8236] has stopped. 06:51:48.348 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8236 06:51:48.348 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.348 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.348 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8237 06:51:48.348 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8237 06:51:48.348 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8237] stopping ... 06:51:48.348 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8237, address /0.0.0.0 06:51:48.348 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8237] has stopped. 06:51:48.348 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8237 06:51:48.348 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.348 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.348 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8238 06:51:48.348 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8238 06:51:48.348 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8238] stopping ... 06:51:48.348 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8238, address /127.0.0.1 06:51:48.349 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8238] has stopped. 06:51:48.349 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8238 06:51:48.349 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.349 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.349 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8239 06:51:48.349 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8239 06:51:48.349 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8239] stopping ... 06:51:48.349 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8239, address /0.0.0.0 06:51:48.349 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8239] has stopped. 06:51:48.349 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8239 06:51:48.349 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 06:51:48.349 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 06:51:48.349 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.349 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.349 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.349 [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 06:51:48.349 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.350 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.350 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.350 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.350 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.350 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8240 06:51:48.350 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.350 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8240, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.350 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8240 06:51:48.350 [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]] 06:51:48.350 [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]] 06:51:48.350 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.350 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.350 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.350 [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 06:51:48.350 [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 06:51:48.350 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.350 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.350 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.350 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.350 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8241 06:51:48.350 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.350 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8241, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.351 [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]] 06:51:48.351 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8241 06:51:48.351 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8241 06:51:48.351 [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]] 06:51:48.351 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.351 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.351 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.351 [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 06:51:48.351 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.351 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.351 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.351 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.351 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.351 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8242 06:51:48.351 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.351 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8242, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.351 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8242 06:51:48.351 [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]] 06:51:48.351 [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]] 06:51:48.351 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.351 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.351 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.352 [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 06:51:48.352 [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 06:51:48.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.352 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.352 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8243 06:51:48.352 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.352 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8243, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.352 [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]] 06:51:48.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8243 06:51:48.352 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8243 06:51:48.352 [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]] 06:51:48.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] send request 06:51:48.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] 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:8240/resource"}, "98257387005764743526667350535128".. 128 bytes 06:51:48.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8242] 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:8240/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8240"}, 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 06:51:48.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated mid KeyMID[127.0.0.1:8242-20437], CON-POST MID=20437, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8240"}, 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 06:51:48.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated token KeyToken[127.0.0.1:8242-00A92702C516EEAB], CON-POST MID=20437, Token=00A92702C516EEAB, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8240"}, 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 06:51:48.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-20437], KeyToken[127.0.0.1:8242-00A92702C516EEAB]] 06:51:48.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 189 bytes to 127.0.0.1:8242 06:51:48.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E797,T225) 127.0.0.1:8,243 ==> :8,242 [CON-POST MID=20437, Token=00A92702C516EEAB, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8240"}, 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] 06:51:48.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8242) received 189 bytes from 127.0.0.1:8243 06:51:48.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-20437] 06:51:48.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8240 ==[ CoAP Request ]============================================= MID : 20437 Token : 00A92702C516EEAB Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8240"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:51:48.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L764, 127.0.0.1:8240] send request 06:51:48.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L764, 127.0.0.1:8240] 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 06:51:48.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L764, 127.0.0.1:8240] added with generated mid KeyMID[127.0.0.1:8240-48065], CON-POST MID=48065, 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 06:51:48.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L764, 127.0.0.1:8240] added with generated token KeyToken[127.0.0.1:8240-38A0780B9230A493], CON-POST MID=48065, Token=38A0780B9230A493, 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 06:51:48.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-48065], KeyToken[127.0.0.1:8240-38A0780B9230A493]] 06:51:48.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 165 bytes to 127.0.0.1:8240 06:51:48.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E798,T217) 127.0.0.1:8,241 ==> :8,240 [CON-POST MID=48065, Token=38A0780B9230A493, 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] 06:51:48.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 165 bytes from 127.0.0.1:8241 06:51:48.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8241-48065] 06:51:48.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R765, 127.0.0.1:8241] replace CON-POST MID=48065, Token=38A0780B9230A493, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID=48065, Token=38A0780B9230A493, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 06:51:48.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R765, 127.0.0.1:8241] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 256 bytes 06:51:48.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R765, 127.0.0.1:8241, complete]! 06:51:48.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R765, 127.0.0.1:8241, complete] completed ACK-2.04 MID=48065, Token=38A0780B9230A493, 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! 06:51:48.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 281 bytes to 127.0.0.1:8241 06:51:48.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E799,T220) 127.0.0.1:8,240 ==> :8,241 [ACK-2.04 MID=48065, Token=38A0780B9230A493, 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] 06:51:48.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8241) received 281 bytes from 127.0.0.1:8240 06:51:48.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L764, 127.0.0.1:8240, complete]! 06:51:48.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L764, 127.0.0.1:8240, complete] for token KeyToken[127.0.0.1:8240-38A0780B9230A493] 06:51:48.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L764, 127.0.0.1:8240, complete] for MID KeyMID[127.0.0.1:8240-48065] 06:51:48.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L764, 127.0.0.1:8240, complete] completed CON-POST MID=48065, Token=38A0780B9230A493, 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! 06:51:48.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [267/32] requires blockwise transfer 06:51:48.354 [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:8243]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1 06:51:48.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R763, 127.0.0.1:8243] 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 06:51:48.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R763, 127.0.0.1:8243, complete]! 06:51:48.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R763, 127.0.0.1:8243, 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=20437, Token=00A92702C516EEAB, 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! 06:51:48.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 52 bytes to 127.0.0.1:8243 06:51:48.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E800,T228) 127.0.0.1:8,242 ==> :8,243 [ACK-2.04 MID=20437, Token=00A92702C516EEAB, 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] 06:51:48.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8243) received 52 bytes from 127.0.0.1:8242 06:51:48.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.355 [: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:8242]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1, ACK-2.04 MID=20437, Token=00A92702C516EEAB, 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 06:51:48.355 [: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:8240/resource"}, 06:51:48.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8242] replace CON-POST MID=20437, Token=00A92702C516EEAB, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8240"}, 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:8240/resource"}, 06:51:48.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] send request 06:51:48.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] 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:8240/resource"}, 06:51:48.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated mid KeyMID[127.0.0.1:8242-20438], CON-POST MID=20438, 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:8240/resource"}, 06:51:48.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for MID KeyMID[127.0.0.1:8242-20437] 06:51:48.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated token KeyToken[127.0.0.1:8242-A42990FA32F9D947], CON-POST MID=20438, Token=A42990FA32F9D947, 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:8240/resource"}, 06:51:48.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for token KeyToken[127.0.0.1:8242-00A92702C516EEAB] 06:51:48.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-20438], KeyToken[127.0.0.1:8242-A42990FA32F9D947]] 06:51:48.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 49 bytes to 127.0.0.1:8242 06:51:48.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E801,T225) 127.0.0.1:8,243 ==> :8,242 [CON-POST MID=20438, Token=A42990FA32F9D947, 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:8240/resource"}, ] 06:51:48.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8242) received 49 bytes from 127.0.0.1:8243 06:51:48.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-20438] 06:51:48.356 [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:8243]: currentNum=1, currentSzx=1, bufferSize=267, complete=false] 06:51:48.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R766, 127.0.0.1:8243] 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 06:51:48.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R766, 127.0.0.1:8243, complete]! 06:51:48.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R766, 127.0.0.1:8243, complete] completed ACK-2.04 MID=20438, Token=A42990FA32F9D947, 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! 06:51:48.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 49 bytes to 127.0.0.1:8243 06:51:48.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E802,T228) 127.0.0.1:8,242 ==> :8,243 [ACK-2.04 MID=20438, Token=A42990FA32F9D947, 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] 06:51:48.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8243) received 49 bytes from 127.0.0.1:8242 06:51:48.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.356 [: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:8240/resource"}, 06:51:48.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8242] replace CON-POST MID=20438, Token=A42990FA32F9D947, 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:8240/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:8240/resource"}, 06:51:48.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] send request 06:51:48.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] 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:8240/resource"}, 06:51:48.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated mid KeyMID[127.0.0.1:8242-20439], CON-POST MID=20439, 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:8240/resource"}, 06:51:48.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for MID KeyMID[127.0.0.1:8242-20438] 06:51:48.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated token KeyToken[127.0.0.1:8242-C0E862BBDB4EBCFF], CON-POST MID=20439, Token=C0E862BBDB4EBCFF, 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:8240/resource"}, 06:51:48.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for token KeyToken[127.0.0.1:8242-A42990FA32F9D947] 06:51:48.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-20439], KeyToken[127.0.0.1:8242-C0E862BBDB4EBCFF]] 06:51:48.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 49 bytes to 127.0.0.1:8242 06:51:48.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E803,T225) 127.0.0.1:8,243 ==> :8,242 [CON-POST MID=20439, Token=C0E862BBDB4EBCFF, 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:8240/resource"}, ] 06:51:48.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8242) received 49 bytes from 127.0.0.1:8243 06:51:48.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-20439] 06:51:48.357 [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:8243]: currentNum=2, currentSzx=1, bufferSize=267, complete=false] 06:51:48.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R767, 127.0.0.1:8243] 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 06:51:48.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R767, 127.0.0.1:8243, complete]! 06:51:48.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R767, 127.0.0.1:8243, complete] completed ACK-2.04 MID=20439, Token=C0E862BBDB4EBCFF, 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! 06:51:48.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 49 bytes to 127.0.0.1:8243 06:51:48.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E804,T228) 127.0.0.1:8,242 ==> :8,243 [ACK-2.04 MID=20439, Token=C0E862BBDB4EBCFF, 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] 06:51:48.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8243) received 49 bytes from 127.0.0.1:8242 06:51:48.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.357 [: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:8240/resource"}, 06:51:48.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8242] replace CON-POST MID=20439, Token=C0E862BBDB4EBCFF, 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:8240/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:8240/resource"}, 06:51:48.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] send request 06:51:48.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] 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:8240/resource"}, 06:51:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated mid KeyMID[127.0.0.1:8242-20440], CON-POST MID=20440, 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:8240/resource"}, 06:51:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for MID KeyMID[127.0.0.1:8242-20439] 06:51:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated token KeyToken[127.0.0.1:8242-00A7ABF6AFAC0822], CON-POST MID=20440, Token=00A7ABF6AFAC0822, 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:8240/resource"}, 06:51:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for token KeyToken[127.0.0.1:8242-C0E862BBDB4EBCFF] 06:51:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-20440], KeyToken[127.0.0.1:8242-00A7ABF6AFAC0822]] 06:51:48.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 49 bytes to 127.0.0.1:8242 06:51:48.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E805,T225) 127.0.0.1:8,243 ==> :8,242 [CON-POST MID=20440, Token=00A7ABF6AFAC0822, 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:8240/resource"}, ] 06:51:48.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8242) received 49 bytes from 127.0.0.1:8243 06:51:48.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-20440] 06:51:48.358 [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:8243]: currentNum=3, currentSzx=1, bufferSize=267, complete=false] 06:51:48.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R768, 127.0.0.1:8243] 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 06:51:48.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R768, 127.0.0.1:8243, complete]! 06:51:48.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R768, 127.0.0.1:8243, complete] completed ACK-2.04 MID=20440, Token=00A7ABF6AFAC0822, 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! 06:51:48.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 49 bytes to 127.0.0.1:8243 06:51:48.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E806,T228) 127.0.0.1:8,242 ==> :8,243 [ACK-2.04 MID=20440, Token=00A7ABF6AFAC0822, 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] 06:51:48.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8243) received 49 bytes from 127.0.0.1:8242 06:51:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.358 [: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:8240/resource"}, 06:51:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8242] replace CON-POST MID=20440, Token=00A7ABF6AFAC0822, 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:8240/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:8240/resource"}, 06:51:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] send request 06:51:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] 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:8240/resource"}, 06:51:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated mid KeyMID[127.0.0.1:8242-20441], CON-POST MID=20441, 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:8240/resource"}, 06:51:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for MID KeyMID[127.0.0.1:8242-20440] 06:51:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated token KeyToken[127.0.0.1:8242-FC040E6DEFEFC73D], CON-POST MID=20441, Token=FC040E6DEFEFC73D, 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:8240/resource"}, 06:51:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for token KeyToken[127.0.0.1:8242-00A7ABF6AFAC0822] 06:51:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-20441], KeyToken[127.0.0.1:8242-FC040E6DEFEFC73D]] 06:51:48.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 49 bytes to 127.0.0.1:8242 06:51:48.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E807,T225) 127.0.0.1:8,243 ==> :8,242 [CON-POST MID=20441, Token=FC040E6DEFEFC73D, 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:8240/resource"}, ] 06:51:48.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8242) received 49 bytes from 127.0.0.1:8243 06:51:48.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-20441] 06:51:48.359 [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:8243]: currentNum=4, currentSzx=1, bufferSize=267, complete=false] 06:51:48.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R769, 127.0.0.1:8243] 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 06:51:48.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R769, 127.0.0.1:8243, complete]! 06:51:48.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R769, 127.0.0.1:8243, complete] completed ACK-2.04 MID=20441, Token=FC040E6DEFEFC73D, 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! 06:51:48.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 49 bytes to 127.0.0.1:8243 06:51:48.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E808,T228) 127.0.0.1:8,242 ==> :8,243 [ACK-2.04 MID=20441, Token=FC040E6DEFEFC73D, 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] 06:51:48.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8243) received 49 bytes from 127.0.0.1:8242 06:51:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.359 [: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:8240/resource"}, 06:51:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8242] replace CON-POST MID=20441, Token=FC040E6DEFEFC73D, 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:8240/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:8240/resource"}, 06:51:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] send request 06:51:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] 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:8240/resource"}, 06:51:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated mid KeyMID[127.0.0.1:8242-20442], CON-POST MID=20442, 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:8240/resource"}, 06:51:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for MID KeyMID[127.0.0.1:8242-20441] 06:51:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated token KeyToken[127.0.0.1:8242-08E539187BE434D9], CON-POST MID=20442, Token=08E539187BE434D9, 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:8240/resource"}, 06:51:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for token KeyToken[127.0.0.1:8242-FC040E6DEFEFC73D] 06:51:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-20442], KeyToken[127.0.0.1:8242-08E539187BE434D9]] 06:51:48.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 49 bytes to 127.0.0.1:8242 06:51:48.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E809,T225) 127.0.0.1:8,243 ==> :8,242 [CON-POST MID=20442, Token=08E539187BE434D9, 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:8240/resource"}, ] 06:51:48.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8242) received 49 bytes from 127.0.0.1:8243 06:51:48.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-20442] 06:51:48.359 [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:8243]: currentNum=5, currentSzx=1, bufferSize=267, complete=false] 06:51:48.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R770, 127.0.0.1:8243] 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 06:51:48.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R770, 127.0.0.1:8243, complete]! 06:51:48.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R770, 127.0.0.1:8243, complete] completed ACK-2.04 MID=20442, Token=08E539187BE434D9, 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! 06:51:48.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 49 bytes to 127.0.0.1:8243 06:51:48.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E810,T228) 127.0.0.1:8,242 ==> :8,243 [ACK-2.04 MID=20442, Token=08E539187BE434D9, 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] 06:51:48.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8243) received 49 bytes from 127.0.0.1:8242 06:51:48.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.360 [: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:8240/resource"}, 06:51:48.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8242] replace CON-POST MID=20442, Token=08E539187BE434D9, 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:8240/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:8240/resource"}, 06:51:48.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] send request 06:51:48.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] 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:8240/resource"}, 06:51:48.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated mid KeyMID[127.0.0.1:8242-20443], CON-POST MID=20443, 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:8240/resource"}, 06:51:48.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for MID KeyMID[127.0.0.1:8242-20442] 06:51:48.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated token KeyToken[127.0.0.1:8242-D46614B9FB5C3BF5], CON-POST MID=20443, Token=D46614B9FB5C3BF5, 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:8240/resource"}, 06:51:48.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for token KeyToken[127.0.0.1:8242-08E539187BE434D9] 06:51:48.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-20443], KeyToken[127.0.0.1:8242-D46614B9FB5C3BF5]] 06:51:48.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 49 bytes to 127.0.0.1:8242 06:51:48.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E811,T225) 127.0.0.1:8,243 ==> :8,242 [CON-POST MID=20443, Token=D46614B9FB5C3BF5, 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:8240/resource"}, ] 06:51:48.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8242) received 49 bytes from 127.0.0.1:8243 06:51:48.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-20443] 06:51:48.360 [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:8243]: currentNum=6, currentSzx=1, bufferSize=267, complete=false] 06:51:48.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R771, 127.0.0.1:8243] 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 06:51:48.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R771, 127.0.0.1:8243, complete]! 06:51:48.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R771, 127.0.0.1:8243, complete] completed ACK-2.04 MID=20443, Token=D46614B9FB5C3BF5, 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! 06:51:48.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 49 bytes to 127.0.0.1:8243 06:51:48.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E812,T228) 127.0.0.1:8,242 ==> :8,243 [ACK-2.04 MID=20443, Token=D46614B9FB5C3BF5, 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] 06:51:48.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8243) received 49 bytes from 127.0.0.1:8242 06:51:48.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.361 [: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:8240/resource"}, 06:51:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8242] replace CON-POST MID=20443, Token=D46614B9FB5C3BF5, 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:8240/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:8240/resource"}, 06:51:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] send request 06:51:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] 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:8240/resource"}, 06:51:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated mid KeyMID[127.0.0.1:8242-20444], CON-POST MID=20444, 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:8240/resource"}, 06:51:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for MID KeyMID[127.0.0.1:8242-20443] 06:51:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated token KeyToken[127.0.0.1:8242-C031561F5EC7A88F], CON-POST MID=20444, Token=C031561F5EC7A88F, 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:8240/resource"}, 06:51:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for token KeyToken[127.0.0.1:8242-D46614B9FB5C3BF5] 06:51:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-20444], KeyToken[127.0.0.1:8242-C031561F5EC7A88F]] 06:51:48.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 49 bytes to 127.0.0.1:8242 06:51:48.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E813,T225) 127.0.0.1:8,243 ==> :8,242 [CON-POST MID=20444, Token=C031561F5EC7A88F, 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:8240/resource"}, ] 06:51:48.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8242) received 49 bytes from 127.0.0.1:8243 06:51:48.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-20444] 06:51:48.361 [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:8243]: currentNum=7, currentSzx=1, bufferSize=267, complete=false] 06:51:48.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R772, 127.0.0.1:8243] 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 06:51:48.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R772, 127.0.0.1:8243, complete]! 06:51:48.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R772, 127.0.0.1:8243, complete] completed ACK-2.04 MID=20444, Token=C031561F5EC7A88F, 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! 06:51:48.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 49 bytes to 127.0.0.1:8243 06:51:48.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E814,T228) 127.0.0.1:8,242 ==> :8,243 [ACK-2.04 MID=20444, Token=C031561F5EC7A88F, 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] 06:51:48.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8243) received 49 bytes from 127.0.0.1:8242 06:51:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.361 [: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:8240/resource"}, 06:51:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8242] replace CON-POST MID=20444, Token=C031561F5EC7A88F, 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:8240/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:8240/resource"}, 06:51:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] send request 06:51:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8242] 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:8240/resource"}, 06:51:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated mid KeyMID[127.0.0.1:8242-20445], CON-POST MID=20445, 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:8240/resource"}, 06:51:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for MID KeyMID[127.0.0.1:8242-20444] 06:51:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8242] added with generated token KeyToken[127.0.0.1:8242-E071947E846AE797], CON-POST MID=20445, Token=E071947E846AE797, 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:8240/resource"}, 06:51:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242] for token KeyToken[127.0.0.1:8242-C031561F5EC7A88F] 06:51:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-20445], KeyToken[127.0.0.1:8242-E071947E846AE797]] 06:51:48.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 49 bytes to 127.0.0.1:8242 06:51:48.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E815,T225) 127.0.0.1:8,243 ==> :8,242 [CON-POST MID=20445, Token=E071947E846AE797, 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:8240/resource"}, ] 06:51:48.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8242) received 49 bytes from 127.0.0.1:8243 06:51:48.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-20445] 06:51:48.362 [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:8243]: currentNum=8, currentSzx=1, bufferSize=267, complete=true] 06:51:48.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R773, 127.0.0.1:8243] 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 06:51:48.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R773, 127.0.0.1:8243, complete]! 06:51:48.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R773, 127.0.0.1:8243, complete] completed ACK-2.04 MID=20445, Token=E071947E846AE797, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6! 06:51:48.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 28 bytes to 127.0.0.1:8243 06:51:48.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E816,T228) 127.0.0.1:8,242 ==> :8,243 [ACK-2.04 MID=20445, Token=E071947E846AE797, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6] 06:51:48.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8243) received 28 bytes from 127.0.0.1:8242 06:51:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.362 [: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 06:51:48.362 [: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:8242]], block2 transfers still in progress: 0 06:51:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID=20437, Token=00A92702C516EEAB, 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 06:51:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8242] replace CON-POST MID=20445, Token=E071947E846AE797, 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:8240/resource"}, acked by CON-POST MID=20437, Token=00A92702C516EEAB, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8240/resource"}, "98257387005764743526667350535128".. 128 bytes 06:51:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8242, complete]! 06:51:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242, complete] for token KeyToken[127.0.0.1:8242-E071947E846AE797] 06:51:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8242, complete] for MID KeyMID[127.0.0.1:8242-20445] 06:51:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L762, 127.0.0.1:8242, complete] completed CON-POST MID=20437, Token=00A92702C516EEAB, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8240/resource"}, "98257387005764743526667350535128".. 128 bytes! 06:51:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 06:51:48.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 ==[ CoAP Response ]============================================ MID : 20437 Token : 00A92702C516EEAB Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 10 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:51:48.363 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.363 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.363 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8240 06:51:48.363 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8240 06:51:48.363 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8240] stopping ... 06:51:48.363 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8240, address /127.0.0.1 06:51:48.363 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8240] has stopped. 06:51:48.363 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8240 06:51:48.363 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.363 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.363 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8241 06:51:48.363 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8241 06:51:48.363 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8241] stopping ... 06:51:48.363 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8241, address /0.0.0.0 06:51:48.363 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8241] has stopped. 06:51:48.363 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8241 06:51:48.363 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.363 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.363 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8242 06:51:48.363 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8242 06:51:48.363 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8242] stopping ... 06:51:48.363 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8242, address /127.0.0.1 06:51:48.363 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8242] has stopped. 06:51:48.363 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8242 06:51:48.363 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.363 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.363 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8243 06:51:48.363 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8243 06:51:48.363 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8243] stopping ... 06:51:48.363 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8243, address /0.0.0.0 06:51:48.363 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8243] has stopped. 06:51:48.363 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8243 06:51:48.363 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 06:51:48.365 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 06:51:48.365 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.365 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.365 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.365 [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 06:51:48.365 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.365 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.365 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.366 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.366 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.366 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8244 06:51:48.366 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.366 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8244, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.366 [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]] 06:51:48.366 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8244 06:51:48.366 [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]] 06:51:48.366 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.366 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.366 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.366 [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 06:51:48.366 [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 06:51:48.366 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.366 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.366 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.366 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.366 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8245 06:51:48.366 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.366 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8245, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.366 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8245 06:51:48.366 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8245 06:51:48.366 [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]] 06:51:48.366 [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]] 06:51:48.366 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.366 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.366 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.366 [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 06:51:48.367 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.367 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.367 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.367 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.367 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.367 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8246 06:51:48.367 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.367 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8246, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.367 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8246 06:51:48.367 [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]] 06:51:48.367 [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]] 06:51:48.367 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.367 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.367 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.367 [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 06:51:48.367 [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 06:51:48.414 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.415 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.415 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.415 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.415 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8247 06:51:48.415 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.415 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8247, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.415 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8247 06:51:48.415 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8247 06:51:48.415 [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]] 06:51:48.415 [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]] 06:51:48.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L774, 127.0.0.1:8246] send request 06:51:48.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L774, 127.0.0.1:8246] 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:8244/resource"}, "98257387005764743526667350535128".. 128 bytes 06:51:48.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L774, 127.0.0.1:8246] 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:8244/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8244"}, 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 06:51:48.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L774, 127.0.0.1:8246] added with generated mid KeyMID[127.0.0.1:8246-3899], CON-POST MID= 3899, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8244"}, 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 06:51:48.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L774, 127.0.0.1:8246] added with generated token KeyToken[127.0.0.1:8246-582F1B29E12BC399], CON-POST MID= 3899, Token=582F1B29E12BC399, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8244"}, 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 06:51:48.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8246-3899], KeyToken[127.0.0.1:8246-582F1B29E12BC399]] 06:51:48.416 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8246 06:51:48.416 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E817,T241) 127.0.0.1:8,247 ==> :8,246 [CON-POST MID= 3899, Token=582F1B29E12BC399, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8244"}, 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] 06:51:48.416 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8246) received 189 bytes from 127.0.0.1:8247 06:51:48.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8247-3899] 06:51:48.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8244 ==[ CoAP Request ]============================================= MID : 3899 Token : 582F1B29E12BC399 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8244"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:51:48.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 06:51:48.416 [: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:8244]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:51:48.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L776, 127.0.0.1:8244] 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 06:51:48.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L776, 127.0.0.1:8244] send request 06:51:48.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L776, 127.0.0.1:8244] 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 06:51:48.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L776, 127.0.0.1:8244] added with generated mid KeyMID[127.0.0.1:8244-23516], CON-POST MID=23516, 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 06:51:48.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L776, 127.0.0.1:8244] added with generated token KeyToken[127.0.0.1:8244-6CA39F320F019FDF], CON-POST MID=23516, Token=6CA39F320F019FDF, 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 06:51:48.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8244-23516], KeyToken[127.0.0.1:8244-6CA39F320F019FDF]] 06:51:48.417 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8244 06:51:48.417 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E818,T233) 127.0.0.1:8,245 ==> :8,244 [CON-POST MID=23516, Token=6CA39F320F019FDF, 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] 06:51:48.417 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8244) received 54 bytes from 127.0.0.1:8245 06:51:48.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-23516] 06:51:48.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 06:51:48.417 [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:8245]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:51:48.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:51:48.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R777, 127.0.0.1:8245] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 06:51:48.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R777, 127.0.0.1:8245, complete]! 06:51:48.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R777, 127.0.0.1:8245, complete] completed ACK-2.31 MID=23516, Token=6CA39F320F019FDF, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 06:51:48.417 [UDP-Sender-localhost/127.0.0.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:8245 06:51:48.418 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E819,T236) 127.0.0.1:8,244 ==> :8,245 [ACK-2.31 MID=23516, Token=6CA39F320F019FDF, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 06:51:48.418 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8245) received 15 bytes from 127.0.0.1:8244 06:51:48.418 [: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) 06:51:48.418 [: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 06:51:48.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L776, 127.0.0.1:8244] replace CON-POST MID=23516, Token=6CA39F320F019FDF, 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 06:51:48.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L776, 127.0.0.1:8244] send request 06:51:48.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L776, 127.0.0.1:8244] 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 06:51:48.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L776, 127.0.0.1:8244] added with generated mid KeyMID[127.0.0.1:8244-23517], CON-POST MID=23517, 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 06:51:48.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L776, 127.0.0.1:8244] for MID KeyMID[127.0.0.1:8244-23516] 06:51:48.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L776, 127.0.0.1:8244] added with generated token KeyToken[127.0.0.1:8244-18DA75E211A311AA], CON-POST MID=23517, Token=18DA75E211A311AA, 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 06:51:48.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L776, 127.0.0.1:8244] for token KeyToken[127.0.0.1:8244-6CA39F320F019FDF] 06:51:48.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8244-23517], KeyToken[127.0.0.1:8244-18DA75E211A311AA]] 06:51:48.418 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8244 06:51:48.418 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E820,T233) 127.0.0.1:8,245 ==> :8,244 [CON-POST MID=23517, Token=18DA75E211A311AA, 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] 06:51:48.418 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8244) received 51 bytes from 127.0.0.1:8245 06:51:48.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-23517] 06:51:48.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 06:51:48.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8245] for CON-POST MID=23517, Token=18DA75E211A311AA, 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 06:51:48.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:51:48.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R778, 127.0.0.1:8245] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 06:51:48.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R778, 127.0.0.1:8245, complete]! 06:51:48.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R778, 127.0.0.1:8245, complete] completed ACK-2.31 MID=23517, Token=18DA75E211A311AA, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 06:51:48.419 [UDP-Sender-localhost/127.0.0.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:8245 06:51:48.419 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E821,T236) 127.0.0.1:8,244 ==> :8,245 [ACK-2.31 MID=23517, Token=18DA75E211A311AA, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 06:51:48.419 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8245) received 15 bytes from 127.0.0.1:8244 06:51:48.419 [: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) 06:51:48.419 [: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 06:51:48.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L776, 127.0.0.1:8244] replace CON-POST MID=23517, Token=18DA75E211A311AA, 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 06:51:48.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L776, 127.0.0.1:8244] send request 06:51:48.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L776, 127.0.0.1:8244] 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 06:51:48.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L776, 127.0.0.1:8244] added with generated mid KeyMID[127.0.0.1:8244-23518], CON-POST MID=23518, 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 06:51:48.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L776, 127.0.0.1:8244] for MID KeyMID[127.0.0.1:8244-23517] 06:51:48.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L776, 127.0.0.1:8244] added with generated token KeyToken[127.0.0.1:8244-348200293B89A3B0], CON-POST MID=23518, Token=348200293B89A3B0, 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 06:51:48.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L776, 127.0.0.1:8244] for token KeyToken[127.0.0.1:8244-18DA75E211A311AA] 06:51:48.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8244-23518], KeyToken[127.0.0.1:8244-348200293B89A3B0]] 06:51:48.419 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8244 06:51:48.419 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E822,T233) 127.0.0.1:8,245 ==> :8,244 [CON-POST MID=23518, Token=348200293B89A3B0, 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] 06:51:48.419 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8244) received 51 bytes from 127.0.0.1:8245 06:51:48.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-23518] 06:51:48.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 06:51:48.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8245] for CON-POST MID=23518, Token=348200293B89A3B0, 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 06:51:48.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:51:48.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R779, 127.0.0.1:8245] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 06:51:48.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R779, 127.0.0.1:8245, complete]! 06:51:48.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R779, 127.0.0.1:8245, complete] completed ACK-2.31 MID=23518, Token=348200293B89A3B0, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 06:51:48.420 [UDP-Sender-localhost/127.0.0.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:8245 06:51:48.420 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E823,T236) 127.0.0.1:8,244 ==> :8,245 [ACK-2.31 MID=23518, Token=348200293B89A3B0, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 06:51:48.420 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8245) received 15 bytes from 127.0.0.1:8244 06:51:48.420 [: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) 06:51:48.420 [: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 06:51:48.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L776, 127.0.0.1:8244] replace CON-POST MID=23518, Token=348200293B89A3B0, 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 06:51:48.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L776, 127.0.0.1:8244] send request 06:51:48.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L776, 127.0.0.1:8244] 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 06:51:48.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L776, 127.0.0.1:8244] added with generated mid KeyMID[127.0.0.1:8244-23519], CON-POST MID=23519, 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 06:51:48.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L776, 127.0.0.1:8244] for MID KeyMID[127.0.0.1:8244-23518] 06:51:48.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L776, 127.0.0.1:8244] added with generated token KeyToken[127.0.0.1:8244-941E662F1F54517B], CON-POST MID=23519, Token=941E662F1F54517B, 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 06:51:48.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L776, 127.0.0.1:8244] for token KeyToken[127.0.0.1:8244-348200293B89A3B0] 06:51:48.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8244-23519], KeyToken[127.0.0.1:8244-941E662F1F54517B]] 06:51:48.420 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8244 06:51:48.420 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E824,T233) 127.0.0.1:8,245 ==> :8,244 [CON-POST MID=23519, Token=941E662F1F54517B, 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] 06:51:48.421 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8244) received 51 bytes from 127.0.0.1:8245 06:51:48.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-23519] 06:51:48.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 06:51:48.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8245] for CON-POST MID=23519, Token=941E662F1F54517B, 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 06:51:48.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 06:51:48.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R780, 127.0.0.1:8245] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 06:51:48.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R780, 127.0.0.1:8245, complete]! 06:51:48.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R780, 127.0.0.1:8245, complete] completed ACK-2.31 MID=23519, Token=941E662F1F54517B, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 06:51:48.421 [UDP-Sender-localhost/127.0.0.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:8245 06:51:48.421 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E825,T236) 127.0.0.1:8,244 ==> :8,245 [ACK-2.31 MID=23519, Token=941E662F1F54517B, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 06:51:48.421 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8245) received 15 bytes from 127.0.0.1:8244 06:51:48.421 [: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) 06:51:48.421 [: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 06:51:48.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L776, 127.0.0.1:8244] replace CON-POST MID=23519, Token=941E662F1F54517B, 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 06:51:48.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L776, 127.0.0.1:8244] send request 06:51:48.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L776, 127.0.0.1:8244] 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 06:51:48.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L776, 127.0.0.1:8244] added with generated mid KeyMID[127.0.0.1:8244-23520], CON-POST MID=23520, 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 06:51:48.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L776, 127.0.0.1:8244] for MID KeyMID[127.0.0.1:8244-23519] 06:51:48.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L776, 127.0.0.1:8244] added with generated token KeyToken[127.0.0.1:8244-C467205CF773C041], CON-POST MID=23520, Token=C467205CF773C041, 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 06:51:48.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L776, 127.0.0.1:8244] for token KeyToken[127.0.0.1:8244-941E662F1F54517B] 06:51:48.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8244-23520], KeyToken[127.0.0.1:8244-C467205CF773C041]] 06:51:48.421 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8244 06:51:48.422 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E826,T233) 127.0.0.1:8,245 ==> :8,244 [CON-POST MID=23520, Token=C467205CF773C041, 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] 06:51:48.422 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8244) received 40 bytes from 127.0.0.1:8245 06:51:48.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-23520] 06:51:48.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 06:51:48.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8245] for CON-POST MID=23520, Token=C467205CF773C041, 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 06:51:48.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 06:51:48.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8245]], block1 transfers still in progress: 0 06:51:48.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 06:51:48.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R781, 127.0.0.1:8245] 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 06:51:48.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R781, 127.0.0.1:8245, complete]! 06:51:48.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R781, 127.0.0.1:8245, complete] completed ACK-2.04 MID=23520, Token=C467205CF773C041, 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! 06:51:48.422 [UDP-Sender-localhost/127.0.0.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:8245 06:51:48.423 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E827,T236) 127.0.0.1:8,244 ==> :8,245 [ACK-2.04 MID=23520, Token=C467205CF773C041, 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] 06:51:48.423 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8245) received 284 bytes from 127.0.0.1:8244 06:51:48.423 [: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) 06:51:48.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L776, 127.0.0.1:8244, complete]! 06:51:48.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L776, 127.0.0.1:8244, complete] for token KeyToken[127.0.0.1:8244-C467205CF773C041] 06:51:48.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L776, 127.0.0.1:8244, complete] for MID KeyMID[127.0.0.1:8244-23520] 06:51:48.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L776, 127.0.0.1:8244, complete] completed CON-POST MID=23516, Token=6CA39F320F019FDF, 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=23520, Token=C467205CF773C041, 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! 06:51:48.423 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.423 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R775, 127.0.0.1:8247] 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 06:51:48.423 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R775, 127.0.0.1:8247, complete]! 06:51:48.423 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R775, 127.0.0.1:8247, complete] completed ACK-2.04 MID= 3899, Token=582F1B29E12BC399, 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! 06:51:48.423 [UDP-Sender-localhost/127.0.0.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:8247 06:51:48.423 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E828,T244) 127.0.0.1:8,246 ==> :8,247 [ACK-2.04 MID= 3899, Token=582F1B29E12BC399, 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] 06:51:48.423 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8247) received 284 bytes from 127.0.0.1:8246 06:51:48.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L774, 127.0.0.1:8246, complete]! 06:51:48.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L774, 127.0.0.1:8246, complete] for token KeyToken[127.0.0.1:8246-582F1B29E12BC399] 06:51:48.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L774, 127.0.0.1:8246, complete] for MID KeyMID[127.0.0.1:8246-3899] 06:51:48.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L774, 127.0.0.1:8246, complete] completed CON-POST MID= 3899, Token=582F1B29E12BC399, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8244/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID= 3899, Token=582F1B29E12BC399, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8244"}, 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 : 3899 Token : 582F1B29E12BC399 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 8 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:51:48.424 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.424 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.424 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8244 06:51:48.424 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8244 06:51:48.424 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8244] stopping ... 06:51:48.424 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8244, address /127.0.0.1 06:51:48.424 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8244] has stopped. 06:51:48.424 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8244 06:51:48.424 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.424 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.424 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8245 06:51:48.424 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8245 06:51:48.424 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8245] stopping ... 06:51:48.424 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8245, address /0.0.0.0 06:51:48.424 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8245] has stopped. 06:51:48.424 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8245 06:51:48.424 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.424 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.424 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8246 06:51:48.424 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8246 06:51:48.424 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8246] stopping ... 06:51:48.424 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8246, address /127.0.0.1 06:51:48.425 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8246] has stopped. 06:51:48.425 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8246 06:51:48.425 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.425 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.425 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8247 06:51:48.425 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8247 06:51:48.425 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8247] stopping ... 06:51:48.425 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8247, address /0.0.0.0 06:51:48.425 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8247] has stopped. 06:51:48.425 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8247 06:51:48.425 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 06:51:48.425 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:51:48.425 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.425 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 06:51:48.426 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.426 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.426 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.426 [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 06:51:48.426 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.426 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.426 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.426 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.426 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.427 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8248 06:51:48.427 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.427 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8248, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.427 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8248 06:51:48.427 [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]] 06:51:48.427 [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]] 06:51:48.427 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.427 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.427 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.427 [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 06:51:48.427 [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 06:51:48.427 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.427 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.427 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.427 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.427 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8249 06:51:48.427 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.427 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8249, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.427 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8249 06:51:48.427 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8249 06:51:48.427 [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]] 06:51:48.427 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.427 [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]] 06:51:48.427 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.427 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.428 [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 06:51:48.428 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.428 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.428 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.428 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.428 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.428 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8250 06:51:48.428 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.428 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8250, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.428 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8250 06:51:48.428 [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]] 06:51:48.428 [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]] 06:51:48.428 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.428 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.429 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.429 [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 06:51:48.429 [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 06:51:48.429 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.429 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.429 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.429 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.429 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8251 06:51:48.429 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.429 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8251, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.429 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8251 06:51:48.429 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8251 06:51:48.429 [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]] 06:51:48.429 [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]] 06:51:48.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L782, 127.0.0.1:8250] send request 06:51:48.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L782, 127.0.0.1:8250] replace NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8248/resource"}, by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8248"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L782, 127.0.0.1:8250] added with generated mid KeyMID[127.0.0.1:8250-20204], NON-POST MID=20204, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8248"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L782, 127.0.0.1:8250] added with generated token KeyToken[127.0.0.1:8250-F80FF3AD0E8F4BA9], NON-POST MID=20204, Token=F80FF3AD0E8F4BA9, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8248"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8250-20204], KeyToken[127.0.0.1:8250-F80FF3AD0E8F4BA9]] 06:51:48.430 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8250 06:51:48.430 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E829,T257) 127.0.0.1:8,251 ==> :8,250 [NON-POST MID=20204, Token=F80FF3AD0E8F4BA9, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8248"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:51:48.430 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8250) received 58 bytes from 127.0.0.1:8251 06:51:48.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8251-20204] 06:51:48.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8248 ==[ CoAP Request ]============================================= MID : 20204 Token : F80FF3AD0E8F4BA9 Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8248"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 06:51:48.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L784, 127.0.0.1:8248] send request 06:51:48.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L784, 127.0.0.1:8248] added with generated mid KeyMID[127.0.0.1:8248-6707], NON-POST MID= 6707, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L784, 127.0.0.1:8248] added with generated token KeyToken[127.0.0.1:8248-041D440FA6AF6321], NON-POST MID= 6707, Token=041D440FA6AF6321, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8248-6707], KeyToken[127.0.0.1:8248-041D440FA6AF6321]] 06:51:48.430 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8248 06:51:48.430 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E830,T249) 127.0.0.1:8,249 ==> :8,248 [NON-POST MID= 6707, Token=041D440FA6AF6321, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:51:48.430 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8248) received 34 bytes from 127.0.0.1:8249 06:51:48.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-6707] 06:51:48.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R785, 127.0.0.1:8249] replace NON-POST MID= 6707, Token=041D440FA6AF6321, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by NON-GET MID= 6707, Token=041D440FA6AF6321, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:51:48.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R785, 127.0.0.1:8249] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 06:51:48.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R785, 127.0.0.1:8249, complete]! 06:51:48.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R785, 127.0.0.1:8249, complete] completed NON-2.04 MID=42821, Token=041D440FA6AF6321, 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! 06:51:48.431 [UDP-Sender-localhost/127.0.0.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:8249 06:51:48.431 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E831,T252) 127.0.0.1:8,248 ==> :8,249 [NON-2.04 MID=42821, Token=041D440FA6AF6321, 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] 06:51:48.431 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8249) received 153 bytes from 127.0.0.1:8248 06:51:48.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8248-42821] 06:51:48.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L784, 127.0.0.1:8248, complete]! 06:51:48.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L784, 127.0.0.1:8248, complete] for token KeyToken[127.0.0.1:8248-041D440FA6AF6321] 06:51:48.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L784, 127.0.0.1:8248, complete] for MID KeyMID[127.0.0.1:8248-6707] 06:51:48.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L784, 127.0.0.1:8248, complete] completed NON-POST MID= 6707, Token=041D440FA6AF6321, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:51:48.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [139/32] requires blockwise transfer 06:51:48.432 [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:8251]: currentNum=0, currentSzx=0, bufferSize=139, complete=false], transfers in progress: 1 06:51:48.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R783, 127.0.0.1:8251] 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 06:51:48.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R783, 127.0.0.1:8251, complete]! 06:51:48.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R783, 127.0.0.1:8251, 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=26594, Token=F80FF3AD0E8F4BA9, 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! 06:51:48.432 [UDP-Sender-localhost/127.0.0.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:8251 06:51:48.432 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E832,T260) 127.0.0.1:8,250 ==> :8,251 [NON-2.04 MID=26594, Token=F80FF3AD0E8F4BA9, 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] 06:51:48.432 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8251) received 51 bytes from 127.0.0.1:8250 06:51:48.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-26594] 06:51:48.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.432 [: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 06:51:48.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L782, 127.0.0.1:8250, complete]! 06:51:48.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L782, 127.0.0.1:8250, complete] for token KeyToken[127.0.0.1:8250-F80FF3AD0E8F4BA9] 06:51:48.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L782, 127.0.0.1:8250, complete] for MID KeyMID[127.0.0.1:8250-20204] 06:51:48.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L782, 127.0.0.1:8250, complete] completed NON-GET MID=20204, Token=F80FF3AD0E8F4BA9, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8248/resource"}, -/- NON-POST MID=20204, Token=F80FF3AD0E8F4BA9, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8248"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:51:48.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L782, 127.0.0.1:8250, complete] request [MID=20204, Token=F80FF3AD0E8F4BA9] 06:51:48.432 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.432 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.433 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8248 06:51:48.433 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8248 06:51:48.433 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8248] stopping ... 06:51:48.433 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8248, address /127.0.0.1 06:51:48.433 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8248] has stopped. 06:51:48.433 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8248 06:51:48.433 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.433 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.433 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8249 06:51:48.433 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8249 06:51:48.433 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8249] stopping ... 06:51:48.433 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8249, address /0.0.0.0 06:51:48.433 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8249] has stopped. 06:51:48.433 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8249 06:51:48.433 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.433 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.433 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8250 06:51:48.433 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8250 06:51:48.433 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8250] stopping ... 06:51:48.433 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8250, address /127.0.0.1 06:51:48.433 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8250] has stopped. 06:51:48.433 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8250 06:51:48.433 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.433 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.433 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8251 06:51:48.433 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8251 06:51:48.433 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8251] stopping ... 06:51:48.433 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8251, address /0.0.0.0 06:51:48.433 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8251] has stopped. 06:51:48.433 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8251 06:51:48.433 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 06:51:48.433 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 06:51:48.434 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.434 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.434 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.434 [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 06:51:48.434 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.434 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.434 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.434 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.434 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.434 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8252 06:51:48.434 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.435 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8252, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.435 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8252 06:51:48.435 [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]] 06:51:48.435 [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]] 06:51:48.435 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.435 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.435 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.435 [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 06:51:48.435 [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 06:51:48.435 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.435 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.435 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.435 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.435 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8253 06:51:48.435 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.435 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8253, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.435 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8253 06:51:48.435 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8253 06:51:48.435 [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]] 06:51:48.435 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.435 [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]] 06:51:48.435 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.435 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.435 [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 06:51:48.435 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.436 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.436 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.436 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.436 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.436 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8254 06:51:48.436 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.436 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8254, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.436 [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]] 06:51:48.436 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8254 06:51:48.436 [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]] 06:51:48.436 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.436 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.436 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.436 [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 06:51:48.436 [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 06:51:48.436 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.437 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.437 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.437 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.437 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8255 06:51:48.437 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.437 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8255, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.437 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8255 06:51:48.437 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8255 06:51:48.437 [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]] 06:51:48.437 [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]] 06:51:48.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L786, 127.0.0.1:8254] send request 06:51:48.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L786, 127.0.0.1:8254] 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:8252/resource"}, "98257387005764743526667350535128".. 128 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8252"}, 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 06:51:48.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L786, 127.0.0.1:8254] added with generated mid KeyMID[127.0.0.1:8254-30220], NON-POST MID=30220, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8252"}, 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 06:51:48.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L786, 127.0.0.1:8254] added with generated token KeyToken[127.0.0.1:8254-3805F5F35B51361F], NON-POST MID=30220, Token=3805F5F35B51361F, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8252"}, 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 06:51:48.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8254-30220], KeyToken[127.0.0.1:8254-3805F5F35B51361F]] 06:51:48.438 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8254 06:51:48.438 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E833,T273) 127.0.0.1:8,255 ==> :8,254 [NON-POST MID=30220, Token=3805F5F35B51361F, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8252"}, 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] 06:51:48.438 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8254) received 189 bytes from 127.0.0.1:8255 06:51:48.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8255-30220] 06:51:48.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8252 ==[ CoAP Request ]============================================= MID : 30220 Token : 3805F5F35B51361F Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8252"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:51:48.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 06:51:48.438 [: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:8252]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:51:48.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L788, 127.0.0.1:8252] 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 06:51:48.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L788, 127.0.0.1:8252] send request 06:51:48.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L788, 127.0.0.1:8252] added with generated mid KeyMID[127.0.0.1:8252-1745], NON-POST MID= 1745, 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 06:51:48.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L788, 127.0.0.1:8252] added with generated token KeyToken[127.0.0.1:8252-FC692F0F80451163], NON-POST MID= 1745, Token=FC692F0F80451163, 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 06:51:48.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8252-1745], KeyToken[127.0.0.1:8252-FC692F0F80451163]] 06:51:48.438 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8252 06:51:48.438 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E834,T265) 127.0.0.1:8,253 ==> :8,252 [NON-POST MID= 1745, Token=FC692F0F80451163, 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] 06:51:48.438 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8252) received 54 bytes from 127.0.0.1:8253 06:51:48.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8253-1745] 06:51:48.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R789, 127.0.0.1:8253] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:51:48.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R789, 127.0.0.1:8253, complete]! 06:51:48.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R789, 127.0.0.1:8253, complete] completed NON-4.13 MID=52246, Token=FC692F0F80451163, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:51:48.439 [UDP-Sender-localhost/127.0.0.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:8253 06:51:48.439 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E835,T268) 127.0.0.1:8,252 ==> :8,253 [NON-4.13 MID=52246, Token=FC692F0F80451163, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:51:48.439 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8253) received 45 bytes from 127.0.0.1:8252 06:51:48.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-52246] 06:51:48.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=52246, Token=FC692F0F80451163, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:51:48.439 [: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:8252]], block1 transfers still in progress: 0 06:51:48.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L788, 127.0.0.1:8252, complete]! 06:51:48.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L788, 127.0.0.1:8252, complete] for token KeyToken[127.0.0.1:8252-FC692F0F80451163] 06:51:48.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L788, 127.0.0.1:8252, complete] for MID KeyMID[127.0.0.1:8252-1745] 06:51:48.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L788, 127.0.0.1:8252, complete] completed NON-POST MID= 1745, Token=FC692F0F80451163, 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= 1745, Token=FC692F0F80451163, 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! 06:51:48.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R787, 127.0.0.1:8255] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:51:48.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R787, 127.0.0.1:8255, complete]! 06:51:48.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R787, 127.0.0.1:8255, complete] completed NON-4.13 MID= 9754, Token=3805F5F35B51361F, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:51:48.439 [UDP-Sender-localhost/127.0.0.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:8255 06:51:48.439 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E836,T276) 127.0.0.1:8,254 ==> :8,255 [NON-4.13 MID= 9754, Token=3805F5F35B51361F, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:51:48.439 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8255) received 45 bytes from 127.0.0.1:8254 06:51:48.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-9754] 06:51:48.439 [: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! 06:51:48.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID= 9754, Token=3805F5F35B51361F, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:51:48.440 [: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:8254]: currentNum=0, currentSzx=0, bufferSize=128, complete=false], transfers in progress: 1 06:51:48.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L786, 127.0.0.1:8254] replace NON-POST MID=30220, Token=3805F5F35B51361F, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8252"}, 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=3805F5F35B51361F, 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:8252/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes 06:51:48.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L786, 127.0.0.1:8254] send request 06:51:48.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L786, 127.0.0.1:8254] replace NON-PUT MID= -1, Token=3805F5F35B51361F, 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:8252/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes by NON-POST MID= -1, Token=3805F5F35B51361F, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8252"}, 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 06:51:48.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L786, 127.0.0.1:8254] added with generated mid KeyMID[127.0.0.1:8254-30221], NON-POST MID=30221, Token=3805F5F35B51361F, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8252"}, 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 06:51:48.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L786, 127.0.0.1:8254] for MID KeyMID[127.0.0.1:8254-30220] 06:51:48.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L786, 127.0.0.1:8254] keep for KeyToken[127.0.0.1:8254-3805F5F35B51361F], NON-POST MID=30221, Token=3805F5F35B51361F, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8252"}, 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 06:51:48.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8254-30221], KeyToken[127.0.0.1:8254-3805F5F35B51361F]] 06:51:48.440 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8254 06:51:48.440 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E837,T273) 127.0.0.1:8,255 ==> :8,254 [NON-POST MID=30221, Token=3805F5F35B51361F, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8252"}, 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] 06:51:48.440 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8254) received 130 bytes from 127.0.0.1:8255 06:51:48.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8255-30221] 06:51:48.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8252 ==[ CoAP Request ]============================================= MID : 30221 Token : 3805F5F35B51361F Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8252"} Payload: 90 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : NON Method : 0.02 - POST Options: {"Object-Security":0x0901} Payload: 90 Bytes =============================================================== 06:51:48.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [90/32] requires blockwise transfer 06:51:48.440 [: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:8252]: currentNum=0, currentSzx=0, bufferSize=90, complete=false], transfers in progress: 1 06:51:48.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L791, 127.0.0.1:8252] 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 06:51:48.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L791, 127.0.0.1:8252] send request 06:51:48.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L791, 127.0.0.1:8252] added with generated mid KeyMID[127.0.0.1:8252-1746], NON-POST MID= 1746, 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 06:51:48.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L791, 127.0.0.1:8252] added with generated token KeyToken[127.0.0.1:8252-10A7F140C4F84F70], NON-POST MID= 1746, Token=10A7F140C4F84F70, 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 06:51:48.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8252-1746], KeyToken[127.0.0.1:8252-10A7F140C4F84F70]] 06:51:48.441 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8252 06:51:48.441 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E838,T265) 127.0.0.1:8,253 ==> :8,252 [NON-POST MID= 1746, Token=10A7F140C4F84F70, 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] 06:51:48.441 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8252) received 54 bytes from 127.0.0.1:8253 06:51:48.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8253-1746] 06:51:48.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R792, 127.0.0.1:8253] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:51:48.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R792, 127.0.0.1:8253, complete]! 06:51:48.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R792, 127.0.0.1:8253, complete] completed NON-4.13 MID=52247, Token=10A7F140C4F84F70, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:51:48.441 [UDP-Sender-localhost/127.0.0.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:8253 06:51:48.441 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E839,T268) 127.0.0.1:8,252 ==> :8,253 [NON-4.13 MID=52247, Token=10A7F140C4F84F70, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:51:48.441 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8253) received 45 bytes from 127.0.0.1:8252 06:51:48.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-52247] 06:51:48.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=52247, Token=10A7F140C4F84F70, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:51:48.441 [: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:8252]], block1 transfers still in progress: 0 06:51:48.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L791, 127.0.0.1:8252, complete]! 06:51:48.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L791, 127.0.0.1:8252, complete] for token KeyToken[127.0.0.1:8252-10A7F140C4F84F70] 06:51:48.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L791, 127.0.0.1:8252, complete] for MID KeyMID[127.0.0.1:8252-1746] 06:51:48.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L791, 127.0.0.1:8252, complete] completed NON-POST MID= 1746, Token=10A7F140C4F84F70, 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= 1746, Token=10A7F140C4F84F70, 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! 06:51:48.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R790, 127.0.0.1:8255] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 06:51:48.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R790, 127.0.0.1:8255, complete]! 06:51:48.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R790, 127.0.0.1:8255, complete] completed NON-4.13 MID= 9755, Token=3805F5F35B51361F, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 06:51:48.442 [UDP-Sender-localhost/127.0.0.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:8255 06:51:48.442 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E840,T276) 127.0.0.1:8,254 ==> :8,255 [NON-4.13 MID= 9755, Token=3805F5F35B51361F, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 06:51:48.442 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8255) received 45 bytes from 127.0.0.1:8254 06:51:48.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-9755] 06:51:48.442 [: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! 06:51:48.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID= 9755, Token=3805F5F35B51361F, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 06:51:48.442 [: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:8254]], block1 transfers still in progress: 0 06:51:48.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L786, 127.0.0.1:8254, complete]! 06:51:48.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L786, 127.0.0.1:8254, complete] for token KeyToken[127.0.0.1:8254-3805F5F35B51361F] 06:51:48.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L786, 127.0.0.1:8254, complete] for MID KeyMID[127.0.0.1:8254-30221] 06:51:48.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L786, 127.0.0.1:8254, complete] completed NON-PUT MID=30220, Token=3805F5F35B51361F, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8252/resource"}, "98257387005764743526667350535128".. 128 bytes -/- NON-POST MID=30221, Token=3805F5F35B51361F, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8252"}, 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 : 3805F5F35B51361F Type : NON Status : 4.13 - REQUEST_ENTITY_TOO_LARGE Options: {"Size1":64} RTT : 5 ms Payload: 29 Bytes =============================================================== 06:51:48.442 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.442 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.442 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8252 06:51:48.442 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8252 06:51:48.442 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8252] stopping ... 06:51:48.442 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8252, address /127.0.0.1 06:51:48.442 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8252] has stopped. 06:51:48.442 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8252 06:51:48.442 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.442 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.442 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8253 06:51:48.442 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8253 06:51:48.442 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8253] stopping ... 06:51:48.442 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8253, address /0.0.0.0 06:51:48.442 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8253] has stopped. 06:51:48.442 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8253 06:51:48.443 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.443 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.443 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8254 06:51:48.443 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8254 06:51:48.443 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8254] stopping ... 06:51:48.443 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8254, address /127.0.0.1 06:51:48.443 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8254] has stopped. 06:51:48.443 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8254 06:51:48.443 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.443 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.443 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8255 06:51:48.443 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8255 06:51:48.443 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8255] stopping ... 06:51:48.443 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8255, address /0.0.0.0 06:51:48.443 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8255] has stopped. 06:51:48.443 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8255 06:51:48.443 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 06:51:48.443 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 06:51:48.443 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.443 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.443 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.444 [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 06:51:48.444 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.444 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.444 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.444 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.444 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.444 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8256 06:51:48.444 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.444 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8256, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.444 [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]] 06:51:48.444 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8256 06:51:48.444 [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]] 06:51:48.444 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.444 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.444 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.444 [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 06:51:48.444 [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 06:51:48.444 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.445 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.445 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.445 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.445 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8257 06:51:48.445 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.445 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8257, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.445 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8257 06:51:48.445 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8257 06:51:48.445 [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]] 06:51:48.445 [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]] 06:51:48.445 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.445 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.445 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.445 [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 06:51:48.445 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.445 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.445 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.445 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.445 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.445 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8258 06:51:48.445 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.445 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8258, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.445 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8258 06:51:48.445 [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]] 06:51:48.446 [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]] 06:51:48.446 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.446 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.446 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.446 [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 06:51:48.446 [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 06:51:48.446 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.446 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.446 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.446 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.446 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8259 06:51:48.446 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.446 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8259, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.446 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8259 06:51:48.446 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8259 06:51:48.446 [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]] 06:51:48.446 [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]] 06:51:48.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L793, 127.0.0.1:8258] send request 06:51:48.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L793, 127.0.0.1:8258] 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:8256/resource"}, "98257387005764743526667350535128".. 128 bytes 06:51:48.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L793, 127.0.0.1:8258] 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:8256/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8256"}, 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 06:51:48.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L793, 127.0.0.1:8258] added with generated mid KeyMID[127.0.0.1:8258-54907], CON-POST MID=54907, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8256"}, 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 06:51:48.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L793, 127.0.0.1:8258] added with generated token KeyToken[127.0.0.1:8258-106FD1AC3776AA96], CON-POST MID=54907, Token=106FD1AC3776AA96, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8256"}, 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 06:51:48.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8258-54907], KeyToken[127.0.0.1:8258-106FD1AC3776AA96]] 06:51:48.447 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8258 06:51:48.447 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E841,T289) 127.0.0.1:8,259 ==> :8,258 [CON-POST MID=54907, Token=106FD1AC3776AA96, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8256"}, 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] 06:51:48.447 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8258) received 189 bytes from 127.0.0.1:8259 06:51:48.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8259-54907] 06:51:48.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8256 ==[ CoAP Request ]============================================= MID : 54907 Token : 106FD1AC3776AA96 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8256"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:51:48.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 06:51:48.448 [: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:8256]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:51:48.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795, 127.0.0.1:8256] 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 06:51:48.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795, 127.0.0.1:8256] send request 06:51:48.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795, 127.0.0.1:8256] 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 06:51:48.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795, 127.0.0.1:8256] added with generated mid KeyMID[127.0.0.1:8256-14728], CON-POST MID=14728, 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 06:51:48.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795, 127.0.0.1:8256] added with generated token KeyToken[127.0.0.1:8256-58DA1C50E568C8FC], CON-POST MID=14728, Token=58DA1C50E568C8FC, 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 06:51:48.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8256-14728], KeyToken[127.0.0.1:8256-58DA1C50E568C8FC]] 06:51:48.448 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8256 06:51:48.448 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E842,T281) 127.0.0.1:8,257 ==> :8,256 [CON-POST MID=14728, Token=58DA1C50E568C8FC, 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] 06:51:48.448 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8256) received 54 bytes from 127.0.0.1:8257 06:51:48.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8257-14728] 06:51:48.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 06:51:48.448 [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:8257]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:51:48.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:51:48.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R796, 127.0.0.1:8257] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 06:51:48.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R796, 127.0.0.1:8257, complete]! 06:51:48.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R796, 127.0.0.1:8257, complete] completed ACK-2.31 MID=14728, Token=58DA1C50E568C8FC, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 06:51:48.449 [UDP-Sender-localhost/127.0.0.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:8257 06:51:48.449 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E843,T284) 127.0.0.1:8,256 ==> :8,257 [ACK-2.31 MID=14728, Token=58DA1C50E568C8FC, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 06:51:48.449 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8257) received 15 bytes from 127.0.0.1:8256 06:51:48.449 [: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) 06:51:48.449 [: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 06:51:48.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795, 127.0.0.1:8256] replace CON-POST MID=14728, Token=58DA1C50E568C8FC, 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 06:51:48.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795, 127.0.0.1:8256] send request 06:51:48.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795, 127.0.0.1:8256] 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 06:51:48.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795, 127.0.0.1:8256] added with generated mid KeyMID[127.0.0.1:8256-14729], CON-POST MID=14729, 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 06:51:48.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, 127.0.0.1:8256] for MID KeyMID[127.0.0.1:8256-14728] 06:51:48.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795, 127.0.0.1:8256] added with generated token KeyToken[127.0.0.1:8256-F029DEBACFC3C45A], CON-POST MID=14729, Token=F029DEBACFC3C45A, 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 06:51:48.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, 127.0.0.1:8256] for token KeyToken[127.0.0.1:8256-58DA1C50E568C8FC] 06:51:48.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8256-14729], KeyToken[127.0.0.1:8256-F029DEBACFC3C45A]] 06:51:48.449 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8256 06:51:48.449 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E844,T281) 127.0.0.1:8,257 ==> :8,256 [CON-POST MID=14729, Token=F029DEBACFC3C45A, 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] 06:51:48.449 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8256) received 51 bytes from 127.0.0.1:8257 06:51:48.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8257-14729] 06:51:48.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 06:51:48.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8257] for CON-POST MID=14729, Token=F029DEBACFC3C45A, 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 06:51:48.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:51:48.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R797, 127.0.0.1:8257] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 06:51:48.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R797, 127.0.0.1:8257, complete]! 06:51:48.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R797, 127.0.0.1:8257, complete] completed ACK-2.31 MID=14729, Token=F029DEBACFC3C45A, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 06:51:48.450 [UDP-Sender-localhost/127.0.0.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:8257 06:51:48.450 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E845,T284) 127.0.0.1:8,256 ==> :8,257 [ACK-2.31 MID=14729, Token=F029DEBACFC3C45A, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 06:51:48.450 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8257) received 15 bytes from 127.0.0.1:8256 06:51:48.450 [: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) 06:51:48.450 [: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 06:51:48.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795, 127.0.0.1:8256] replace CON-POST MID=14729, Token=F029DEBACFC3C45A, 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 06:51:48.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795, 127.0.0.1:8256] send request 06:51:48.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795, 127.0.0.1:8256] 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 06:51:48.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795, 127.0.0.1:8256] added with generated mid KeyMID[127.0.0.1:8256-14730], CON-POST MID=14730, 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 06:51:48.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, 127.0.0.1:8256] for MID KeyMID[127.0.0.1:8256-14729] 06:51:48.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795, 127.0.0.1:8256] added with generated token KeyToken[127.0.0.1:8256-ACC0CE51763D9436], CON-POST MID=14730, Token=ACC0CE51763D9436, 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 06:51:48.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, 127.0.0.1:8256] for token KeyToken[127.0.0.1:8256-F029DEBACFC3C45A] 06:51:48.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8256-14730], KeyToken[127.0.0.1:8256-ACC0CE51763D9436]] 06:51:48.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 51 bytes to 127.0.0.1:8256 06:51:48.450 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E846,T281) 127.0.0.1:8,257 ==> :8,256 [CON-POST MID=14730, Token=ACC0CE51763D9436, 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] 06:51:48.450 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8256) received 51 bytes from 127.0.0.1:8257 06:51:48.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8257-14730] 06:51:48.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 06:51:48.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8257] for CON-POST MID=14730, Token=ACC0CE51763D9436, 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 06:51:48.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:51:48.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R798, 127.0.0.1:8257] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 06:51:48.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R798, 127.0.0.1:8257, complete]! 06:51:48.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R798, 127.0.0.1:8257, complete] completed ACK-2.31 MID=14730, Token=ACC0CE51763D9436, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 06:51:48.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 15 bytes to 127.0.0.1:8257 06:51:48.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E847,T284) 127.0.0.1:8,256 ==> :8,257 [ACK-2.31 MID=14730, Token=ACC0CE51763D9436, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 06:51:48.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8257) received 15 bytes from 127.0.0.1:8256 06:51:48.451 [: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) 06:51:48.451 [: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 06:51:48.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795, 127.0.0.1:8256] replace CON-POST MID=14730, Token=ACC0CE51763D9436, 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 06:51:48.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795, 127.0.0.1:8256] send request 06:51:48.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795, 127.0.0.1:8256] 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 06:51:48.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795, 127.0.0.1:8256] added with generated mid KeyMID[127.0.0.1:8256-14731], CON-POST MID=14731, 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 06:51:48.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, 127.0.0.1:8256] for MID KeyMID[127.0.0.1:8256-14730] 06:51:48.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795, 127.0.0.1:8256] added with generated token KeyToken[127.0.0.1:8256-CCB02AF6BD74F7DB], CON-POST MID=14731, Token=CCB02AF6BD74F7DB, 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 06:51:48.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, 127.0.0.1:8256] for token KeyToken[127.0.0.1:8256-ACC0CE51763D9436] 06:51:48.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8256-14731], KeyToken[127.0.0.1:8256-CCB02AF6BD74F7DB]] 06:51:48.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 51 bytes to 127.0.0.1:8256 06:51:48.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E848,T281) 127.0.0.1:8,257 ==> :8,256 [CON-POST MID=14731, Token=CCB02AF6BD74F7DB, 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] 06:51:48.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8256) received 51 bytes from 127.0.0.1:8257 06:51:48.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8257-14731] 06:51:48.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 06:51:48.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8257] for CON-POST MID=14731, Token=CCB02AF6BD74F7DB, 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 06:51:48.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 06:51:48.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R799, 127.0.0.1:8257] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 06:51:48.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R799, 127.0.0.1:8257, complete]! 06:51:48.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R799, 127.0.0.1:8257, complete] completed ACK-2.31 MID=14731, Token=CCB02AF6BD74F7DB, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 06:51:48.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 15 bytes to 127.0.0.1:8257 06:51:48.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E849,T284) 127.0.0.1:8,256 ==> :8,257 [ACK-2.31 MID=14731, Token=CCB02AF6BD74F7DB, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 06:51:48.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8257) received 15 bytes from 127.0.0.1:8256 06:51:48.452 [: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) 06:51:48.452 [: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 06:51:48.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795, 127.0.0.1:8256] replace CON-POST MID=14731, Token=CCB02AF6BD74F7DB, 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 06:51:48.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795, 127.0.0.1:8256] send request 06:51:48.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795, 127.0.0.1:8256] 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 06:51:48.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795, 127.0.0.1:8256] added with generated mid KeyMID[127.0.0.1:8256-14732], CON-POST MID=14732, 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 06:51:48.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, 127.0.0.1:8256] for MID KeyMID[127.0.0.1:8256-14731] 06:51:48.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795, 127.0.0.1:8256] added with generated token KeyToken[127.0.0.1:8256-2C2E1054FAC7767B], CON-POST MID=14732, Token=2C2E1054FAC7767B, 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 06:51:48.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, 127.0.0.1:8256] for token KeyToken[127.0.0.1:8256-CCB02AF6BD74F7DB] 06:51:48.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8256-14732], KeyToken[127.0.0.1:8256-2C2E1054FAC7767B]] 06:51:48.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:8256 06:51:48.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E850,T281) 127.0.0.1:8,257 ==> :8,256 [CON-POST MID=14732, Token=2C2E1054FAC7767B, 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] 06:51:48.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8256) received 40 bytes from 127.0.0.1:8257 06:51:48.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8257-14732] 06:51:48.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 06:51:48.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8257] for CON-POST MID=14732, Token=2C2E1054FAC7767B, 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 06:51:48.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 06:51:48.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8257]], block1 transfers still in progress: 0 06:51:48.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 06:51:48.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R800, 127.0.0.1:8257] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, 06:51:48.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R800, 127.0.0.1:8257, complete]! 06:51:48.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R800, 127.0.0.1:8257, complete] completed ACK-2.04 MID=14732, Token=2C2E1054FAC7767B, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 06:51:48.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 26 bytes to 127.0.0.1:8257 06:51:48.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E851,T284) 127.0.0.1:8,256 ==> :8,257 [ACK-2.04 MID=14732, Token=2C2E1054FAC7767B, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 06:51:48.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8257) received 26 bytes from 127.0.0.1:8256 06:51:48.453 [: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) 06:51:48.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795, 127.0.0.1:8256, complete]! 06:51:48.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, 127.0.0.1:8256, complete] for token KeyToken[127.0.0.1:8256-2C2E1054FAC7767B] 06:51:48.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, 127.0.0.1:8256, complete] for MID KeyMID[127.0.0.1:8256-14732] 06:51:48.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L795, 127.0.0.1:8256, complete] completed CON-POST MID=14728, Token=58DA1C50E568C8FC, 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=14732, Token=2C2E1054FAC7767B, 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! 06:51:48.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R794, 127.0.0.1:8259] 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 06:51:48.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R794, 127.0.0.1:8259, complete]! 06:51:48.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R794, 127.0.0.1:8259, complete] completed ACK-2.04 MID=54907, Token=106FD1AC3776AA96, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 06:51:48.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 26 bytes to 127.0.0.1:8259 06:51:48.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E852,T292) 127.0.0.1:8,258 ==> :8,259 [ACK-2.04 MID=54907, Token=106FD1AC3776AA96, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 06:51:48.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8259) received 26 bytes from 127.0.0.1:8258 06:51:48.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L793, 127.0.0.1:8258, complete]! 06:51:48.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L793, 127.0.0.1:8258, complete] for token KeyToken[127.0.0.1:8258-106FD1AC3776AA96] 06:51:48.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L793, 127.0.0.1:8258, complete] for MID KeyMID[127.0.0.1:8258-54907] 06:51:48.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L793, 127.0.0.1:8258, complete] completed CON-PUT MID=54907, Token=106FD1AC3776AA96, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8256/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=54907, Token=106FD1AC3776AA96, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8256"}, 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 : 54907 Token : 106FD1AC3776AA96 Type : ACK Status : 2.04 - CHANGED Options: {"Object-Security":0x} RTT : 7 ms Payload: 0 Bytes =============================================================== 06:51:48.454 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.454 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.454 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8256 06:51:48.454 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8256 06:51:48.454 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8256] stopping ... 06:51:48.454 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8256, address /127.0.0.1 06:51:48.454 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8256] has stopped. 06:51:48.454 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8256 06:51:48.454 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.454 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.454 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8257 06:51:48.454 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8257 06:51:48.454 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8257] stopping ... 06:51:48.454 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8257, address /0.0.0.0 06:51:48.454 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8257] has stopped. 06:51:48.454 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8257 06:51:48.454 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.454 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.454 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8258 06:51:48.454 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8258 06:51:48.454 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8258] stopping ... 06:51:48.454 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8258, address /127.0.0.1 06:51:48.455 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8258] has stopped. 06:51:48.455 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8258 06:51:48.455 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.455 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.455 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8259 06:51:48.455 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8259 06:51:48.455 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8259] stopping ... 06:51:48.455 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8259, address /0.0.0.0 06:51:48.455 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8259] has stopped. 06:51:48.455 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8259 06:51:48.455 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 06:51:48.455 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 06:51:48.455 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.455 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.455 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.455 [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 06:51:48.455 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.456 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.456 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.456 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.456 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.456 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8260 06:51:48.456 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.456 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8260, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.456 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8260 06:51:48.456 [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]] 06:51:48.456 [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]] 06:51:48.456 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.456 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.456 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.456 [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 06:51:48.456 [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 06:51:48.456 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.456 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.456 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.456 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.456 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8261 06:51:48.457 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.457 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8261, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.457 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8261 06:51:48.457 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8261 06:51:48.457 [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]] 06:51:48.457 [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]] 06:51:48.457 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.457 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.457 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.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 06:51:48.457 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.457 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.457 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.457 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.457 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.457 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8262 06:51:48.457 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.457 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8262, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.457 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8262 06:51:48.457 [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]] 06:51:48.457 [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]] 06:51:48.458 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.458 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.458 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.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 06:51:48.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 06:51:48.458 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.458 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.458 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.458 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.458 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8263 06:51:48.458 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.458 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8263, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.458 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8263 06:51:48.458 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8263 06:51:48.458 [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]] 06:51:48.458 [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]] 06:51:48.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L801, 127.0.0.1:8262] send request 06:51:48.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L801, 127.0.0.1:8262] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8260/resource"}, 06:51:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L801, 127.0.0.1:8262] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8260/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8260"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L801, 127.0.0.1:8262] added with generated mid KeyMID[127.0.0.1:8262-52435], CON-POST MID=52435, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8260"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L801, 127.0.0.1:8262] added with generated token KeyToken[127.0.0.1:8262-CC9D8631D21F50B3], CON-POST MID=52435, Token=CC9D8631D21F50B3, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8260"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8262-52435], KeyToken[127.0.0.1:8262-CC9D8631D21F50B3]] 06:51:48.459 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8262 06:51:48.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E853,T305) 127.0.0.1:8,263 ==> :8,262 [CON-POST MID=52435, Token=CC9D8631D21F50B3, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8260"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:51:48.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8262) received 58 bytes from 127.0.0.1:8263 06:51:48.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8263-52435] 06:51:48.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8260 ==[ CoAP Request ]============================================= MID : 52435 Token : CC9D8631D21F50B3 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8260"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 06:51:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L803, 127.0.0.1:8260] send request 06:51:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L803, 127.0.0.1:8260] 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 06:51:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L803, 127.0.0.1:8260] added with generated mid KeyMID[127.0.0.1:8260-37856], CON-POST MID=37856, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L803, 127.0.0.1:8260] added with generated token KeyToken[127.0.0.1:8260-1CD30121D83BBFFF], CON-POST MID=37856, Token=1CD30121D83BBFFF, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8260-37856], KeyToken[127.0.0.1:8260-1CD30121D83BBFFF]] 06:51:48.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 34 bytes to 127.0.0.1:8260 06:51:48.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E854,T297) 127.0.0.1:8,261 ==> :8,260 [CON-POST MID=37856, Token=1CD30121D83BBFFF, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:51:48.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8260) received 34 bytes from 127.0.0.1:8261 06:51:48.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8261-37856] 06:51:48.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R804, 127.0.0.1:8261] replace CON-POST MID=37856, Token=1CD30121D83BBFFF, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=37856, Token=1CD30121D83BBFFF, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:51:48.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R804, 127.0.0.1:8261] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 06:51:48.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R804, 127.0.0.1:8261, complete]! 06:51:48.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R804, 127.0.0.1:8261, complete] completed ACK-2.04 MID=37856, Token=1CD30121D83BBFFF, 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! 06:51:48.515 [UDP-Sender-localhost/127.0.0.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:8261 06:51:48.515 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E855,T300) 127.0.0.1:8,260 ==> :8,261 [ACK-2.04 MID=37856, Token=1CD30121D83BBFFF, 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] 06:51:48.515 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8261) received 153 bytes from 127.0.0.1:8260 06:51:48.515 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L803, 127.0.0.1:8260, complete]! 06:51:48.515 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L803, 127.0.0.1:8260, complete] for token KeyToken[127.0.0.1:8260-1CD30121D83BBFFF] 06:51:48.515 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L803, 127.0.0.1:8260, complete] for MID KeyMID[127.0.0.1:8260-37856] 06:51:48.515 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L803, 127.0.0.1:8260, complete] completed CON-POST MID=37856, Token=1CD30121D83BBFFF, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:51:48.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R802, 127.0.0.1:8263] 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 06:51:48.516 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R802, 127.0.0.1:8263, complete]! 06:51:48.516 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R802, 127.0.0.1:8263, complete] completed ACK-2.04 MID=52435, Token=CC9D8631D21F50B3, 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! 06:51:48.516 [UDP-Sender-localhost/127.0.0.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:8263 06:51:48.516 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E856,T308) 127.0.0.1:8,262 ==> :8,263 [ACK-2.04 MID=52435, Token=CC9D8631D21F50B3, 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] 06:51:48.516 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8263) received 153 bytes from 127.0.0.1:8262 06:51:48.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L801, 127.0.0.1:8262, complete]! 06:51:48.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L801, 127.0.0.1:8262, complete] for token KeyToken[127.0.0.1:8262-CC9D8631D21F50B3] 06:51:48.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L801, 127.0.0.1:8262, complete] for MID KeyMID[127.0.0.1:8262-52435] 06:51:48.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L801, 127.0.0.1:8262, complete] completed CON-GET MID=52435, Token=CC9D8631D21F50B3, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8260/resource"}, -/- CON-POST MID=52435, Token=CC9D8631D21F50B3, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8260"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 52435 Token : CC9D8631D21F50B3 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 57 ms Payload: 128 Bytes --------------------------------------------------------------- 98257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:51:48.516 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.516 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.516 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8260 06:51:48.516 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8260 06:51:48.516 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8260] stopping ... 06:51:48.516 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8260, address /127.0.0.1 06:51:48.517 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8260] has stopped. 06:51:48.517 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8260 06:51:48.517 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.517 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.517 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8261 06:51:48.517 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8261 06:51:48.517 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8261] stopping ... 06:51:48.517 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8261, address /0.0.0.0 06:51:48.517 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8261] has stopped. 06:51:48.517 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8261 06:51:48.517 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.517 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.517 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8262 06:51:48.517 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8262 06:51:48.517 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8262] stopping ... 06:51:48.517 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8262, address /127.0.0.1 06:51:48.517 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8262] has stopped. 06:51:48.517 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8262 06:51:48.517 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.517 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.517 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8263 06:51:48.517 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8263 06:51:48.517 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8263] stopping ... 06:51:48.517 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8263, address /0.0.0.0 06:51:48.517 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8263] has stopped. 06:51:48.517 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8263 06:51:48.517 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 06:51:48.517 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 06:51:48.518 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.518 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.518 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.518 [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 06:51:48.518 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.518 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.518 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.518 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.518 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.518 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8264 06:51:48.518 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.519 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8264, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.519 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8264 06:51:48.519 [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]] 06:51:48.519 [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]] 06:51:48.519 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.519 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.519 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.519 [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 06:51:48.519 [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 06:51:48.519 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.519 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.519 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.519 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.519 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8265 06:51:48.519 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.519 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8265, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.519 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8265 06:51:48.519 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8265 06:51:48.519 [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]] 06:51:48.519 [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]] 06:51:48.519 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.519 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.519 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.519 [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 06:51:48.520 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.520 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.520 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.520 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.520 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.520 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8266 06:51:48.520 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.520 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8266, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.520 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8266 06:51:48.520 [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]] 06:51:48.520 [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]] 06:51:48.520 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.520 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.520 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.520 [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 06:51:48.521 [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 06:51:48.521 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.521 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.521 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.521 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.521 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8267 06:51:48.521 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.521 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8267, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.521 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8267 06:51:48.521 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8267 06:51:48.521 [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]] 06:51:48.521 [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]] 06:51:48.521 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L805, 127.0.0.1:8266] send request 06:51:48.521 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L805, 127.0.0.1:8266] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8264/resource"}, 06:51:48.521 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L805, 127.0.0.1:8266] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8264/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8264"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.521 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L805, 127.0.0.1:8266] added with generated mid KeyMID[127.0.0.1:8266-25215], CON-POST MID=25215, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8264"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.521 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L805, 127.0.0.1:8266] added with generated token KeyToken[127.0.0.1:8266-FC1E769855BD9CEA], CON-POST MID=25215, Token=FC1E769855BD9CEA, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8264"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.522 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8266-25215], KeyToken[127.0.0.1:8266-FC1E769855BD9CEA]] 06:51:48.522 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8266 06:51:48.522 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E857,T321) 127.0.0.1:8,267 ==> :8,266 [CON-POST MID=25215, Token=FC1E769855BD9CEA, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8264"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:51:48.522 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8266) received 58 bytes from 127.0.0.1:8267 06:51:48.522 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8267-25215] 06:51:48.522 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8264 ==[ CoAP Request ]============================================= MID : 25215 Token : FC1E769855BD9CEA Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8264"} Payload: 18 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 18 Bytes =============================================================== 06:51:48.522 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L807, 127.0.0.1:8264] send request 06:51:48.522 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L807, 127.0.0.1:8264] 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 06:51:48.522 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L807, 127.0.0.1:8264] added with generated mid KeyMID[127.0.0.1:8264-15053], CON-POST MID=15053, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.522 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L807, 127.0.0.1:8264] added with generated token KeyToken[127.0.0.1:8264-F84D86DCCD37509F], CON-POST MID=15053, Token=F84D86DCCD37509F, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 06:51:48.522 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8264-15053], KeyToken[127.0.0.1:8264-F84D86DCCD37509F]] 06:51:48.522 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8264 06:51:48.522 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E858,T313) 127.0.0.1:8,265 ==> :8,264 [CON-POST MID=15053, Token=F84D86DCCD37509F, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 06:51:48.522 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8264) received 34 bytes from 127.0.0.1:8265 06:51:48.523 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8265-15053] 06:51:48.523 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.523 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R808, 127.0.0.1:8265] replace CON-POST MID=15053, Token=F84D86DCCD37509F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=15053, Token=F84D86DCCD37509F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 06:51:48.523 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R808, 127.0.0.1:8265] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "test" 06:51:48.523 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R808, 127.0.0.1:8265, complete]! 06:51:48.523 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R808, 127.0.0.1:8265, complete] completed ACK-2.04 MID=15053, Token=F84D86DCCD37509F, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 06:51:48.523 [UDP-Sender-localhost/127.0.0.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:8265 06:51:48.523 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E859,T316) 127.0.0.1:8,264 ==> :8,265 [ACK-2.04 MID=15053, Token=F84D86DCCD37509F, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 06:51:48.523 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8265) received 29 bytes from 127.0.0.1:8264 06:51:48.523 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L807, 127.0.0.1:8264, complete]! 06:51:48.523 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L807, 127.0.0.1:8264, complete] for token KeyToken[127.0.0.1:8264-F84D86DCCD37509F] 06:51:48.523 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L807, 127.0.0.1:8264, complete] for MID KeyMID[127.0.0.1:8264-15053] 06:51:48.523 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L807, 127.0.0.1:8264, complete] completed CON-POST MID=15053, Token=F84D86DCCD37509F, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 06:51:48.523 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.523 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R806, 127.0.0.1:8267] 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 06:51:48.523 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R806, 127.0.0.1:8267, complete]! 06:51:48.523 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R806, 127.0.0.1:8267, complete] completed ACK-2.04 MID=25215, Token=FC1E769855BD9CEA, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C! 06:51:48.524 [UDP-Sender-localhost/127.0.0.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:8267 06:51:48.524 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E860,T324) 127.0.0.1:8,266 ==> :8,267 [ACK-2.04 MID=25215, Token=FC1E769855BD9CEA, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C] 06:51:48.524 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8267) received 29 bytes from 127.0.0.1:8266 06:51:48.524 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.524 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.524 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L805, 127.0.0.1:8266, complete]! 06:51:48.524 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L805, 127.0.0.1:8266, complete] for token KeyToken[127.0.0.1:8266-FC1E769855BD9CEA] 06:51:48.524 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L805, 127.0.0.1:8266, complete] for MID KeyMID[127.0.0.1:8266-25215] 06:51:48.524 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L805, 127.0.0.1:8266, complete] completed CON-GET MID=25215, Token=FC1E769855BD9CEA, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8264/resource"}, -/- CON-POST MID=25215, Token=FC1E769855BD9CEA, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8264"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 25215 Token : FC1E769855BD9CEA Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 2 ms Payload: 4 Bytes --------------------------------------------------------------- test =============================================================== 06:51:48.524 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.524 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.524 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8264 06:51:48.524 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8264 06:51:48.524 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8264] stopping ... 06:51:48.524 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8264, address /127.0.0.1 06:51:48.524 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8264] has stopped. 06:51:48.524 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8264 06:51:48.524 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.524 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.524 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8265 06:51:48.524 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8265 06:51:48.524 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8265] stopping ... 06:51:48.524 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8265, address /0.0.0.0 06:51:48.524 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8265] has stopped. 06:51:48.524 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8265 06:51:48.524 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.524 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.524 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8266 06:51:48.524 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8266 06:51:48.524 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8266] stopping ... 06:51:48.525 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8266, address /127.0.0.1 06:51:48.525 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8266] has stopped. 06:51:48.525 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8266 06:51:48.525 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.525 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.525 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8267 06:51:48.525 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8267 06:51:48.525 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8267] stopping ... 06:51:48.525 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8267, address /0.0.0.0 06:51:48.525 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8267] has stopped. 06:51:48.525 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8267 06:51:48.525 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 06:51:48.525 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 06:51:48.525 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.525 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.525 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.525 [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 06:51:48.525 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.526 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.526 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.526 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.526 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.526 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8268 06:51:48.526 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.526 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8268, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.526 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8268 06:51:48.526 [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]] 06:51:48.526 [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]] 06:51:48.526 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.526 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.526 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.526 [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 06:51:48.526 [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 06:51:48.526 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.526 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.526 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.526 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.526 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8269 06:51:48.526 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.527 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8269, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.527 [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]] 06:51:48.527 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8269 06:51:48.527 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8269 06:51:48.527 [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]] 06:51:48.527 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.527 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.527 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.527 [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 06:51:48.527 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.527 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.527 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.527 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.527 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.527 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8270 06:51:48.527 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.527 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8270, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.527 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8270 06:51:48.527 [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]] 06:51:48.527 [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]] 06:51:48.528 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.528 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.528 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.528 [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 06:51:48.528 [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 06:51:48.528 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.528 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.528 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.528 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.528 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8271 06:51:48.528 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.528 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8271, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.528 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8271 06:51:48.528 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8271 06:51:48.528 [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]] 06:51:48.528 [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]] 06:51:48.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] send request 06:51:48.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] 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:8268/resource"}, "98257387005764743526667350535128".. 128 bytes 06:51:48.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8270] 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:8268/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8268"}, 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 06:51:48.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated mid KeyMID[127.0.0.1:8270-28167], CON-POST MID=28167, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8268"}, 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 06:51:48.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated token KeyToken[127.0.0.1:8270-2CC8B77A13DAABDF], CON-POST MID=28167, Token=2CC8B77A13DAABDF, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8268"}, 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 06:51:48.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-28167], KeyToken[127.0.0.1:8270-2CC8B77A13DAABDF]] 06:51:48.529 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8270 06:51:48.529 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E861,T337) 127.0.0.1:8,271 ==> :8,270 [CON-POST MID=28167, Token=2CC8B77A13DAABDF, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8268"}, 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] 06:51:48.529 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8270) received 189 bytes from 127.0.0.1:8271 06:51:48.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-28167] 06:51:48.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8268 ==[ CoAP Request ]============================================= MID : 28167 Token : 2CC8B77A13DAABDF Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8268"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:51:48.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L811, 127.0.0.1:8268] send request 06:51:48.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L811, 127.0.0.1:8268] 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 06:51:48.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L811, 127.0.0.1:8268] added with generated mid KeyMID[127.0.0.1:8268-29382], CON-POST MID=29382, 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 06:51:48.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L811, 127.0.0.1:8268] added with generated token KeyToken[127.0.0.1:8268-58A98B135C77063F], CON-POST MID=29382, Token=58A98B135C77063F, 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 06:51:48.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8268-29382], KeyToken[127.0.0.1:8268-58A98B135C77063F]] 06:51:48.529 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8268 06:51:48.530 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E862,T329) 127.0.0.1:8,269 ==> :8,268 [CON-POST MID=29382, Token=58A98B135C77063F, 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] 06:51:48.530 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8268) received 165 bytes from 127.0.0.1:8269 06:51:48.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8269-29382] 06:51:48.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R812, 127.0.0.1:8269] replace CON-POST MID=29382, Token=58A98B135C77063F, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID=29382, Token=58A98B135C77063F, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 06:51:48.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R812, 127.0.0.1:8269] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 256 bytes 06:51:48.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R812, 127.0.0.1:8269, complete]! 06:51:48.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R812, 127.0.0.1:8269, complete] completed ACK-2.04 MID=29382, Token=58A98B135C77063F, 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! 06:51:48.530 [UDP-Sender-localhost/127.0.0.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:8269 06:51:48.530 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E863,T332) 127.0.0.1:8,268 ==> :8,269 [ACK-2.04 MID=29382, Token=58A98B135C77063F, 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] 06:51:48.530 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8269) received 281 bytes from 127.0.0.1:8268 06:51:48.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L811, 127.0.0.1:8268, complete]! 06:51:48.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L811, 127.0.0.1:8268, complete] for token KeyToken[127.0.0.1:8268-58A98B135C77063F] 06:51:48.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L811, 127.0.0.1:8268, complete] for MID KeyMID[127.0.0.1:8268-29382] 06:51:48.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L811, 127.0.0.1:8268, complete] completed CON-POST MID=29382, Token=58A98B135C77063F, 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! 06:51:48.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [267/32] requires blockwise transfer 06:51:48.531 [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:8271]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1 06:51:48.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R810, 127.0.0.1:8271] 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 06:51:48.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R810, 127.0.0.1:8271, complete]! 06:51:48.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R810, 127.0.0.1:8271, 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=28167, Token=2CC8B77A13DAABDF, 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! 06:51:48.531 [UDP-Sender-localhost/127.0.0.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:8271 06:51:48.531 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E864,T340) 127.0.0.1:8,270 ==> :8,271 [ACK-2.04 MID=28167, Token=2CC8B77A13DAABDF, 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] 06:51:48.531 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8271) received 52 bytes from 127.0.0.1:8270 06:51:48.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.531 [: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:8270]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1, ACK-2.04 MID=28167, Token=2CC8B77A13DAABDF, 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 06:51:48.531 [: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:8268/resource"}, 06:51:48.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8270] replace CON-POST MID=28167, Token=2CC8B77A13DAABDF, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8268"}, 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:8268/resource"}, 06:51:48.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] send request 06:51:48.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] 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:8268/resource"}, 06:51:48.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated mid KeyMID[127.0.0.1:8270-28168], CON-POST MID=28168, 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:8268/resource"}, 06:51:48.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for MID KeyMID[127.0.0.1:8270-28167] 06:51:48.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated token KeyToken[127.0.0.1:8270-C418980C02088EA4], CON-POST MID=28168, Token=C418980C02088EA4, 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:8268/resource"}, 06:51:48.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for token KeyToken[127.0.0.1:8270-2CC8B77A13DAABDF] 06:51:48.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-28168], KeyToken[127.0.0.1:8270-C418980C02088EA4]] 06:51:48.532 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8270 06:51:48.532 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E865,T337) 127.0.0.1:8,271 ==> :8,270 [CON-POST MID=28168, Token=C418980C02088EA4, 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:8268/resource"}, ] 06:51:48.532 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8270) received 49 bytes from 127.0.0.1:8271 06:51:48.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-28168] 06:51:48.532 [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:8271]: currentNum=1, currentSzx=1, bufferSize=267, complete=false] 06:51:48.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R813, 127.0.0.1:8271] 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 06:51:48.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R813, 127.0.0.1:8271, complete]! 06:51:48.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R813, 127.0.0.1:8271, complete] completed ACK-2.04 MID=28168, Token=C418980C02088EA4, 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! 06:51:48.532 [UDP-Sender-localhost/127.0.0.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:8271 06:51:48.532 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E866,T340) 127.0.0.1:8,270 ==> :8,271 [ACK-2.04 MID=28168, Token=C418980C02088EA4, 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] 06:51:48.532 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8271) received 49 bytes from 127.0.0.1:8270 06:51:48.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.532 [: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:8268/resource"}, 06:51:48.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8270] replace CON-POST MID=28168, Token=C418980C02088EA4, 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:8268/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:8268/resource"}, 06:51:48.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] send request 06:51:48.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] 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:8268/resource"}, 06:51:48.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated mid KeyMID[127.0.0.1:8270-28169], CON-POST MID=28169, 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:8268/resource"}, 06:51:48.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for MID KeyMID[127.0.0.1:8270-28168] 06:51:48.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated token KeyToken[127.0.0.1:8270-10067BCBABBB2A10], CON-POST MID=28169, Token=10067BCBABBB2A10, 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:8268/resource"}, 06:51:48.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for token KeyToken[127.0.0.1:8270-C418980C02088EA4] 06:51:48.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-28169], KeyToken[127.0.0.1:8270-10067BCBABBB2A10]] 06:51:48.533 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8270 06:51:48.533 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E867,T337) 127.0.0.1:8,271 ==> :8,270 [CON-POST MID=28169, Token=10067BCBABBB2A10, 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:8268/resource"}, ] 06:51:48.533 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8270) received 49 bytes from 127.0.0.1:8271 06:51:48.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-28169] 06:51:48.533 [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:8271]: currentNum=2, currentSzx=1, bufferSize=267, complete=false] 06:51:48.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R814, 127.0.0.1:8271] 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 06:51:48.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R814, 127.0.0.1:8271, complete]! 06:51:48.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R814, 127.0.0.1:8271, complete] completed ACK-2.04 MID=28169, Token=10067BCBABBB2A10, 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! 06:51:48.533 [UDP-Sender-localhost/127.0.0.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:8271 06:51:48.533 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E868,T340) 127.0.0.1:8,270 ==> :8,271 [ACK-2.04 MID=28169, Token=10067BCBABBB2A10, 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] 06:51:48.533 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8271) received 49 bytes from 127.0.0.1:8270 06:51:48.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.533 [: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:8268/resource"}, 06:51:48.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8270] replace CON-POST MID=28169, Token=10067BCBABBB2A10, 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:8268/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:8268/resource"}, 06:51:48.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] send request 06:51:48.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] 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:8268/resource"}, 06:51:48.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated mid KeyMID[127.0.0.1:8270-28170], CON-POST MID=28170, 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:8268/resource"}, 06:51:48.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for MID KeyMID[127.0.0.1:8270-28169] 06:51:48.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated token KeyToken[127.0.0.1:8270-14EAC1A3C169D804], CON-POST MID=28170, Token=14EAC1A3C169D804, 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:8268/resource"}, 06:51:48.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for token KeyToken[127.0.0.1:8270-10067BCBABBB2A10] 06:51:48.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-28170], KeyToken[127.0.0.1:8270-14EAC1A3C169D804]] 06:51:48.533 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8270 06:51:48.534 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E869,T337) 127.0.0.1:8,271 ==> :8,270 [CON-POST MID=28170, Token=14EAC1A3C169D804, 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:8268/resource"}, ] 06:51:48.534 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8270) received 49 bytes from 127.0.0.1:8271 06:51:48.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-28170] 06:51:48.534 [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:8271]: currentNum=3, currentSzx=1, bufferSize=267, complete=false] 06:51:48.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R815, 127.0.0.1:8271] 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 06:51:48.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R815, 127.0.0.1:8271, complete]! 06:51:48.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R815, 127.0.0.1:8271, complete] completed ACK-2.04 MID=28170, Token=14EAC1A3C169D804, 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! 06:51:48.534 [UDP-Sender-localhost/127.0.0.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:8271 06:51:48.534 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E870,T340) 127.0.0.1:8,270 ==> :8,271 [ACK-2.04 MID=28170, Token=14EAC1A3C169D804, 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] 06:51:48.534 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8271) received 49 bytes from 127.0.0.1:8270 06:51:48.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.534 [: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:8268/resource"}, 06:51:48.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8270] replace CON-POST MID=28170, Token=14EAC1A3C169D804, 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:8268/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:8268/resource"}, 06:51:48.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] send request 06:51:48.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] 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:8268/resource"}, 06:51:48.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated mid KeyMID[127.0.0.1:8270-28171], CON-POST MID=28171, 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:8268/resource"}, 06:51:48.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for MID KeyMID[127.0.0.1:8270-28170] 06:51:48.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated token KeyToken[127.0.0.1:8270-442C8F3ABB6BEAE2], CON-POST MID=28171, Token=442C8F3ABB6BEAE2, 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:8268/resource"}, 06:51:48.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for token KeyToken[127.0.0.1:8270-14EAC1A3C169D804] 06:51:48.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-28171], KeyToken[127.0.0.1:8270-442C8F3ABB6BEAE2]] 06:51:48.534 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8270 06:51:48.534 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E871,T337) 127.0.0.1:8,271 ==> :8,270 [CON-POST MID=28171, Token=442C8F3ABB6BEAE2, 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:8268/resource"}, ] 06:51:48.535 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8270) received 49 bytes from 127.0.0.1:8271 06:51:48.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-28171] 06:51:48.535 [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:8271]: currentNum=4, currentSzx=1, bufferSize=267, complete=false] 06:51:48.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R816, 127.0.0.1:8271] 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 06:51:48.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R816, 127.0.0.1:8271, complete]! 06:51:48.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R816, 127.0.0.1:8271, complete] completed ACK-2.04 MID=28171, Token=442C8F3ABB6BEAE2, 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! 06:51:48.535 [UDP-Sender-localhost/127.0.0.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:8271 06:51:48.535 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E872,T340) 127.0.0.1:8,270 ==> :8,271 [ACK-2.04 MID=28171, Token=442C8F3ABB6BEAE2, 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] 06:51:48.535 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8271) received 49 bytes from 127.0.0.1:8270 06:51:48.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.535 [: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:8268/resource"}, 06:51:48.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8270] replace CON-POST MID=28171, Token=442C8F3ABB6BEAE2, 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:8268/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:8268/resource"}, 06:51:48.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] send request 06:51:48.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] 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:8268/resource"}, 06:51:48.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated mid KeyMID[127.0.0.1:8270-28172], CON-POST MID=28172, 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:8268/resource"}, 06:51:48.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for MID KeyMID[127.0.0.1:8270-28171] 06:51:48.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated token KeyToken[127.0.0.1:8270-10DE66E29C6E8F9F], CON-POST MID=28172, Token=10DE66E29C6E8F9F, 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:8268/resource"}, 06:51:48.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for token KeyToken[127.0.0.1:8270-442C8F3ABB6BEAE2] 06:51:48.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-28172], KeyToken[127.0.0.1:8270-10DE66E29C6E8F9F]] 06:51:48.535 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8270 06:51:48.535 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E873,T337) 127.0.0.1:8,271 ==> :8,270 [CON-POST MID=28172, Token=10DE66E29C6E8F9F, 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:8268/resource"}, ] 06:51:48.535 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8270) received 49 bytes from 127.0.0.1:8271 06:51:48.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-28172] 06:51:48.535 [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:8271]: currentNum=5, currentSzx=1, bufferSize=267, complete=false] 06:51:48.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R817, 127.0.0.1:8271] 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 06:51:48.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R817, 127.0.0.1:8271, complete]! 06:51:48.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R817, 127.0.0.1:8271, complete] completed ACK-2.04 MID=28172, Token=10DE66E29C6E8F9F, 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! 06:51:48.536 [UDP-Sender-localhost/127.0.0.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:8271 06:51:48.536 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E874,T340) 127.0.0.1:8,270 ==> :8,271 [ACK-2.04 MID=28172, Token=10DE66E29C6E8F9F, 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] 06:51:48.536 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8271) received 49 bytes from 127.0.0.1:8270 06:51:48.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.536 [: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:8268/resource"}, 06:51:48.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8270] replace CON-POST MID=28172, Token=10DE66E29C6E8F9F, 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:8268/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:8268/resource"}, 06:51:48.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] send request 06:51:48.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] 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:8268/resource"}, 06:51:48.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated mid KeyMID[127.0.0.1:8270-28173], CON-POST MID=28173, 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:8268/resource"}, 06:51:48.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for MID KeyMID[127.0.0.1:8270-28172] 06:51:48.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated token KeyToken[127.0.0.1:8270-F0969E0A683E9C07], CON-POST MID=28173, Token=F0969E0A683E9C07, 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:8268/resource"}, 06:51:48.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for token KeyToken[127.0.0.1:8270-10DE66E29C6E8F9F] 06:51:48.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-28173], KeyToken[127.0.0.1:8270-F0969E0A683E9C07]] 06:51:48.536 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8270 06:51:48.536 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E875,T337) 127.0.0.1:8,271 ==> :8,270 [CON-POST MID=28173, Token=F0969E0A683E9C07, 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:8268/resource"}, ] 06:51:48.536 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8270) received 49 bytes from 127.0.0.1:8271 06:51:48.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-28173] 06:51:48.536 [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:8271]: currentNum=6, currentSzx=1, bufferSize=267, complete=false] 06:51:48.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R818, 127.0.0.1:8271] 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 06:51:48.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R818, 127.0.0.1:8271, complete]! 06:51:48.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R818, 127.0.0.1:8271, complete] completed ACK-2.04 MID=28173, Token=F0969E0A683E9C07, 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! 06:51:48.536 [UDP-Sender-localhost/127.0.0.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:8271 06:51:48.537 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E876,T340) 127.0.0.1:8,270 ==> :8,271 [ACK-2.04 MID=28173, Token=F0969E0A683E9C07, 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] 06:51:48.537 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8271) received 49 bytes from 127.0.0.1:8270 06:51:48.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.537 [: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:8268/resource"}, 06:51:48.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8270] replace CON-POST MID=28173, Token=F0969E0A683E9C07, 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:8268/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:8268/resource"}, 06:51:48.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] send request 06:51:48.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] 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:8268/resource"}, 06:51:48.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated mid KeyMID[127.0.0.1:8270-28174], CON-POST MID=28174, 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:8268/resource"}, 06:51:48.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for MID KeyMID[127.0.0.1:8270-28173] 06:51:48.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated token KeyToken[127.0.0.1:8270-0412B9DB8494F780], CON-POST MID=28174, Token=0412B9DB8494F780, 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:8268/resource"}, 06:51:48.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for token KeyToken[127.0.0.1:8270-F0969E0A683E9C07] 06:51:48.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-28174], KeyToken[127.0.0.1:8270-0412B9DB8494F780]] 06:51:48.537 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8270 06:51:48.537 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E877,T337) 127.0.0.1:8,271 ==> :8,270 [CON-POST MID=28174, Token=0412B9DB8494F780, 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:8268/resource"}, ] 06:51:48.537 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8270) received 49 bytes from 127.0.0.1:8271 06:51:48.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-28174] 06:51:48.537 [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:8271]: currentNum=7, currentSzx=1, bufferSize=267, complete=false] 06:51:48.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R819, 127.0.0.1:8271] 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 06:51:48.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R819, 127.0.0.1:8271, complete]! 06:51:48.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R819, 127.0.0.1:8271, complete] completed ACK-2.04 MID=28174, Token=0412B9DB8494F780, 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! 06:51:48.537 [UDP-Sender-localhost/127.0.0.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:8271 06:51:48.537 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E878,T340) 127.0.0.1:8,270 ==> :8,271 [ACK-2.04 MID=28174, Token=0412B9DB8494F780, 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] 06:51:48.537 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8271) received 49 bytes from 127.0.0.1:8270 06:51:48.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.538 [: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:8268/resource"}, 06:51:48.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8270] replace CON-POST MID=28174, Token=0412B9DB8494F780, 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:8268/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:8268/resource"}, 06:51:48.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] send request 06:51:48.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809, 127.0.0.1:8270] 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:8268/resource"}, 06:51:48.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated mid KeyMID[127.0.0.1:8270-28175], CON-POST MID=28175, 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:8268/resource"}, 06:51:48.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for MID KeyMID[127.0.0.1:8270-28174] 06:51:48.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809, 127.0.0.1:8270] added with generated token KeyToken[127.0.0.1:8270-70B75222CEFC4A63], CON-POST MID=28175, Token=70B75222CEFC4A63, 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:8268/resource"}, 06:51:48.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270] for token KeyToken[127.0.0.1:8270-0412B9DB8494F780] 06:51:48.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-28175], KeyToken[127.0.0.1:8270-70B75222CEFC4A63]] 06:51:48.538 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8270 06:51:48.538 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E879,T337) 127.0.0.1:8,271 ==> :8,270 [CON-POST MID=28175, Token=70B75222CEFC4A63, 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:8268/resource"}, ] 06:51:48.538 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8270) received 49 bytes from 127.0.0.1:8271 06:51:48.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-28175] 06:51:48.538 [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:8271]: currentNum=8, currentSzx=1, bufferSize=267, complete=true] 06:51:48.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R820, 127.0.0.1:8271] 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 06:51:48.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R820, 127.0.0.1:8271, complete]! 06:51:48.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R820, 127.0.0.1:8271, complete] completed ACK-2.04 MID=28175, Token=70B75222CEFC4A63, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6! 06:51:48.538 [UDP-Sender-localhost/127.0.0.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:8271 06:51:48.538 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E880,T340) 127.0.0.1:8,270 ==> :8,271 [ACK-2.04 MID=28175, Token=70B75222CEFC4A63, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6] 06:51:48.538 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8271) received 28 bytes from 127.0.0.1:8270 06:51:48.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.538 [: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 06:51:48.538 [: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:8270]], block2 transfers still in progress: 0 06:51:48.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID=28167, Token=2CC8B77A13DAABDF, 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 06:51:48.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8270] replace CON-POST MID=28175, Token=70B75222CEFC4A63, 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:8268/resource"}, acked by CON-POST MID=28167, Token=2CC8B77A13DAABDF, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8268/resource"}, "98257387005764743526667350535128".. 128 bytes 06:51:48.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8270, complete]! 06:51:48.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270, complete] for token KeyToken[127.0.0.1:8270-70B75222CEFC4A63] 06:51:48.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, 127.0.0.1:8270, complete] for MID KeyMID[127.0.0.1:8270-28175] 06:51:48.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L809, 127.0.0.1:8270, complete] completed CON-POST MID=28167, Token=2CC8B77A13DAABDF, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8268/resource"}, "98257387005764743526667350535128".. 128 bytes! 06:51:48.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 06:51:48.539 [:CoapEndpoint-UDP-0.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 : 28167 Token : 2CC8B77A13DAABDF Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 10 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:51:48.539 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.539 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.539 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8268 06:51:48.539 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8268 06:51:48.539 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8268] stopping ... 06:51:48.539 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8268, address /127.0.0.1 06:51:48.539 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8268] has stopped. 06:51:48.539 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8268 06:51:48.539 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.539 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.539 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8269 06:51:48.539 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8269 06:51:48.539 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8269] stopping ... 06:51:48.539 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8269, address /0.0.0.0 06:51:48.539 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8269] has stopped. 06:51:48.539 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8269 06:51:48.539 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.539 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.539 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8270 06:51:48.539 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8270 06:51:48.539 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8270] stopping ... 06:51:48.539 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8270, address /127.0.0.1 06:51:48.539 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8270] has stopped. 06:51:48.539 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8270 06:51:48.539 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.539 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.539 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8271 06:51:48.539 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8271 06:51:48.539 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8271] stopping ... 06:51:48.539 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8271, address /0.0.0.0 06:51:48.539 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8271] has stopped. 06:51:48.539 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8271 06:51:48.540 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 06:51:48.540 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 06:51:48.540 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.540 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.540 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.540 [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 06:51:48.540 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.541 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.541 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.541 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.541 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.541 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8272 06:51:48.541 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.541 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8272, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.541 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8272 06:51:48.541 [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]] 06:51:48.541 [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]] 06:51:48.541 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.541 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.541 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.541 [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 06:51:48.541 [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 06:51:48.541 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.541 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.542 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.542 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.542 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8273 06:51:48.542 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.542 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8273, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.542 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8273 06:51:48.542 [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]] 06:51:48.542 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8273 06:51:48.542 [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]] 06:51:48.542 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.542 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.542 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.542 [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 06:51:48.542 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.542 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.542 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.542 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.542 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.542 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8274 06:51:48.542 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.542 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8274, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.542 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8274 06:51:48.543 [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]] 06:51:48.543 [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]] 06:51:48.543 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.543 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.543 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.543 [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 06:51:48.543 [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 06:51:48.543 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.543 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.543 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.543 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.543 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8275 06:51:48.543 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.543 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8275, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.543 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8275 06:51:48.543 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8275 06:51:48.543 [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]] 06:51:48.543 [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]] 06:51:48.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L821, 127.0.0.1:8274] send request 06:51:48.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L821, 127.0.0.1:8274] 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:8272/resource"}, "98257387005764743526667350535128".. 128 bytes 06:51:48.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L821, 127.0.0.1:8274] 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:8272/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8272"}, 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 06:51:48.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L821, 127.0.0.1:8274] added with generated mid KeyMID[127.0.0.1:8274-54737], CON-POST MID=54737, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8272"}, 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 06:51:48.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L821, 127.0.0.1:8274] added with generated token KeyToken[127.0.0.1:8274-041A4BD327477603], CON-POST MID=54737, Token=041A4BD327477603, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8272"}, 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 06:51:48.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8274-54737], KeyToken[127.0.0.1:8274-041A4BD327477603]] 06:51:48.544 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8274 06:51:48.544 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E881,T353) 127.0.0.1:8,275 ==> :8,274 [CON-POST MID=54737, Token=041A4BD327477603, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8272"}, 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] 06:51:48.544 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8274) received 189 bytes from 127.0.0.1:8275 06:51:48.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8275-54737] 06:51:48.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly Proxy: coap://127.0.0.1:8272 ==[ CoAP Request ]============================================= MID : 54737 Token : 041A4BD327477603 Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8272"} Payload: 149 Bytes =============================================================== ==[ CoAP Request ]============================================= MID : -1 Token : null Type : CON Method : 0.02 - POST Options: {"Object-Security":0x0900} Payload: 149 Bytes =============================================================== 06:51:48.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 06:51:48.545 [: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:8272]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:51:48.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823, 127.0.0.1:8272] 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 06:51:48.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823, 127.0.0.1:8272] send request 06:51:48.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823, 127.0.0.1:8272] 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 06:51:48.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823, 127.0.0.1:8272] added with generated mid KeyMID[127.0.0.1:8272-27353], CON-POST MID=27353, 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 06:51:48.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823, 127.0.0.1:8272] added with generated token KeyToken[127.0.0.1:8272-58ACC233759F734C], CON-POST MID=27353, Token=58ACC233759F734C, 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 06:51:48.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8272-27353], KeyToken[127.0.0.1:8272-58ACC233759F734C]] 06:51:48.545 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8272 06:51:48.545 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E882,T345) 127.0.0.1:8,273 ==> :8,272 [CON-POST MID=27353, Token=58ACC233759F734C, 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] 06:51:48.545 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8272) received 54 bytes from 127.0.0.1:8273 06:51:48.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8273-27353] 06:51:48.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 06:51:48.545 [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:8273]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 06:51:48.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 06:51:48.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R824, 127.0.0.1:8273] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 06:51:48.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R824, 127.0.0.1:8273, complete]! 06:51:48.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R824, 127.0.0.1:8273, complete] completed ACK-2.31 MID=27353, Token=58ACC233759F734C, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 06:51:48.546 [UDP-Sender-localhost/127.0.0.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:8273 06:51:48.546 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E883,T348) 127.0.0.1:8,272 ==> :8,273 [ACK-2.31 MID=27353, Token=58ACC233759F734C, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 06:51:48.546 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8273) received 15 bytes from 127.0.0.1:8272 06:51:48.546 [: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) 06:51:48.546 [: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 06:51:48.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823, 127.0.0.1:8272] replace CON-POST MID=27353, Token=58ACC233759F734C, 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 06:51:48.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823, 127.0.0.1:8272] send request 06:51:48.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823, 127.0.0.1:8272] 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 06:51:48.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823, 127.0.0.1:8272] added with generated mid KeyMID[127.0.0.1:8272-27354], CON-POST MID=27354, 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 06:51:48.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, 127.0.0.1:8272] for MID KeyMID[127.0.0.1:8272-27353] 06:51:48.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823, 127.0.0.1:8272] added with generated token KeyToken[127.0.0.1:8272-E4F6BB20DE1220A8], CON-POST MID=27354, Token=E4F6BB20DE1220A8, 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 06:51:48.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, 127.0.0.1:8272] for token KeyToken[127.0.0.1:8272-58ACC233759F734C] 06:51:48.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8272-27354], KeyToken[127.0.0.1:8272-E4F6BB20DE1220A8]] 06:51:48.546 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8272 06:51:48.546 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E884,T345) 127.0.0.1:8,273 ==> :8,272 [CON-POST MID=27354, Token=E4F6BB20DE1220A8, 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] 06:51:48.546 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8272) received 51 bytes from 127.0.0.1:8273 06:51:48.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8273-27354] 06:51:48.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 06:51:48.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8273] for CON-POST MID=27354, Token=E4F6BB20DE1220A8, 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 06:51:48.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 06:51:48.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R825, 127.0.0.1:8273] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 06:51:48.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R825, 127.0.0.1:8273, complete]! 06:51:48.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R825, 127.0.0.1:8273, complete] completed ACK-2.31 MID=27354, Token=E4F6BB20DE1220A8, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 06:51:48.546 [UDP-Sender-localhost/127.0.0.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:8273 06:51:48.547 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E885,T348) 127.0.0.1:8,272 ==> :8,273 [ACK-2.31 MID=27354, Token=E4F6BB20DE1220A8, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 06:51:48.547 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8273) received 15 bytes from 127.0.0.1:8272 06:51:48.547 [: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) 06:51:48.547 [: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 06:51:48.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823, 127.0.0.1:8272] replace CON-POST MID=27354, Token=E4F6BB20DE1220A8, 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 06:51:48.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823, 127.0.0.1:8272] send request 06:51:48.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823, 127.0.0.1:8272] 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 06:51:48.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823, 127.0.0.1:8272] added with generated mid KeyMID[127.0.0.1:8272-27355], CON-POST MID=27355, 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 06:51:48.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, 127.0.0.1:8272] for MID KeyMID[127.0.0.1:8272-27354] 06:51:48.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823, 127.0.0.1:8272] added with generated token KeyToken[127.0.0.1:8272-E8A01C89A4AF1753], CON-POST MID=27355, Token=E8A01C89A4AF1753, 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 06:51:48.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, 127.0.0.1:8272] for token KeyToken[127.0.0.1:8272-E4F6BB20DE1220A8] 06:51:48.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8272-27355], KeyToken[127.0.0.1:8272-E8A01C89A4AF1753]] 06:51:48.547 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8272 06:51:48.547 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E886,T345) 127.0.0.1:8,273 ==> :8,272 [CON-POST MID=27355, Token=E8A01C89A4AF1753, 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] 06:51:48.547 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8272) received 51 bytes from 127.0.0.1:8273 06:51:48.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8273-27355] 06:51:48.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 06:51:48.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8273] for CON-POST MID=27355, Token=E8A01C89A4AF1753, 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 06:51:48.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 06:51:48.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R826, 127.0.0.1:8273] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 06:51:48.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R826, 127.0.0.1:8273, complete]! 06:51:48.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R826, 127.0.0.1:8273, complete] completed ACK-2.31 MID=27355, Token=E8A01C89A4AF1753, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 06:51:48.547 [UDP-Sender-localhost/127.0.0.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:8273 06:51:48.547 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E887,T348) 127.0.0.1:8,272 ==> :8,273 [ACK-2.31 MID=27355, Token=E8A01C89A4AF1753, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 06:51:48.547 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8273) received 15 bytes from 127.0.0.1:8272 06:51:48.547 [: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) 06:51:48.547 [: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 06:51:48.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823, 127.0.0.1:8272] replace CON-POST MID=27355, Token=E8A01C89A4AF1753, 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 06:51:48.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823, 127.0.0.1:8272] send request 06:51:48.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823, 127.0.0.1:8272] 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 06:51:48.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823, 127.0.0.1:8272] added with generated mid KeyMID[127.0.0.1:8272-27356], CON-POST MID=27356, 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 06:51:48.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, 127.0.0.1:8272] for MID KeyMID[127.0.0.1:8272-27355] 06:51:48.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823, 127.0.0.1:8272] added with generated token KeyToken[127.0.0.1:8272-BCAC9CB67CE0C21D], CON-POST MID=27356, Token=BCAC9CB67CE0C21D, 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 06:51:48.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, 127.0.0.1:8272] for token KeyToken[127.0.0.1:8272-E8A01C89A4AF1753] 06:51:48.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8272-27356], KeyToken[127.0.0.1:8272-BCAC9CB67CE0C21D]] 06:51:48.548 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8272 06:51:48.548 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E888,T345) 127.0.0.1:8,273 ==> :8,272 [CON-POST MID=27356, Token=BCAC9CB67CE0C21D, 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] 06:51:48.548 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8272) received 51 bytes from 127.0.0.1:8273 06:51:48.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8273-27356] 06:51:48.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 06:51:48.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8273] for CON-POST MID=27356, Token=BCAC9CB67CE0C21D, 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 06:51:48.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 06:51:48.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R827, 127.0.0.1:8273] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 06:51:48.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R827, 127.0.0.1:8273, complete]! 06:51:48.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R827, 127.0.0.1:8273, complete] completed ACK-2.31 MID=27356, Token=BCAC9CB67CE0C21D, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 06:51:48.548 [UDP-Sender-localhost/127.0.0.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:8273 06:51:48.548 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E889,T348) 127.0.0.1:8,272 ==> :8,273 [ACK-2.31 MID=27356, Token=BCAC9CB67CE0C21D, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 06:51:48.548 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8273) received 15 bytes from 127.0.0.1:8272 06:51:48.548 [: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) 06:51:48.548 [: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 06:51:48.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823, 127.0.0.1:8272] replace CON-POST MID=27356, Token=BCAC9CB67CE0C21D, 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 06:51:48.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823, 127.0.0.1:8272] send request 06:51:48.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823, 127.0.0.1:8272] 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 06:51:48.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823, 127.0.0.1:8272] added with generated mid KeyMID[127.0.0.1:8272-27357], CON-POST MID=27357, 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 06:51:48.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, 127.0.0.1:8272] for MID KeyMID[127.0.0.1:8272-27356] 06:51:48.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823, 127.0.0.1:8272] added with generated token KeyToken[127.0.0.1:8272-CC262CED0C675373], CON-POST MID=27357, Token=CC262CED0C675373, 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 06:51:48.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, 127.0.0.1:8272] for token KeyToken[127.0.0.1:8272-BCAC9CB67CE0C21D] 06:51:48.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8272-27357], KeyToken[127.0.0.1:8272-CC262CED0C675373]] 06:51:48.549 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8272 06:51:48.549 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E890,T345) 127.0.0.1:8,273 ==> :8,272 [CON-POST MID=27357, Token=CC262CED0C675373, 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] 06:51:48.549 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8272) received 40 bytes from 127.0.0.1:8273 06:51:48.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8273-27357] 06:51:48.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 06:51:48.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8273] for CON-POST MID=27357, Token=CC262CED0C675373, 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 06:51:48.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 06:51:48.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8273]], block1 transfers still in progress: 0 06:51:48.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 06:51:48.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R828, 127.0.0.1:8273] 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 06:51:48.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R828, 127.0.0.1:8273, complete]! 06:51:48.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R828, 127.0.0.1:8273, complete] completed ACK-2.04 MID=27357, Token=CC262CED0C675373, 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! 06:51:48.549 [UDP-Sender-localhost/127.0.0.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:8273 06:51:48.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E891,T348) 127.0.0.1:8,272 ==> :8,273 [ACK-2.04 MID=27357, Token=CC262CED0C675373, 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] 06:51:48.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8273) received 284 bytes from 127.0.0.1:8272 06:51:48.550 [: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) 06:51:48.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823, 127.0.0.1:8272, complete]! 06:51:48.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, 127.0.0.1:8272, complete] for token KeyToken[127.0.0.1:8272-CC262CED0C675373] 06:51:48.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, 127.0.0.1:8272, complete] for MID KeyMID[127.0.0.1:8272-27357] 06:51:48.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L823, 127.0.0.1:8272, complete] completed CON-POST MID=27353, Token=58ACC233759F734C, 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=27357, Token=CC262CED0C675373, 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! 06:51:48.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 06:51:48.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R822, 127.0.0.1:8275] 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 06:51:48.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R822, 127.0.0.1:8275, complete]! 06:51:48.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R822, 127.0.0.1:8275, complete] completed ACK-2.04 MID=54737, Token=041A4BD327477603, 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! 06:51:48.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 284 bytes to 127.0.0.1:8275 06:51:48.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E892,T356) 127.0.0.1:8,274 ==> :8,275 [ACK-2.04 MID=54737, Token=041A4BD327477603, 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] 06:51:48.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8275) received 284 bytes from 127.0.0.1:8274 06:51:48.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L821, 127.0.0.1:8274, complete]! 06:51:48.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L821, 127.0.0.1:8274, complete] for token KeyToken[127.0.0.1:8274-041A4BD327477603] 06:51:48.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L821, 127.0.0.1:8274, complete] for MID KeyMID[127.0.0.1:8274-54737] 06:51:48.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L821, 127.0.0.1:8274, complete] completed CON-POST MID=54737, Token=041A4BD327477603, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8272/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=54737, Token=041A4BD327477603, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8272"}, 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 : 54737 Token : 041A4BD327477603 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x, "Content-Format":"text/plain"} RTT : 6 ms Payload: 256 Bytes --------------------------------------------------------------- 9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098 =============================================================== 06:51:48.551 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.551 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.551 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8272 06:51:48.551 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8272 06:51:48.551 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8272] stopping ... 06:51:48.551 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8272, address /127.0.0.1 06:51:48.551 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8272] has stopped. 06:51:48.551 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8272 06:51:48.551 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.551 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.551 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8273 06:51:48.551 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8273 06:51:48.551 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8273] stopping ... 06:51:48.551 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8273, address /0.0.0.0 06:51:48.551 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8273] has stopped. 06:51:48.551 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8273 06:51:48.551 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.551 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.551 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8274 06:51:48.551 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8274 06:51:48.551 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8274] stopping ... 06:51:48.551 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8274, address /127.0.0.1 06:51:48.551 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8274] has stopped. 06:51:48.551 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8274 06:51:48.551 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:48.551 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:48.551 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8275 06:51:48.551 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8275 06:51:48.551 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8275] stopping ... 06:51:48.551 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8275, address /0.0.0.0 06:51:48.551 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8275] has stopped. 06:51:48.551 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8275 06:51:48.551 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 06:51:48.551 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:51:48.552 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.31 s - in org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest [INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest Start EndpointContextInfoTest 06:51:48.552 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.552 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.552 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.552 [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 06:51:48.553 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.553 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.553 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.553 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.553 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.553 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8276 06:51:48.553 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.553 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8276, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.553 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8276 06:51:48.553 [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]] 06:51:48.553 [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]] 06:51:48.553 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.553 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.553 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.553 [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 06:51:48.553 [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 06:51:48.554 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.554 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.554 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.554 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.554 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8277 06:51:48.554 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.554 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8277, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.554 [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]] 06:51:48.554 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8277 06:51:48.554 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8277 for coap client sent request 06:51:48.554 [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]] 06:51:48.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L829, 127.0.0.1:8276] send request 06:51:48.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L829, 127.0.0.1:8276] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 06:51:48.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L829, 127.0.0.1:8276] 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 06:51:48.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L829, 127.0.0.1:8276] added with generated mid KeyMID[127.0.0.1:8276-52749], CON-POST MID=52749, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:51:48.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L829, 127.0.0.1:8276] added with generated token KeyToken[127.0.0.1:8276-5C804709125C84BF], CON-POST MID=52749, Token=5C804709125C84BF, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:51:48.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8276-52749], KeyToken[127.0.0.1:8276-5C804709125C84BF]] Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:51:48.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 29 bytes to 127.0.0.1:8276 06:51:48.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E893,T361) 127.0.0.1:8,277 ==> :8,276 [CON-POST MID=52749, Token=5C804709125C84BF, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 06:51:48.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8276) received 29 bytes from 127.0.0.1:8277 06:51:48.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-52749] 06:51:48.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R830, 127.0.0.1:8277] replace CON-POST MID=52749, Token=5C804709125C84BF, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=52749, Token=5C804709125C84BF, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:51:48.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R830, 127.0.0.1:8277] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 06:51:48.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R830, 127.0.0.1:8277, complete]! 06:51:48.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R830, 127.0.0.1:8277, complete] completed ACK-2.04 MID=52749, Token=5C804709125C84BF, 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 06:51:48.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:8277 06:51:48.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E894,T364) 127.0.0.1:8,276 ==> :8,277 [ACK-2.04 MID=52749, Token=5C804709125C84BF, 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] 06:51:48.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8277) received 42 bytes from 127.0.0.1:8276 06:51:48.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L829, 127.0.0.1:8276, complete]! 06:51:48.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L829, 127.0.0.1:8276, complete] for token KeyToken[127.0.0.1:8276-5C804709125C84BF] 06:51:48.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L829, 127.0.0.1:8276, complete] for MID KeyMID[127.0.0.1:8276-52749] 06:51:48.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L829, 127.0.0.1:8276, complete] completed CON-GET MID=52749, Token=5C804709125C84BF, OptionSet={"Object-Security":0x}, -/- CON-POST MID=52749, Token=5C804709125C84BF, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response 06:51:48.556 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.556 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8276 06:51:48.556 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8276 06:51:48.556 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8276] stopping ... 06:51:48.556 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8276, address /127.0.0.1 06:51:48.556 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8276] has stopped. 06:51:48.556 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8276 06:51:48.556 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest Start EndpointContextInfoTest 06:51:48.556 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.556 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.556 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.556 [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 06:51:48.556 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.557 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.557 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.557 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.557 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.557 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8278 06:51:48.557 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.557 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8278, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.557 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8278 06:51:48.557 [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]] 06:51:48.557 [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 06:51:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L831, 127.0.0.1:8278] send request 06:51:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L831, 127.0.0.1:8278] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 06:51:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L831, 127.0.0.1:8278] 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 06:51:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L831, 127.0.0.1:8278] added with generated mid KeyMID[127.0.0.1:8278-20337], CON-POST MID=20337, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:51:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L831, 127.0.0.1:8278] added with generated token KeyToken[127.0.0.1:8278-54DCAB650E572941], CON-POST MID=20337, Token=54DCAB650E572941, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 06:51:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8278-20337], KeyToken[127.0.0.1:8278-54DCAB650E572941]] 06:51:48.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 29 bytes to 127.0.0.1:8278 06:51:48.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E895,T369) 127.0.0.1:8,277 ==> :8,278 [CON-POST MID=20337, Token=54DCAB650E572941, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 06:51:48.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8278) received 29 bytes from 127.0.0.1:8277 06:51:48.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-20337] 06:51:48.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R832, 127.0.0.1:8277] replace CON-POST MID=20337, Token=54DCAB650E572941, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=20337, Token=54DCAB650E572941, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:51:48.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R832, 127.0.0.1:8277] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 06:51:48.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R832, 127.0.0.1:8277, complete]! 06:51:48.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R832, 127.0.0.1:8277, complete] completed ACK-2.04 MID=20337, Token=54DCAB650E572941, 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 06:51:48.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:8277 06:51:48.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E896,T364) 127.0.0.1:8,278 ==> :8,277 [ACK-2.04 MID=20337, Token=54DCAB650E572941, 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] 06:51:48.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8277) received 42 bytes from 127.0.0.1:8278 06:51:48.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L831, 127.0.0.1:8278, complete]! 06:51:48.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L831, 127.0.0.1:8278, complete] for token KeyToken[127.0.0.1:8278-54DCAB650E572941] 06:51:48.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L831, 127.0.0.1:8278, complete] for MID KeyMID[127.0.0.1:8278-20337] 06:51:48.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L831, 127.0.0.1:8278, complete] completed CON-GET MID=20337, Token=54DCAB650E572941, OptionSet={"Object-Security":0x}, -/- CON-POST MID=20337, Token=54DCAB650E572941, 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 06:51:48.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L833, 127.0.0.1:8278] send request 06:51:48.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L833, 127.0.0.1:8278] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 06:51:48.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L833, 127.0.0.1:8278] 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 06:51:48.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L833, 127.0.0.1:8278] added with generated mid KeyMID[127.0.0.1:8278-20338], CON-POST MID=20338, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 06:51:48.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L833, 127.0.0.1:8278] added with generated token KeyToken[127.0.0.1:8278-D87697F4BAF8C06C], CON-POST MID=20338, Token=D87697F4BAF8C06C, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 06:51:48.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8278-20338], KeyToken[127.0.0.1:8278-D87697F4BAF8C06C]] 06:51:48.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 29 bytes to 127.0.0.1:8278 06:51:48.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E897,T369) 127.0.0.1:8,277 ==> :8,278 [CON-POST MID=20338, Token=D87697F4BAF8C06C, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24] 06:51:48.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8278) received 29 bytes from 127.0.0.1:8277 06:51:48.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-20338] 06:51:48.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R834, 127.0.0.1:8277] replace CON-POST MID=20338, Token=D87697F4BAF8C06C, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=20338, Token=D87697F4BAF8C06C, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 06:51:48.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R834, 127.0.0.1:8277] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 06:51:48.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R834, 127.0.0.1:8277, complete]! 06:51:48.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R834, 127.0.0.1:8277, complete] completed ACK-2.04 MID=20338, Token=D87697F4BAF8C06C, 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 06:51:48.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:8277 06:51:48.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E898,T364) 127.0.0.1:8,278 ==> :8,277 [ACK-2.04 MID=20338, Token=D87697F4BAF8C06C, 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] 06:51:48.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8277) received 42 bytes from 127.0.0.1:8278 06:51:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L833, 127.0.0.1:8278, complete]! 06:51:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L833, 127.0.0.1:8278, complete] for token KeyToken[127.0.0.1:8278-D87697F4BAF8C06C] 06:51:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L833, 127.0.0.1:8278, complete] for MID KeyMID[127.0.0.1:8278-20338] 06:51:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L833, 127.0.0.1:8278, complete] completed CON-GET MID=20338, Token=D87697F4BAF8C06C, OptionSet={"Object-Security":0x}, -/- CON-POST MID=20338, Token=D87697F4BAF8C06C, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24! client received response 06:51:48.560 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.560 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8278 06:51:48.560 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8278 06:51:48.560 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8278] stopping ... 06:51:48.560 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8278, address /127.0.0.1 06:51:48.560 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8278] has stopped. 06:51:48.560 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8278 06:51:48.560 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest 06:51:48.560 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:51:48.560 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8277 06:51:48.560 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8277 06:51:48.560 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8277] stopping ... 06:51:48.560 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8277, address /0.0.0.0 06:51:48.560 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8277] has stopped. 06:51:48.560 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8277 06:51:48.561 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.oscore.EndpointContextInfoTest [INFO] Running org.eclipse.californium.oscore.OSCoreServerClientTest Start OSCoreServerClientTest 06:51:48.561 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.561 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.561 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.561 [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 06:51:48.561 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.562 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.562 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.562 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.562 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.562 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8279 06:51:48.562 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.562 [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 06:51:48.562 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8279 06:51:48.562 [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]] 06:51:48.562 [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]] 06:51:48.562 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.562 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.562 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.562 [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 06:51:48.562 [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 06:51:48.562 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:48.562 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.562 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.562 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:48.562 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8280 06:51:48.562 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.562 [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 06:51:48.563 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8280 06:51:48.563 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8280 for coap 06:51:48.563 [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]] 06:51:48.563 [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]] 06:51:48.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L835, 127.0.0.1:8279] send request 06:51:48.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L835, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L835, 127.0.0.1:8279] 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 06:51:48.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L835, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64315], CON-POST MID=64315, 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 06:51:48.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L835, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-A46A6B87E2C61233], CON-POST MID=64315, Token=A46A6B87E2C61233, 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 06:51:48.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64315], KeyToken[127.0.0.1:8279-A46A6B87E2C61233]] 06:51:48.615 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8279 06:51:48.615 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E899,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64315, Token=A46A6B87E2C61233, 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] 06:51:48.615 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 40 bytes from 127.0.0.1:8280 06:51:48.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64315] 06:51:48.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R836, 127.0.0.1:8280] replace CON-POST MID=64315, Token=A46A6B87E2C61233, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64315, Token=A46A6B87E2C61233, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R836, 127.0.0.1:8280] send response NON-2.05 MID=64315, Token=null, OptionSet={}, "server responds hi" 06:51:48.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R836, 127.0.0.1:8280, complete]! 06:51:48.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R836, 127.0.0.1:8280, complete] completed NON-2.04 MID=64315, Token=A46A6B87E2C61233, 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! 06:51:48.616 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.616 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E900,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64315, Token=A46A6B87E2C61233, 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] 06:51:48.616 [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 42 bytes from 127.0.0.1:8279 06:51:48.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64315] 06:51:48.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L835, 127.0.0.1:8279, complete]! 06:51:48.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L835, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-A46A6B87E2C61233] 06:51:48.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L835, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64315] 06:51:48.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L835, 127.0.0.1:8279, complete] completed CON-POST MID=64315, Token=A46A6B87E2C61233, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64315, Token=A46A6B87E2C61233, 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! 06:51:48.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L837, 127.0.0.1:8279] send request 06:51:48.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L837, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L837, 127.0.0.1:8279] 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 06:51:48.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L837, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64316], CON-POST MID=64316, 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 06:51:48.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L837, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-3C75B0C20F7152D7], CON-POST MID=64316, Token=3C75B0C20F7152D7, 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 06:51:48.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64316], KeyToken[127.0.0.1:8279-3C75B0C20F7152D7]] 06:51:48.617 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8279 06:51:48.617 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E901,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64316, Token=3C75B0C20F7152D7, 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] 06:51:48.617 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 40 bytes from 127.0.0.1:8280 06:51:48.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64316] 06:51:48.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R838, 127.0.0.1:8280] replace CON-POST MID=64316, Token=3C75B0C20F7152D7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64316, Token=3C75B0C20F7152D7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R838, 127.0.0.1:8280] send response NON-2.05 MID=64316, Token=null, OptionSet={}, "server responds hi" 06:51:48.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R838, 127.0.0.1:8280, complete]! 06:51:48.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R838, 127.0.0.1:8280, complete] completed NON-2.04 MID=64316, Token=3C75B0C20F7152D7, 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! 06:51:48.617 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.618 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E902,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64316, Token=3C75B0C20F7152D7, 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] 06:51:48.618 [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 42 bytes from 127.0.0.1:8279 06:51:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64316] 06:51:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L837, 127.0.0.1:8279, complete]! 06:51:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L837, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-3C75B0C20F7152D7] 06:51:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L837, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64316] 06:51:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L837, 127.0.0.1:8279, complete] completed CON-POST MID=64316, Token=3C75B0C20F7152D7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64316, Token=3C75B0C20F7152D7, 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! 06:51:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L839, 127.0.0.1:8279] send request 06:51:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L839, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L839, 127.0.0.1:8279] 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 06:51:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L839, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64317], CON-POST MID=64317, 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 06:51:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L839, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-50BC29052642C455], CON-POST MID=64317, Token=50BC29052642C455, 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 06:51:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64317], KeyToken[127.0.0.1:8279-50BC29052642C455]] 06:51:48.618 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8279 06:51:48.618 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E903,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64317, Token=50BC29052642C455, 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] 06:51:48.618 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 40 bytes from 127.0.0.1:8280 06:51:48.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64317] 06:51:48.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R840, 127.0.0.1:8280] replace CON-POST MID=64317, Token=50BC29052642C455, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64317, Token=50BC29052642C455, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R840, 127.0.0.1:8280] send response NON-2.05 MID=64317, Token=null, OptionSet={}, "server responds hi" 06:51:48.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R840, 127.0.0.1:8280, complete]! 06:51:48.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R840, 127.0.0.1:8280, complete] completed NON-2.04 MID=64317, Token=50BC29052642C455, 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! 06:51:48.619 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.619 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E904,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64317, Token=50BC29052642C455, 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] 06:51:48.619 [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 42 bytes from 127.0.0.1:8279 06:51:48.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64317] 06:51:48.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L839, 127.0.0.1:8279, complete]! 06:51:48.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L839, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-50BC29052642C455] 06:51:48.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L839, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64317] 06:51:48.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L839, 127.0.0.1:8279, complete] completed CON-POST MID=64317, Token=50BC29052642C455, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64317, Token=50BC29052642C455, 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! 06:51:48.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L841, 127.0.0.1:8279] send request 06:51:48.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L841, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L841, 127.0.0.1:8279] 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 06:51:48.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L841, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64318], CON-POST MID=64318, 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 06:51:48.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L841, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-048C0945749D35D1], CON-POST MID=64318, Token=048C0945749D35D1, 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 06:51:48.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64318], KeyToken[127.0.0.1:8279-048C0945749D35D1]] 06:51:48.620 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8279 06:51:48.620 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E905,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64318, Token=048C0945749D35D1, 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] 06:51:48.620 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 40 bytes from 127.0.0.1:8280 06:51:48.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64318] 06:51:48.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R842, 127.0.0.1:8280] replace CON-POST MID=64318, Token=048C0945749D35D1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64318, Token=048C0945749D35D1, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R842, 127.0.0.1:8280] send response NON-2.05 MID=64318, Token=null, OptionSet={}, "server responds hi" 06:51:48.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R842, 127.0.0.1:8280, complete]! 06:51:48.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R842, 127.0.0.1:8280, complete] completed NON-2.04 MID=64318, Token=048C0945749D35D1, 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! 06:51:48.620 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.620 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E906,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64318, Token=048C0945749D35D1, 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] 06:51:48.620 [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 42 bytes from 127.0.0.1:8279 06:51:48.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64318] 06:51:48.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L841, 127.0.0.1:8279, complete]! 06:51:48.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L841, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-048C0945749D35D1] 06:51:48.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L841, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64318] 06:51:48.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L841, 127.0.0.1:8279, complete] completed CON-POST MID=64318, Token=048C0945749D35D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64318, Token=048C0945749D35D1, 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! 06:51:48.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L843, 127.0.0.1:8279] send request 06:51:48.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L843, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L843, 127.0.0.1:8279] 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 06:51:48.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L843, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64319], CON-POST MID=64319, 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 06:51:48.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L843, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-84CE28283F964110], CON-POST MID=64319, Token=84CE28283F964110, 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 06:51:48.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64319], KeyToken[127.0.0.1:8279-84CE28283F964110]] 06:51:48.621 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8279 06:51:48.621 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E907,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64319, Token=84CE28283F964110, 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] 06:51:48.621 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 40 bytes from 127.0.0.1:8280 06:51:48.621 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64319] 06:51:48.621 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.621 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R844, 127.0.0.1:8280] replace CON-POST MID=64319, Token=84CE28283F964110, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64319, Token=84CE28283F964110, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R844, 127.0.0.1:8280] send response NON-2.05 MID=64319, Token=null, OptionSet={}, "server responds hi" 06:51:48.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R844, 127.0.0.1:8280, complete]! 06:51:48.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R844, 127.0.0.1:8280, complete] completed NON-2.04 MID=64319, Token=84CE28283F964110, 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! 06:51:48.622 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.622 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E908,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64319, Token=84CE28283F964110, 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] 06:51:48.622 [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 42 bytes from 127.0.0.1:8279 06:51:48.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64319] 06:51:48.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L843, 127.0.0.1:8279, complete]! 06:51:48.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L843, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-84CE28283F964110] 06:51:48.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L843, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64319] 06:51:48.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L843, 127.0.0.1:8279, complete] completed CON-POST MID=64319, Token=84CE28283F964110, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64319, Token=84CE28283F964110, 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! 06:51:48.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L845, 127.0.0.1:8279] send request 06:51:48.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L845, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L845, 127.0.0.1:8279] 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 06:51:48.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L845, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64320], CON-POST MID=64320, 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 06:51:48.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L845, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-54621949F946310A], CON-POST MID=64320, Token=54621949F946310A, 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 06:51:48.623 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64320], KeyToken[127.0.0.1:8279-54621949F946310A]] 06:51:48.623 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8279 06:51:48.623 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E909,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64320, Token=54621949F946310A, 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] 06:51:48.623 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 40 bytes from 127.0.0.1:8280 06:51:48.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64320] 06:51:48.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R846, 127.0.0.1:8280] replace CON-POST MID=64320, Token=54621949F946310A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64320, Token=54621949F946310A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R846, 127.0.0.1:8280] send response NON-2.05 MID=64320, Token=null, OptionSet={}, "server responds hi" 06:51:48.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R846, 127.0.0.1:8280, complete]! 06:51:48.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R846, 127.0.0.1:8280, complete] completed NON-2.04 MID=64320, Token=54621949F946310A, 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! 06:51:48.623 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.623 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E910,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64320, Token=54621949F946310A, 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] 06:51:48.623 [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 42 bytes from 127.0.0.1:8279 06:51:48.623 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64320] 06:51:48.623 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.623 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L845, 127.0.0.1:8279, complete]! 06:51:48.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L845, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-54621949F946310A] 06:51:48.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L845, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64320] 06:51:48.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L845, 127.0.0.1:8279, complete] completed CON-POST MID=64320, Token=54621949F946310A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64320, Token=54621949F946310A, 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! 06:51:48.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L847, 127.0.0.1:8279] send request 06:51:48.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L847, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L847, 127.0.0.1:8279] 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 06:51:48.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L847, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64321], CON-POST MID=64321, 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 06:51:48.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L847, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-B8727AC2C51E6B1A], CON-POST MID=64321, Token=B8727AC2C51E6B1A, 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 06:51:48.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64321], KeyToken[127.0.0.1:8279-B8727AC2C51E6B1A]] 06:51:48.624 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8279 06:51:48.624 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E911,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64321, Token=B8727AC2C51E6B1A, 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] 06:51:48.624 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 40 bytes from 127.0.0.1:8280 06:51:48.624 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64321] 06:51:48.624 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.624 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R848, 127.0.0.1:8280] replace CON-POST MID=64321, Token=B8727AC2C51E6B1A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64321, Token=B8727AC2C51E6B1A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.624 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R848, 127.0.0.1:8280] send response NON-2.05 MID=64321, Token=null, OptionSet={}, "server responds hi" 06:51:48.624 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R848, 127.0.0.1:8280, complete]! 06:51:48.624 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R848, 127.0.0.1:8280, complete] completed NON-2.04 MID=64321, Token=B8727AC2C51E6B1A, 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! 06:51:48.625 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.625 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E912,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64321, Token=B8727AC2C51E6B1A, 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] 06:51:48.625 [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 42 bytes from 127.0.0.1:8279 06:51:48.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64321] 06:51:48.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L847, 127.0.0.1:8279, complete]! 06:51:48.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L847, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-B8727AC2C51E6B1A] 06:51:48.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L847, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64321] 06:51:48.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L847, 127.0.0.1:8279, complete] completed CON-POST MID=64321, Token=B8727AC2C51E6B1A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64321, Token=B8727AC2C51E6B1A, 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! 06:51:48.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L849, 127.0.0.1:8279] send request 06:51:48.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L849, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L849, 127.0.0.1:8279] 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 06:51:48.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L849, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64322], CON-POST MID=64322, 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 06:51:48.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L849, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-4CE92E372BBED35A], CON-POST MID=64322, Token=4CE92E372BBED35A, 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 06:51:48.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64322], KeyToken[127.0.0.1:8279-4CE92E372BBED35A]] 06:51:48.625 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8279 06:51:48.625 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E913,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64322, Token=4CE92E372BBED35A, 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] 06:51:48.625 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 40 bytes from 127.0.0.1:8280 06:51:48.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64322] 06:51:48.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.626 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R850, 127.0.0.1:8280] replace CON-POST MID=64322, Token=4CE92E372BBED35A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64322, Token=4CE92E372BBED35A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.626 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R850, 127.0.0.1:8280] send response NON-2.05 MID=64322, Token=null, OptionSet={}, "server responds hi" 06:51:48.626 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R850, 127.0.0.1:8280, complete]! 06:51:48.626 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R850, 127.0.0.1:8280, complete] completed NON-2.04 MID=64322, Token=4CE92E372BBED35A, 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! 06:51:48.626 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.626 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E914,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64322, Token=4CE92E372BBED35A, 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] 06:51:48.626 [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 42 bytes from 127.0.0.1:8279 06:51:48.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64322] 06:51:48.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L849, 127.0.0.1:8279, complete]! 06:51:48.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L849, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-4CE92E372BBED35A] 06:51:48.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L849, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64322] 06:51:48.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L849, 127.0.0.1:8279, complete] completed CON-POST MID=64322, Token=4CE92E372BBED35A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64322, Token=4CE92E372BBED35A, 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! 06:51:48.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L851, 127.0.0.1:8279] send request 06:51:48.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L851, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L851, 127.0.0.1:8279] 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 06:51:48.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L851, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64323], CON-POST MID=64323, 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 06:51:48.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L851, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-041A641DC1A02AF0], CON-POST MID=64323, Token=041A641DC1A02AF0, 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 06:51:48.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64323], KeyToken[127.0.0.1:8279-041A641DC1A02AF0]] 06:51:48.627 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.627 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E915,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64323, Token=041A641DC1A02AF0, 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] 06:51:48.627 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 41 bytes from 127.0.0.1:8280 06:51:48.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64323] 06:51:48.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R852, 127.0.0.1:8280] replace CON-POST MID=64323, Token=041A641DC1A02AF0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64323, Token=041A641DC1A02AF0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R852, 127.0.0.1:8280] send response NON-2.05 MID=64323, Token=null, OptionSet={}, "server responds hi" 06:51:48.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R852, 127.0.0.1:8280, complete]! 06:51:48.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R852, 127.0.0.1:8280, complete] completed NON-2.04 MID=64323, Token=041A641DC1A02AF0, 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! 06:51:48.627 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.627 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E916,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64323, Token=041A641DC1A02AF0, 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] 06:51:48.627 [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 42 bytes from 127.0.0.1:8279 06:51:48.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64323] 06:51:48.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L851, 127.0.0.1:8279, complete]! 06:51:48.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L851, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-041A641DC1A02AF0] 06:51:48.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L851, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64323] 06:51:48.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L851, 127.0.0.1:8279, complete] completed CON-POST MID=64323, Token=041A641DC1A02AF0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64323, Token=041A641DC1A02AF0, 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! 06:51:48.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L853, 127.0.0.1:8279] send request 06:51:48.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L853, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L853, 127.0.0.1:8279] 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 06:51:48.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L853, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64324], CON-POST MID=64324, 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 06:51:48.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L853, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-D0508638A33D1F27], CON-POST MID=64324, Token=D0508638A33D1F27, 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 06:51:48.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64324], KeyToken[127.0.0.1:8279-D0508638A33D1F27]] 06:51:48.628 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.628 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E917,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64324, Token=D0508638A33D1F27, 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] 06:51:48.628 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 41 bytes from 127.0.0.1:8280 06:51:48.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64324] 06:51:48.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R854, 127.0.0.1:8280] replace CON-POST MID=64324, Token=D0508638A33D1F27, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64324, Token=D0508638A33D1F27, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R854, 127.0.0.1:8280] send response NON-2.05 MID=64324, Token=null, OptionSet={}, "server responds hi" 06:51:48.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R854, 127.0.0.1:8280, complete]! 06:51:48.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R854, 127.0.0.1:8280, complete] completed NON-2.04 MID=64324, Token=D0508638A33D1F27, 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! 06:51:48.629 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.629 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E918,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64324, Token=D0508638A33D1F27, 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] 06:51:48.629 [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 42 bytes from 127.0.0.1:8279 06:51:48.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64324] 06:51:48.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L853, 127.0.0.1:8279, complete]! 06:51:48.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L853, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-D0508638A33D1F27] 06:51:48.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L853, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64324] 06:51:48.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L853, 127.0.0.1:8279, complete] completed CON-POST MID=64324, Token=D0508638A33D1F27, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64324, Token=D0508638A33D1F27, 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! 06:51:48.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L855, 127.0.0.1:8279] send request 06:51:48.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L855, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L855, 127.0.0.1:8279] 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 06:51:48.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L855, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64325], CON-POST MID=64325, 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 06:51:48.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L855, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-B4CC6B33B6F9B093], CON-POST MID=64325, Token=B4CC6B33B6F9B093, 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 06:51:48.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64325], KeyToken[127.0.0.1:8279-B4CC6B33B6F9B093]] 06:51:48.630 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.630 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E919,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64325, Token=B4CC6B33B6F9B093, 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] 06:51:48.630 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 41 bytes from 127.0.0.1:8280 06:51:48.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64325] 06:51:48.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R856, 127.0.0.1:8280] replace CON-POST MID=64325, Token=B4CC6B33B6F9B093, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64325, Token=B4CC6B33B6F9B093, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R856, 127.0.0.1:8280] send response NON-2.05 MID=64325, Token=null, OptionSet={}, "server responds hi" 06:51:48.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R856, 127.0.0.1:8280, complete]! 06:51:48.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R856, 127.0.0.1:8280, complete] completed NON-2.04 MID=64325, Token=B4CC6B33B6F9B093, 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! 06:51:48.630 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.630 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E920,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64325, Token=B4CC6B33B6F9B093, 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] 06:51:48.630 [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 42 bytes from 127.0.0.1:8279 06:51:48.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64325] 06:51:48.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L855, 127.0.0.1:8279, complete]! 06:51:48.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L855, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-B4CC6B33B6F9B093] 06:51:48.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L855, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64325] 06:51:48.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L855, 127.0.0.1:8279, complete] completed CON-POST MID=64325, Token=B4CC6B33B6F9B093, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64325, Token=B4CC6B33B6F9B093, 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! 06:51:48.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L857, 127.0.0.1:8279] send request 06:51:48.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L857, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L857, 127.0.0.1:8279] 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 06:51:48.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L857, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64326], CON-POST MID=64326, 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 06:51:48.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L857, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-B0083172A2F8A19B], CON-POST MID=64326, Token=B0083172A2F8A19B, 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 06:51:48.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64326], KeyToken[127.0.0.1:8279-B0083172A2F8A19B]] 06:51:48.631 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.631 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E921,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64326, Token=B0083172A2F8A19B, 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] 06:51:48.631 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 41 bytes from 127.0.0.1:8280 06:51:48.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64326] 06:51:48.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R858, 127.0.0.1:8280] replace CON-POST MID=64326, Token=B0083172A2F8A19B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64326, Token=B0083172A2F8A19B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R858, 127.0.0.1:8280] send response NON-2.05 MID=64326, Token=null, OptionSet={}, "server responds hi" 06:51:48.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R858, 127.0.0.1:8280, complete]! 06:51:48.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R858, 127.0.0.1:8280, complete] completed NON-2.04 MID=64326, Token=B0083172A2F8A19B, 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! 06:51:48.632 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.632 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E922,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64326, Token=B0083172A2F8A19B, 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] 06:51:48.632 [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 42 bytes from 127.0.0.1:8279 06:51:48.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64326] 06:51:48.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L857, 127.0.0.1:8279, complete]! 06:51:48.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L857, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-B0083172A2F8A19B] 06:51:48.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L857, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64326] 06:51:48.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L857, 127.0.0.1:8279, complete] completed CON-POST MID=64326, Token=B0083172A2F8A19B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64326, Token=B0083172A2F8A19B, 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! 06:51:48.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L859, 127.0.0.1:8279] send request 06:51:48.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L859, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L859, 127.0.0.1:8279] 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 06:51:48.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L859, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64327], CON-POST MID=64327, 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 06:51:48.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L859, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-F8AA4E28144661CB], CON-POST MID=64327, Token=F8AA4E28144661CB, 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 06:51:48.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64327], KeyToken[127.0.0.1:8279-F8AA4E28144661CB]] 06:51:48.632 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.632 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E923,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64327, Token=F8AA4E28144661CB, 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] 06:51:48.632 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 41 bytes from 127.0.0.1:8280 06:51:48.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64327] 06:51:48.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R860, 127.0.0.1:8280] replace CON-POST MID=64327, Token=F8AA4E28144661CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64327, Token=F8AA4E28144661CB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R860, 127.0.0.1:8280] send response NON-2.05 MID=64327, Token=null, OptionSet={}, "server responds hi" 06:51:48.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R860, 127.0.0.1:8280, complete]! 06:51:48.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R860, 127.0.0.1:8280, complete] completed NON-2.04 MID=64327, Token=F8AA4E28144661CB, 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! 06:51:48.633 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.633 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E924,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64327, Token=F8AA4E28144661CB, 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] 06:51:48.633 [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 42 bytes from 127.0.0.1:8279 06:51:48.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64327] 06:51:48.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L859, 127.0.0.1:8279, complete]! 06:51:48.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L859, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-F8AA4E28144661CB] 06:51:48.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L859, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64327] 06:51:48.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L859, 127.0.0.1:8279, complete] completed CON-POST MID=64327, Token=F8AA4E28144661CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64327, Token=F8AA4E28144661CB, 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! 06:51:48.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L861, 127.0.0.1:8279] send request 06:51:48.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L861, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L861, 127.0.0.1:8279] 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 06:51:48.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L861, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64328], CON-POST MID=64328, 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 06:51:48.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L861, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-006A5B5F501022A9], CON-POST MID=64328, Token=006A5B5F501022A9, 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 06:51:48.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64328], KeyToken[127.0.0.1:8279-006A5B5F501022A9]] 06:51:48.634 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.634 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E925,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64328, Token=006A5B5F501022A9, 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] 06:51:48.634 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 41 bytes from 127.0.0.1:8280 06:51:48.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64328] 06:51:48.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R862, 127.0.0.1:8280] replace CON-POST MID=64328, Token=006A5B5F501022A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64328, Token=006A5B5F501022A9, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R862, 127.0.0.1:8280] send response NON-2.05 MID=64328, Token=null, OptionSet={}, "server responds hi" 06:51:48.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R862, 127.0.0.1:8280, complete]! 06:51:48.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R862, 127.0.0.1:8280, complete] completed NON-2.04 MID=64328, Token=006A5B5F501022A9, 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! 06:51:48.634 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.634 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E926,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64328, Token=006A5B5F501022A9, 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] 06:51:48.634 [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 42 bytes from 127.0.0.1:8279 06:51:48.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64328] 06:51:48.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L861, 127.0.0.1:8279, complete]! 06:51:48.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L861, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-006A5B5F501022A9] 06:51:48.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L861, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64328] 06:51:48.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L861, 127.0.0.1:8279, complete] completed CON-POST MID=64328, Token=006A5B5F501022A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64328, Token=006A5B5F501022A9, 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! 06:51:48.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L863, 127.0.0.1:8279] send request 06:51:48.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L863, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L863, 127.0.0.1:8279] 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 06:51:48.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L863, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64329], CON-POST MID=64329, 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 06:51:48.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L863, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-C441332272FF3E84], CON-POST MID=64329, Token=C441332272FF3E84, 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 06:51:48.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64329], KeyToken[127.0.0.1:8279-C441332272FF3E84]] 06:51:48.635 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.635 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E927,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64329, Token=C441332272FF3E84, 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] 06:51:48.635 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 41 bytes from 127.0.0.1:8280 06:51:48.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64329] 06:51:48.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R864, 127.0.0.1:8280] replace CON-POST MID=64329, Token=C441332272FF3E84, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64329, Token=C441332272FF3E84, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R864, 127.0.0.1:8280] send response NON-2.05 MID=64329, Token=null, OptionSet={}, "server responds hi" 06:51:48.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R864, 127.0.0.1:8280, complete]! 06:51:48.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R864, 127.0.0.1:8280, complete] completed NON-2.04 MID=64329, Token=C441332272FF3E84, 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! 06:51:48.635 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.636 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E928,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64329, Token=C441332272FF3E84, 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] 06:51:48.636 [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 42 bytes from 127.0.0.1:8279 06:51:48.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64329] 06:51:48.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L863, 127.0.0.1:8279, complete]! 06:51:48.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L863, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-C441332272FF3E84] 06:51:48.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L863, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64329] 06:51:48.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L863, 127.0.0.1:8279, complete] completed CON-POST MID=64329, Token=C441332272FF3E84, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64329, Token=C441332272FF3E84, 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! 06:51:48.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L865, 127.0.0.1:8279] send request 06:51:48.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L865, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L865, 127.0.0.1:8279] 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 06:51:48.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L865, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64330], CON-POST MID=64330, 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 06:51:48.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L865, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-C4DD848A3D95C2D5], CON-POST MID=64330, Token=C4DD848A3D95C2D5, 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 06:51:48.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64330], KeyToken[127.0.0.1:8279-C4DD848A3D95C2D5]] 06:51:48.636 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.636 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E929,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64330, Token=C4DD848A3D95C2D5, 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] 06:51:48.636 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 41 bytes from 127.0.0.1:8280 06:51:48.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64330] 06:51:48.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R866, 127.0.0.1:8280] replace CON-POST MID=64330, Token=C4DD848A3D95C2D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64330, Token=C4DD848A3D95C2D5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R866, 127.0.0.1:8280] send response NON-2.05 MID=64330, Token=null, OptionSet={}, "server responds hi" 06:51:48.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R866, 127.0.0.1:8280, complete]! 06:51:48.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R866, 127.0.0.1:8280, complete] completed NON-2.04 MID=64330, Token=C4DD848A3D95C2D5, 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! 06:51:48.637 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.637 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E930,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64330, Token=C4DD848A3D95C2D5, 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] 06:51:48.637 [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 42 bytes from 127.0.0.1:8279 06:51:48.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64330] 06:51:48.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L865, 127.0.0.1:8279, complete]! 06:51:48.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L865, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-C4DD848A3D95C2D5] 06:51:48.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L865, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64330] 06:51:48.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L865, 127.0.0.1:8279, complete] completed CON-POST MID=64330, Token=C4DD848A3D95C2D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64330, Token=C4DD848A3D95C2D5, 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! 06:51:48.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L867, 127.0.0.1:8279] send request 06:51:48.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L867, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L867, 127.0.0.1:8279] 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 06:51:48.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L867, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64331], CON-POST MID=64331, 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 06:51:48.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L867, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-B8A631C1827EF8EF], CON-POST MID=64331, Token=B8A631C1827EF8EF, 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 06:51:48.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64331], KeyToken[127.0.0.1:8279-B8A631C1827EF8EF]] 06:51:48.638 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.638 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E931,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64331, Token=B8A631C1827EF8EF, 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] 06:51:48.638 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 42 bytes from 127.0.0.1:8280 06:51:48.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64331] 06:51:48.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R868, 127.0.0.1:8280] replace CON-POST MID=64331, Token=B8A631C1827EF8EF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64331, Token=B8A631C1827EF8EF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R868, 127.0.0.1:8280] send response NON-2.05 MID=64331, Token=null, OptionSet={}, "server responds hi" 06:51:48.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R868, 127.0.0.1:8280, complete]! 06:51:48.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R868, 127.0.0.1:8280, complete] completed NON-2.04 MID=64331, Token=B8A631C1827EF8EF, 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! 06:51:48.638 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.638 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E932,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64331, Token=B8A631C1827EF8EF, 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] 06:51:48.638 [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 42 bytes from 127.0.0.1:8279 06:51:48.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64331] 06:51:48.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L867, 127.0.0.1:8279, complete]! 06:51:48.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L867, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-B8A631C1827EF8EF] 06:51:48.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L867, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64331] 06:51:48.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L867, 127.0.0.1:8279, complete] completed CON-POST MID=64331, Token=B8A631C1827EF8EF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64331, Token=B8A631C1827EF8EF, 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! 06:51:48.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L869, 127.0.0.1:8279] send request 06:51:48.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L869, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L869, 127.0.0.1:8279] 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 06:51:48.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L869, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64332], CON-POST MID=64332, 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 06:51:48.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L869, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-4458EC094384F31C], CON-POST MID=64332, Token=4458EC094384F31C, 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 06:51:48.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64332], KeyToken[127.0.0.1:8279-4458EC094384F31C]] 06:51:48.639 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.639 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E933,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64332, Token=4458EC094384F31C, 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] 06:51:48.639 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 42 bytes from 127.0.0.1:8280 06:51:48.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64332] 06:51:48.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R870, 127.0.0.1:8280] replace CON-POST MID=64332, Token=4458EC094384F31C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64332, Token=4458EC094384F31C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R870, 127.0.0.1:8280] send response NON-2.05 MID=64332, Token=null, OptionSet={}, "server responds hi" 06:51:48.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R870, 127.0.0.1:8280, complete]! 06:51:48.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R870, 127.0.0.1:8280, complete] completed NON-2.04 MID=64332, Token=4458EC094384F31C, 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! 06:51:48.639 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.639 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E934,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64332, Token=4458EC094384F31C, 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] 06:51:48.639 [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 42 bytes from 127.0.0.1:8279 06:51:48.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64332] 06:51:48.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L869, 127.0.0.1:8279, complete]! 06:51:48.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L869, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-4458EC094384F31C] 06:51:48.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L869, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64332] 06:51:48.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L869, 127.0.0.1:8279, complete] completed CON-POST MID=64332, Token=4458EC094384F31C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64332, Token=4458EC094384F31C, 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! 06:51:48.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L871, 127.0.0.1:8279] send request 06:51:48.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L871, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L871, 127.0.0.1:8279] 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 06:51:48.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L871, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64333], CON-POST MID=64333, 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 06:51:48.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L871, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-F83A657364333F9B], CON-POST MID=64333, Token=F83A657364333F9B, 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 06:51:48.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64333], KeyToken[127.0.0.1:8279-F83A657364333F9B]] 06:51:48.640 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.640 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E935,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64333, Token=F83A657364333F9B, 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] 06:51:48.640 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 42 bytes from 127.0.0.1:8280 06:51:48.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64333] 06:51:48.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R872, 127.0.0.1:8280] replace CON-POST MID=64333, Token=F83A657364333F9B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64333, Token=F83A657364333F9B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R872, 127.0.0.1:8280] send response NON-2.05 MID=64333, Token=null, OptionSet={}, "server responds hi" 06:51:48.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R872, 127.0.0.1:8280, complete]! 06:51:48.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R872, 127.0.0.1:8280, complete] completed NON-2.04 MID=64333, Token=F83A657364333F9B, 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! 06:51:48.641 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.641 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E936,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64333, Token=F83A657364333F9B, 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] 06:51:48.641 [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 42 bytes from 127.0.0.1:8279 06:51:48.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64333] 06:51:48.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L871, 127.0.0.1:8279, complete]! 06:51:48.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L871, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-F83A657364333F9B] 06:51:48.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L871, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64333] 06:51:48.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L871, 127.0.0.1:8279, complete] completed CON-POST MID=64333, Token=F83A657364333F9B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64333, Token=F83A657364333F9B, 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! 06:51:48.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L873, 127.0.0.1:8279] send request 06:51:48.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L873, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L873, 127.0.0.1:8279] 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 06:51:48.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L873, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64334], CON-POST MID=64334, 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 06:51:48.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L873, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-E84468E4C976F715], CON-POST MID=64334, Token=E84468E4C976F715, 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 06:51:48.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64334], KeyToken[127.0.0.1:8279-E84468E4C976F715]] 06:51:48.642 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.642 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E937,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64334, Token=E84468E4C976F715, 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] 06:51:48.642 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 42 bytes from 127.0.0.1:8280 06:51:48.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64334] 06:51:48.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R874, 127.0.0.1:8280] replace CON-POST MID=64334, Token=E84468E4C976F715, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64334, Token=E84468E4C976F715, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R874, 127.0.0.1:8280] send response NON-2.05 MID=64334, Token=null, OptionSet={}, "server responds hi" 06:51:48.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R874, 127.0.0.1:8280, complete]! 06:51:48.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R874, 127.0.0.1:8280, complete] completed NON-2.04 MID=64334, Token=E84468E4C976F715, 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! 06:51:48.642 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.642 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E938,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64334, Token=E84468E4C976F715, 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] 06:51:48.642 [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 42 bytes from 127.0.0.1:8279 06:51:48.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64334] 06:51:48.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L873, 127.0.0.1:8279, complete]! 06:51:48.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L873, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-E84468E4C976F715] 06:51:48.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L873, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64334] 06:51:48.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L873, 127.0.0.1:8279, complete] completed CON-POST MID=64334, Token=E84468E4C976F715, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64334, Token=E84468E4C976F715, 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! 06:51:48.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L875, 127.0.0.1:8279] send request 06:51:48.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L875, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L875, 127.0.0.1:8279] 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 06:51:48.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L875, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64335], CON-POST MID=64335, 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 06:51:48.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L875, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-90980B6C14327A6C], CON-POST MID=64335, Token=90980B6C14327A6C, 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 06:51:48.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64335], KeyToken[127.0.0.1:8279-90980B6C14327A6C]] 06:51:48.643 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.643 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E939,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64335, Token=90980B6C14327A6C, 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] 06:51:48.643 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 42 bytes from 127.0.0.1:8280 06:51:48.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64335] 06:51:48.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R876, 127.0.0.1:8280] replace CON-POST MID=64335, Token=90980B6C14327A6C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64335, Token=90980B6C14327A6C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R876, 127.0.0.1:8280] send response NON-2.05 MID=64335, Token=null, OptionSet={}, "server responds hi" 06:51:48.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R876, 127.0.0.1:8280, complete]! 06:51:48.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R876, 127.0.0.1:8280, complete] completed NON-2.04 MID=64335, Token=90980B6C14327A6C, 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! 06:51:48.644 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.644 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E940,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64335, Token=90980B6C14327A6C, 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] 06:51:48.644 [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 42 bytes from 127.0.0.1:8279 06:51:48.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64335] 06:51:48.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L875, 127.0.0.1:8279, complete]! 06:51:48.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L875, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-90980B6C14327A6C] 06:51:48.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L875, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64335] 06:51:48.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L875, 127.0.0.1:8279, complete] completed CON-POST MID=64335, Token=90980B6C14327A6C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64335, Token=90980B6C14327A6C, 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! 06:51:48.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L877, 127.0.0.1:8279] send request 06:51:48.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L877, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L877, 127.0.0.1:8279] 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 06:51:48.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L877, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64336], CON-POST MID=64336, 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 06:51:48.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L877, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-406A5176A8910BD9], CON-POST MID=64336, Token=406A5176A8910BD9, 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 06:51:48.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64336], KeyToken[127.0.0.1:8279-406A5176A8910BD9]] 06:51:48.645 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.645 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E941,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64336, Token=406A5176A8910BD9, 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] 06:51:48.645 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 42 bytes from 127.0.0.1:8280 06:51:48.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64336] 06:51:48.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R878, 127.0.0.1:8280] replace CON-POST MID=64336, Token=406A5176A8910BD9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64336, Token=406A5176A8910BD9, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R878, 127.0.0.1:8280] send response NON-2.05 MID=64336, Token=null, OptionSet={}, "server responds hi" 06:51:48.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R878, 127.0.0.1:8280, complete]! 06:51:48.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R878, 127.0.0.1:8280, complete] completed NON-2.04 MID=64336, Token=406A5176A8910BD9, 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! 06:51:48.645 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.645 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E942,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64336, Token=406A5176A8910BD9, 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] 06:51:48.645 [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 42 bytes from 127.0.0.1:8279 06:51:48.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64336] 06:51:48.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L877, 127.0.0.1:8279, complete]! 06:51:48.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L877, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-406A5176A8910BD9] 06:51:48.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L877, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64336] 06:51:48.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L877, 127.0.0.1:8279, complete] completed CON-POST MID=64336, Token=406A5176A8910BD9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64336, Token=406A5176A8910BD9, 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! 06:51:48.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L879, 127.0.0.1:8279] send request 06:51:48.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L879, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L879, 127.0.0.1:8279] 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 06:51:48.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L879, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64337], CON-POST MID=64337, 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 06:51:48.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L879, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-74390DE154D4D273], CON-POST MID=64337, Token=74390DE154D4D273, 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 06:51:48.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64337], KeyToken[127.0.0.1:8279-74390DE154D4D273]] 06:51:48.646 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.646 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E943,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64337, Token=74390DE154D4D273, 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] 06:51:48.646 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 42 bytes from 127.0.0.1:8280 06:51:48.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64337] 06:51:48.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R880, 127.0.0.1:8280] replace CON-POST MID=64337, Token=74390DE154D4D273, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64337, Token=74390DE154D4D273, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R880, 127.0.0.1:8280] send response NON-2.05 MID=64337, Token=null, OptionSet={}, "server responds hi" 06:51:48.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R880, 127.0.0.1:8280, complete]! 06:51:48.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R880, 127.0.0.1:8280, complete] completed NON-2.04 MID=64337, Token=74390DE154D4D273, 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! 06:51:48.647 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.647 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E944,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64337, Token=74390DE154D4D273, 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] 06:51:48.647 [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 42 bytes from 127.0.0.1:8279 06:51:48.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64337] 06:51:48.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L879, 127.0.0.1:8279, complete]! 06:51:48.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L879, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-74390DE154D4D273] 06:51:48.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L879, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64337] 06:51:48.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L879, 127.0.0.1:8279, complete] completed CON-POST MID=64337, Token=74390DE154D4D273, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64337, Token=74390DE154D4D273, 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! 06:51:48.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L881, 127.0.0.1:8279] send request 06:51:48.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L881, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L881, 127.0.0.1:8279] 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 06:51:48.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L881, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64338], CON-POST MID=64338, 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 06:51:48.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L881, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-F464D32B7B86EA54], CON-POST MID=64338, Token=F464D32B7B86EA54, 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 06:51:48.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64338], KeyToken[127.0.0.1:8279-F464D32B7B86EA54]] 06:51:48.647 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.648 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E945,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64338, Token=F464D32B7B86EA54, 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] 06:51:48.648 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 42 bytes from 127.0.0.1:8280 06:51:48.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64338] 06:51:48.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R882, 127.0.0.1:8280] replace CON-POST MID=64338, Token=F464D32B7B86EA54, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64338, Token=F464D32B7B86EA54, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R882, 127.0.0.1:8280] send response NON-2.05 MID=64338, Token=null, OptionSet={}, "server responds hi" 06:51:48.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R882, 127.0.0.1:8280, complete]! 06:51:48.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R882, 127.0.0.1:8280, complete] completed NON-2.04 MID=64338, Token=F464D32B7B86EA54, 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! 06:51:48.648 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.648 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E946,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64338, Token=F464D32B7B86EA54, 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] 06:51:48.648 [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 42 bytes from 127.0.0.1:8279 06:51:48.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64338] 06:51:48.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L881, 127.0.0.1:8279, complete]! 06:51:48.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L881, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-F464D32B7B86EA54] 06:51:48.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L881, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64338] 06:51:48.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L881, 127.0.0.1:8279, complete] completed CON-POST MID=64338, Token=F464D32B7B86EA54, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64338, Token=F464D32B7B86EA54, 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! 06:51:48.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L883, 127.0.0.1:8279] send request 06:51:48.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L883, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L883, 127.0.0.1:8279] 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 06:51:48.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L883, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64339], CON-POST MID=64339, 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 06:51:48.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L883, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-0821C1A93D0DCC60], CON-POST MID=64339, Token=0821C1A93D0DCC60, 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 06:51:48.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64339], KeyToken[127.0.0.1:8279-0821C1A93D0DCC60]] 06:51:48.649 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.649 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E947,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64339, Token=0821C1A93D0DCC60, 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] 06:51:48.649 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 43 bytes from 127.0.0.1:8280 06:51:48.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64339] 06:51:48.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R884, 127.0.0.1:8280] replace CON-POST MID=64339, Token=0821C1A93D0DCC60, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64339, Token=0821C1A93D0DCC60, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R884, 127.0.0.1:8280] send response NON-2.05 MID=64339, Token=null, OptionSet={}, "server responds hi" 06:51:48.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R884, 127.0.0.1:8280, complete]! 06:51:48.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R884, 127.0.0.1:8280, complete] completed NON-2.04 MID=64339, Token=0821C1A93D0DCC60, 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! 06:51:48.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:8280 06:51:48.650 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E948,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64339, Token=0821C1A93D0DCC60, 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] 06:51:48.650 [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 42 bytes from 127.0.0.1:8279 06:51:48.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8279-64339] 06:51:48.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L883, 127.0.0.1:8279, complete]! 06:51:48.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L883, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-0821C1A93D0DCC60] 06:51:48.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L883, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64339] 06:51:48.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L883, 127.0.0.1:8279, complete] completed CON-POST MID=64339, Token=0821C1A93D0DCC60, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64339, Token=0821C1A93D0DCC60, 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! 06:51:48.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L885, 127.0.0.1:8279] send request 06:51:48.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L885, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L885, 127.0.0.1:8279] 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 06:51:48.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L885, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64340], CON-POST MID=64340, 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 06:51:48.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L885, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-846A05E502A711B4], CON-POST MID=64340, Token=846A05E502A711B4, 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 06:51:48.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64340], KeyToken[127.0.0.1:8279-846A05E502A711B4]] 06:51:48.650 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8279 06:51:48.651 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E949,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64340, Token=846A05E502A711B4, 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] 06:51:48.651 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 43 bytes from 127.0.0.1:8280 06:51:48.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64340] 06:51:48.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R886, 127.0.0.1:8280] replace CON-POST MID=64340, Token=846A05E502A711B4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64340, Token=846A05E502A711B4, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R886, 127.0.0.1:8280] send response NON-2.05 MID=64340, Token=null, OptionSet={}, "server responds hi" 06:51:48.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R886, 127.0.0.1:8280, complete]! 06:51:48.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R886, 127.0.0.1:8280, complete] completed NON-2.04 MID=64340, Token=846A05E502A711B4, 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! 06:51:48.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:8280 06:51:48.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E950,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64340, Token=846A05E502A711B4, 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] 06:51:48.651 [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 42 bytes from 127.0.0.1:8279 06:51:48.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:8279-64340] 06:51:48.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L885, 127.0.0.1:8279, complete]! 06:51:48.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L885, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-846A05E502A711B4] 06:51:48.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L885, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64340] 06:51:48.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L885, 127.0.0.1:8279, complete] completed CON-POST MID=64340, Token=846A05E502A711B4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64340, Token=846A05E502A711B4, 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! 06:51:48.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L887, 127.0.0.1:8279] send request 06:51:48.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L887, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L887, 127.0.0.1:8279] 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 06:51:48.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L887, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64341], CON-POST MID=64341, 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 06:51:48.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L887, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-74C0082570A10744], CON-POST MID=64341, Token=74C0082570A10744, 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 06:51:48.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64341], KeyToken[127.0.0.1:8279-74C0082570A10744]] 06:51:48.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 43 bytes to 127.0.0.1:8279 06:51:48.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E951,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64341, Token=74C0082570A10744, 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] 06:51:48.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 43 bytes from 127.0.0.1:8280 06:51:48.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64341] 06:51:48.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R888, 127.0.0.1:8280] replace CON-POST MID=64341, Token=74C0082570A10744, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64341, Token=74C0082570A10744, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R888, 127.0.0.1:8280] send response NON-2.05 MID=64341, Token=null, OptionSet={}, "server responds hi" 06:51:48.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R888, 127.0.0.1:8280, complete]! 06:51:48.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R888, 127.0.0.1:8280, complete] completed NON-2.04 MID=64341, Token=74C0082570A10744, 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! 06:51:48.652 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E952,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64341, Token=74C0082570A10744, 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] 06:51:48.652 [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 42 bytes from 127.0.0.1:8279 06:51:48.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:8279-64341] 06:51:48.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L887, 127.0.0.1:8279, complete]! 06:51:48.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L887, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-74C0082570A10744] 06:51:48.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L887, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64341] 06:51:48.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L887, 127.0.0.1:8279, complete] completed CON-POST MID=64341, Token=74C0082570A10744, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64341, Token=74C0082570A10744, 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! 06:51:48.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L889, 127.0.0.1:8279] send request 06:51:48.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L889, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L889, 127.0.0.1:8279] 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 06:51:48.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L889, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64342], CON-POST MID=64342, 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 06:51:48.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L889, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-28393F7196923507], CON-POST MID=64342, Token=28393F7196923507, 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 06:51:48.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64342], KeyToken[127.0.0.1:8279-28393F7196923507]] 06:51:48.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 43 bytes to 127.0.0.1:8279 06:51:48.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E953,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64342, Token=28393F7196923507, 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] 06:51:48.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 43 bytes from 127.0.0.1:8280 06:51:48.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64342] 06:51:48.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R890, 127.0.0.1:8280] replace CON-POST MID=64342, Token=28393F7196923507, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64342, Token=28393F7196923507, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R890, 127.0.0.1:8280] send response NON-2.05 MID=64342, Token=null, OptionSet={}, "server responds hi" 06:51:48.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R890, 127.0.0.1:8280, complete]! 06:51:48.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R890, 127.0.0.1:8280, complete] completed NON-2.04 MID=64342, Token=28393F7196923507, 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! 06:51:48.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:8280 06:51:48.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E954,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64342, Token=28393F7196923507, 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] 06:51:48.654 [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 42 bytes from 127.0.0.1:8279 06:51:48.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:8279-64342] 06:51:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L889, 127.0.0.1:8279, complete]! 06:51:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L889, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-28393F7196923507] 06:51:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L889, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64342] 06:51:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L889, 127.0.0.1:8279, complete] completed CON-POST MID=64342, Token=28393F7196923507, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64342, Token=28393F7196923507, 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! 06:51:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L891, 127.0.0.1:8279] send request 06:51:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L891, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L891, 127.0.0.1:8279] 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 06:51:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L891, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64343], CON-POST MID=64343, 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 06:51:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L891, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-145D5B569018AC65], CON-POST MID=64343, Token=145D5B569018AC65, 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 06:51:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64343], KeyToken[127.0.0.1:8279-145D5B569018AC65]] 06:51:48.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 43 bytes to 127.0.0.1:8279 06:51:48.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E955,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64343, Token=145D5B569018AC65, 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] 06:51:48.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 43 bytes from 127.0.0.1:8280 06:51:48.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64343] 06:51:48.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R892, 127.0.0.1:8280] replace CON-POST MID=64343, Token=145D5B569018AC65, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64343, Token=145D5B569018AC65, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R892, 127.0.0.1:8280] send response NON-2.05 MID=64343, Token=null, OptionSet={}, "server responds hi" 06:51:48.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R892, 127.0.0.1:8280, complete]! 06:51:48.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R892, 127.0.0.1:8280, complete] completed NON-2.04 MID=64343, Token=145D5B569018AC65, 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! 06:51:48.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:8280 06:51:48.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E956,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64343, Token=145D5B569018AC65, 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] 06:51:48.655 [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 42 bytes from 127.0.0.1:8279 06:51:48.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:8279-64343] 06:51:48.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L891, 127.0.0.1:8279, complete]! 06:51:48.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L891, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-145D5B569018AC65] 06:51:48.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L891, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64343] 06:51:48.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L891, 127.0.0.1:8279, complete] completed CON-POST MID=64343, Token=145D5B569018AC65, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64343, Token=145D5B569018AC65, 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! 06:51:48.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L893, 127.0.0.1:8279] send request 06:51:48.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L893, 127.0.0.1:8279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L893, 127.0.0.1:8279] 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 06:51:48.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L893, 127.0.0.1:8279] added with generated mid KeyMID[127.0.0.1:8279-64344], CON-POST MID=64344, 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 06:51:48.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L893, 127.0.0.1:8279] added with generated token KeyToken[127.0.0.1:8279-147CDBFA128E0F9A], CON-POST MID=64344, Token=147CDBFA128E0F9A, 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 06:51:48.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-64344], KeyToken[127.0.0.1:8279-147CDBFA128E0F9A]] 06:51:48.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 43 bytes to 127.0.0.1:8279 06:51:48.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E957,T374) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=64344, Token=147CDBFA128E0F9A, 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] 06:51:48.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 43 bytes from 127.0.0.1:8280 06:51:48.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-64344] 06:51:48.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R894, 127.0.0.1:8280] replace CON-POST MID=64344, Token=147CDBFA128E0F9A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=64344, Token=147CDBFA128E0F9A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R894, 127.0.0.1:8280] send response NON-2.05 MID=64344, Token=null, OptionSet={}, "server responds hi" 06:51:48.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R894, 127.0.0.1:8280, complete]! 06:51:48.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R894, 127.0.0.1:8280, complete] completed NON-2.04 MID=64344, Token=147CDBFA128E0F9A, 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! 06:51:48.657 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E958,T377) 127.0.0.1:8,279 ==> :8,280 [NON-2.04 MID=64344, Token=147CDBFA128E0F9A, 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] 06:51:48.657 [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 42 bytes from 127.0.0.1:8279 06:51:48.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:8279-64344] 06:51:48.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L893, 127.0.0.1:8279, complete]! 06:51:48.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L893, 127.0.0.1:8279, complete] for token KeyToken[127.0.0.1:8279-147CDBFA128E0F9A] 06:51:48.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L893, 127.0.0.1:8279, complete] for MID KeyMID[127.0.0.1:8279-64344] 06:51:48.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L893, 127.0.0.1:8279, complete] completed CON-POST MID=64344, Token=147CDBFA128E0F9A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=64344, Token=147CDBFA128E0F9A, 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! 06:51:48.657 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.657 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8279 06:51:48.657 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8279 06:51:48.657 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] stopping ... 06:51:48.657 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8279, address /127.0.0.1 06:51:48.657 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] has stopped. 06:51:48.657 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8279 06:51:48.657 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:51:48.658 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.658 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.658 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.658 [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 06:51:48.658 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.658 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.658 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.658 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.658 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.658 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8281 06:51:48.658 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.659 [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]] 06:51:48.659 [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 06:51:48.659 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8281 06:51:48.659 [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]] 06:51:48.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L895, 127.0.0.1:8281] send request 06:51:48.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L895, 127.0.0.1:8281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L895, 127.0.0.1:8281] 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 06:51:48.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L895, 127.0.0.1:8281] added with generated mid KeyMID[127.0.0.1:8281-51001], CON-POST MID=51001, 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 06:51:48.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L895, 127.0.0.1:8281] added with generated token KeyToken[127.0.0.1:8281-BCE7A6DD3FD0F137], CON-POST MID=51001, Token=BCE7A6DD3FD0F137, 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 06:51:48.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-51001], KeyToken[127.0.0.1:8281-BCE7A6DD3FD0F137]] 06:51:48.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 41 bytes to 127.0.0.1:8281 06:51:48.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E959,T382) 127.0.0.1:8,280 ==> :8,281 [CON-POST MID=51001, Token=BCE7A6DD3FD0F137, 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] 06:51:48.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 41 bytes from 127.0.0.1:8280 06:51:48.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-51001] 06:51:48.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R896, 127.0.0.1:8280] replace CON-POST MID=51001, Token=BCE7A6DD3FD0F137, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=51001, Token=BCE7A6DD3FD0F137, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R896, 127.0.0.1:8280] send response NON-2.05 MID=51001, Token=null, OptionSet={}, "server responds hi" 06:51:48.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R896, 127.0.0.1:8280, complete]! 06:51:48.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R896, 127.0.0.1:8280, complete] completed NON-2.04 MID=51001, Token=BCE7A6DD3FD0F137, 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! 06:51:48.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:8280 06:51:48.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E960,T377) 127.0.0.1:8,281 ==> :8,280 [NON-2.04 MID=51001, Token=BCE7A6DD3FD0F137, 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] 06:51:48.660 [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 42 bytes from 127.0.0.1:8281 06:51:48.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:8281-51001] 06:51:48.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L895, 127.0.0.1:8281, complete]! 06:51:48.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L895, 127.0.0.1:8281, complete] for token KeyToken[127.0.0.1:8281-BCE7A6DD3FD0F137] 06:51:48.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L895, 127.0.0.1:8281, complete] for MID KeyMID[127.0.0.1:8281-51001] 06:51:48.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L895, 127.0.0.1:8281, complete] completed CON-POST MID=51001, Token=BCE7A6DD3FD0F137, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=51001, Token=BCE7A6DD3FD0F137, 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! 06:51:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L897, 127.0.0.1:8281] send request 06:51:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L897, 127.0.0.1:8281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L897, 127.0.0.1:8281] 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 06:51:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L897, 127.0.0.1:8281] added with generated mid KeyMID[127.0.0.1:8281-51002], CON-POST MID=51002, 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 06:51:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L897, 127.0.0.1:8281] added with generated token KeyToken[127.0.0.1:8281-BC6E6165B907333D], CON-POST MID=51002, Token=BC6E6165B907333D, 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 06:51:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-51002], KeyToken[127.0.0.1:8281-BC6E6165B907333D]] 06:51:48.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 41 bytes to 127.0.0.1:8281 06:51:48.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E961,T382) 127.0.0.1:8,280 ==> :8,281 [CON-POST MID=51002, Token=BC6E6165B907333D, 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] 06:51:48.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8281) received 41 bytes from 127.0.0.1:8280 06:51:48.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-51002] 06:51:48.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.661 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old 06:51:48.661 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:51:48.661 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 06:51:48.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R898, 127.0.0.1:8280, complete]! 06:51:48.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R898, 127.0.0.1:8280, complete] completed ACK-4.01 MID=51002, Token=BC6E6165B907333D, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 06:51:48.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 30 bytes to 127.0.0.1:8280 06:51:48.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E962,T377) 127.0.0.1:8,281 ==> :8,280 [ACK-4.01 MID=51002, Token=BC6E6165B907333D, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 06:51:48.661 [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 30 bytes from 127.0.0.1:8281 06:51:48.661 [: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! 06:51:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=51002, Token=BC6E6165B907333D, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 06:51:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L897, 127.0.0.1:8281, complete]! 06:51:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L897, 127.0.0.1:8281, complete] for token KeyToken[127.0.0.1:8281-BC6E6165B907333D] 06:51:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L897, 127.0.0.1:8281, complete] for MID KeyMID[127.0.0.1:8281-51002] 06:51:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L897, 127.0.0.1:8281, complete] completed CON-POST MID=51002, Token=BC6E6165B907333D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=51002, Token=BC6E6165B907333D, 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! 06:51:48.662 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.662 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8281 06:51:48.662 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8281 06:51:48.662 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8281] stopping ... 06:51:48.662 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8281, address /127.0.0.1 06:51:48.662 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8281] has stopped. 06:51:48.662 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8281 06:51:48.662 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:51:48.662 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.662 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.662 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.662 [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 06:51:48.662 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.663 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.663 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.663 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.663 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.663 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8282 06:51:48.663 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.663 [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]] 06:51:48.663 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8282, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:48.663 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8282 06:51:48.663 [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]] 06:51:48.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L899, 127.0.0.1:8282] send request 06:51:48.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L899, 127.0.0.1:8282] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L899, 127.0.0.1:8282] 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 06:51:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L899, 127.0.0.1:8282] added with generated mid KeyMID[127.0.0.1:8282-48326], CON-POST MID=48326, 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 06:51:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L899, 127.0.0.1:8282] added with generated token KeyToken[127.0.0.1:8282-A01C44A1C1B8C75E], CON-POST MID=48326, Token=A01C44A1C1B8C75E, 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 06:51:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8282-48326], KeyToken[127.0.0.1:8282-A01C44A1C1B8C75E]] 06:51:48.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:8282 06:51:48.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E963,T387) 127.0.0.1:8,280 ==> :8,282 [CON-POST MID=48326, Token=A01C44A1C1B8C75E, 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] 06:51:48.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8282) received 40 bytes from 127.0.0.1:8280 06:51:48.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-48326] 06:51:48.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R900, 127.0.0.1:8280] replace CON-POST MID=48326, Token=A01C44A1C1B8C75E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=48326, Token=A01C44A1C1B8C75E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R900, 127.0.0.1:8280] send response NON-2.05 MID=48326, Token=null, OptionSet={}, "server responds hi" 06:51:48.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R900, 127.0.0.1:8280, complete]! 06:51:48.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R900, 127.0.0.1:8280, complete] completed NON-2.04 MID=48326, Token=A01C44A1C1B8C75E, 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! 06:51:48.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:8280 06:51:48.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E964,T377) 127.0.0.1:8,282 ==> :8,280 [NON-2.04 MID=48326, Token=A01C44A1C1B8C75E, 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] 06:51:48.665 [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 42 bytes from 127.0.0.1:8282 06:51:48.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:8282-48326] 06:51:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L899, 127.0.0.1:8282, complete]! 06:51:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L899, 127.0.0.1:8282, complete] for token KeyToken[127.0.0.1:8282-A01C44A1C1B8C75E] 06:51:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L899, 127.0.0.1:8282, complete] for MID KeyMID[127.0.0.1:8282-48326] 06:51:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L899, 127.0.0.1:8282, complete] completed CON-POST MID=48326, Token=A01C44A1C1B8C75E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=48326, Token=A01C44A1C1B8C75E, 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! 06:51:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L901, 127.0.0.1:8282] send request 06:51:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L901, 127.0.0.1:8282] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L901, 127.0.0.1:8282] 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 06:51:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L901, 127.0.0.1:8282] added with generated mid KeyMID[127.0.0.1:8282-48327], CON-POST MID=48327, 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 06:51:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L901, 127.0.0.1:8282] added with generated token KeyToken[127.0.0.1:8282-C8DDA62637B100A4], CON-POST MID=48327, Token=C8DDA62637B100A4, 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 06:51:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8282-48327], KeyToken[127.0.0.1:8282-C8DDA62637B100A4]] 06:51:48.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:8282 06:51:48.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E965,T387) 127.0.0.1:8,280 ==> :8,282 [CON-POST MID=48327, Token=C8DDA62637B100A4, 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] 06:51:48.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8282) received 40 bytes from 127.0.0.1:8280 06:51:48.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-48327] 06:51:48.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R902, 127.0.0.1:8280] replace CON-POST MID=48327, Token=C8DDA62637B100A4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=48327, Token=C8DDA62637B100A4, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R902, 127.0.0.1:8280] send response NON-2.05 MID=48327, Token=null, OptionSet={}, "server responds hi" 06:51:48.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R902, 127.0.0.1:8280, complete]! 06:51:48.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R902, 127.0.0.1:8280, complete] completed NON-2.04 MID=48327, Token=C8DDA62637B100A4, 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! 06:51:48.666 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E966,T377) 127.0.0.1:8,282 ==> :8,280 [NON-2.04 MID=48327, Token=C8DDA62637B100A4, 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] 06:51:48.666 [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 42 bytes from 127.0.0.1:8282 06:51:48.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:8282-48327] 06:51:48.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L901, 127.0.0.1:8282, complete]! 06:51:48.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L901, 127.0.0.1:8282, complete] for token KeyToken[127.0.0.1:8282-C8DDA62637B100A4] 06:51:48.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L901, 127.0.0.1:8282, complete] for MID KeyMID[127.0.0.1:8282-48327] 06:51:48.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L901, 127.0.0.1:8282, complete] completed CON-POST MID=48327, Token=C8DDA62637B100A4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=48327, Token=C8DDA62637B100A4, 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! 06:51:48.666 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:48.667 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8282 06:51:48.667 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8282 06:51:48.667 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8282] stopping ... 06:51:48.667 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8282, address /127.0.0.1 06:51:48.667 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8282] has stopped. 06:51:48.667 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8282 06:51:48.667 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:51:48.667 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:48.667 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:48.667 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:48.667 [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 06:51:48.667 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:48.668 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:48.668 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:48.668 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:48.668 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:48.668 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8283 06:51:48.668 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:48.668 [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]] 06:51:48.668 [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 06:51:48.668 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8283 06:51:48.668 [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]] 06:51:48.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L903, 127.0.0.1:8283] send request 06:51:48.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L903, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L903, 127.0.0.1:8283] 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 06:51:48.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L903, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20884], CON-POST MID=20884, 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 06:51:48.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L903, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C82B20A89E7462B3], CON-POST MID=20884, Token=C82B20A89E7462B3, 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 06:51:48.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20884], KeyToken[127.0.0.1:8283-C82B20A89E7462B3]] 06:51:48.714 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.715 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E967,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20884, Token=C82B20A89E7462B3, 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] 06:51:48.715 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20884] 06:51:48.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R904, 127.0.0.1:8280] replace CON-POST MID=20884, Token=C82B20A89E7462B3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20884, Token=C82B20A89E7462B3, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R904, 127.0.0.1:8280] send response NON-2.05 MID=20884, Token=null, OptionSet={}, "server responds hi" 06:51:48.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R904, 127.0.0.1:8280, complete]! 06:51:48.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R904, 127.0.0.1:8280, complete] completed NON-2.04 MID=20884, Token=C82B20A89E7462B3, 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! 06:51:48.715 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.715 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E968,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20884, Token=C82B20A89E7462B3, 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] 06:51:48.715 [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 42 bytes from 127.0.0.1:8283 06:51:48.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20884] 06:51:48.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L903, 127.0.0.1:8283, complete]! 06:51:48.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L903, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C82B20A89E7462B3] 06:51:48.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L903, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20884] 06:51:48.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L903, 127.0.0.1:8283, complete] completed CON-POST MID=20884, Token=C82B20A89E7462B3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20884, Token=C82B20A89E7462B3, 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! 06:51:48.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L905, 127.0.0.1:8283] send request 06:51:48.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L905, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L905, 127.0.0.1:8283] 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 06:51:48.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L905, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20885], CON-POST MID=20885, 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 06:51:48.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L905, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C476C13E51D2EB15], CON-POST MID=20885, Token=C476C13E51D2EB15, 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 06:51:48.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20885], KeyToken[127.0.0.1:8283-C476C13E51D2EB15]] 06:51:48.716 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.716 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E969,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20885, Token=C476C13E51D2EB15, 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] 06:51:48.716 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.716 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20885] 06:51:48.716 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R906, 127.0.0.1:8280] replace CON-POST MID=20885, Token=C476C13E51D2EB15, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20885, Token=C476C13E51D2EB15, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R906, 127.0.0.1:8280] send response NON-2.05 MID=20885, Token=null, OptionSet={}, "server responds hi" 06:51:48.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R906, 127.0.0.1:8280, complete]! 06:51:48.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R906, 127.0.0.1:8280, complete] completed NON-2.04 MID=20885, Token=C476C13E51D2EB15, 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! 06:51:48.717 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.717 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E970,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20885, Token=C476C13E51D2EB15, 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] 06:51:48.717 [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 42 bytes from 127.0.0.1:8283 06:51:48.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20885] 06:51:48.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L905, 127.0.0.1:8283, complete]! 06:51:48.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L905, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C476C13E51D2EB15] 06:51:48.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L905, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20885] 06:51:48.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L905, 127.0.0.1:8283, complete] completed CON-POST MID=20885, Token=C476C13E51D2EB15, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20885, Token=C476C13E51D2EB15, 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! 06:51:48.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L907, 127.0.0.1:8283] send request 06:51:48.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L907, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L907, 127.0.0.1:8283] 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 06:51:48.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L907, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20886], CON-POST MID=20886, 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 06:51:48.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L907, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C4503009DD2A2F0E], CON-POST MID=20886, Token=C4503009DD2A2F0E, 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 06:51:48.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20886], KeyToken[127.0.0.1:8283-C4503009DD2A2F0E]] 06:51:48.718 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.718 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E971,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20886, Token=C4503009DD2A2F0E, 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] 06:51:48.718 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20886] 06:51:48.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R908, 127.0.0.1:8280] replace CON-POST MID=20886, Token=C4503009DD2A2F0E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20886, Token=C4503009DD2A2F0E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R908, 127.0.0.1:8280] send response NON-2.05 MID=20886, Token=null, OptionSet={}, "server responds hi" 06:51:48.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R908, 127.0.0.1:8280, complete]! 06:51:48.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R908, 127.0.0.1:8280, complete] completed NON-2.04 MID=20886, Token=C4503009DD2A2F0E, 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! 06:51:48.718 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.718 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E972,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20886, Token=C4503009DD2A2F0E, 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] 06:51:48.718 [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 42 bytes from 127.0.0.1:8283 06:51:48.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20886] 06:51:48.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L907, 127.0.0.1:8283, complete]! 06:51:48.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L907, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C4503009DD2A2F0E] 06:51:48.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L907, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20886] 06:51:48.719 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L907, 127.0.0.1:8283, complete] completed CON-POST MID=20886, Token=C4503009DD2A2F0E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20886, Token=C4503009DD2A2F0E, 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! 06:51:48.719 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L909, 127.0.0.1:8283] send request 06:51:48.719 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L909, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.719 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L909, 127.0.0.1:8283] 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 06:51:48.719 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L909, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20887], CON-POST MID=20887, 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 06:51:48.719 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L909, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-DCF568A409C59013], CON-POST MID=20887, Token=DCF568A409C59013, 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 06:51:48.719 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20887], KeyToken[127.0.0.1:8283-DCF568A409C59013]] 06:51:48.719 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.719 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E973,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20887, Token=DCF568A409C59013, 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] 06:51:48.719 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20887] 06:51:48.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R910, 127.0.0.1:8280] replace CON-POST MID=20887, Token=DCF568A409C59013, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20887, Token=DCF568A409C59013, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R910, 127.0.0.1:8280] send response NON-2.05 MID=20887, Token=null, OptionSet={}, "server responds hi" 06:51:48.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R910, 127.0.0.1:8280, complete]! 06:51:48.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R910, 127.0.0.1:8280, complete] completed NON-2.04 MID=20887, Token=DCF568A409C59013, 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! 06:51:48.720 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.720 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E974,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20887, Token=DCF568A409C59013, 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] 06:51:48.720 [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 42 bytes from 127.0.0.1:8283 06:51:48.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20887] 06:51:48.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L909, 127.0.0.1:8283, complete]! 06:51:48.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L909, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-DCF568A409C59013] 06:51:48.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L909, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20887] 06:51:48.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L909, 127.0.0.1:8283, complete] completed CON-POST MID=20887, Token=DCF568A409C59013, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20887, Token=DCF568A409C59013, 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! 06:51:48.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L911, 127.0.0.1:8283] send request 06:51:48.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L911, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L911, 127.0.0.1:8283] 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 06:51:48.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L911, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20888], CON-POST MID=20888, 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 06:51:48.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L911, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-2C50F51E23518BF2], CON-POST MID=20888, Token=2C50F51E23518BF2, 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 06:51:48.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20888], KeyToken[127.0.0.1:8283-2C50F51E23518BF2]] 06:51:48.720 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.720 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E975,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20888, Token=2C50F51E23518BF2, 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] 06:51:48.720 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.720 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20888] 06:51:48.720 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.721 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R912, 127.0.0.1:8280] replace CON-POST MID=20888, Token=2C50F51E23518BF2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20888, Token=2C50F51E23518BF2, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.721 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R912, 127.0.0.1:8280] send response NON-2.05 MID=20888, Token=null, OptionSet={}, "server responds hi" 06:51:48.721 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R912, 127.0.0.1:8280, complete]! 06:51:48.721 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R912, 127.0.0.1:8280, complete] completed NON-2.04 MID=20888, Token=2C50F51E23518BF2, 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! 06:51:48.721 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.721 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E976,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20888, Token=2C50F51E23518BF2, 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] 06:51:48.721 [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 42 bytes from 127.0.0.1:8283 06:51:48.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20888] 06:51:48.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L911, 127.0.0.1:8283, complete]! 06:51:48.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L911, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-2C50F51E23518BF2] 06:51:48.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L911, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20888] 06:51:48.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L911, 127.0.0.1:8283, complete] completed CON-POST MID=20888, Token=2C50F51E23518BF2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20888, Token=2C50F51E23518BF2, 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! 06:51:48.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L913, 127.0.0.1:8283] send request 06:51:48.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L913, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L913, 127.0.0.1:8283] 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 06:51:48.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L913, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20889], CON-POST MID=20889, 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 06:51:48.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L913, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-AC91A141A78D10FC], CON-POST MID=20889, Token=AC91A141A78D10FC, 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 06:51:48.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20889], KeyToken[127.0.0.1:8283-AC91A141A78D10FC]] 06:51:48.722 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.722 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E977,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20889, Token=AC91A141A78D10FC, 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] 06:51:48.722 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.722 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20889] 06:51:48.722 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.722 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R914, 127.0.0.1:8280] replace CON-POST MID=20889, Token=AC91A141A78D10FC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20889, Token=AC91A141A78D10FC, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.722 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R914, 127.0.0.1:8280] send response NON-2.05 MID=20889, Token=null, OptionSet={}, "server responds hi" 06:51:48.722 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R914, 127.0.0.1:8280, complete]! 06:51:48.722 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R914, 127.0.0.1:8280, complete] completed NON-2.04 MID=20889, Token=AC91A141A78D10FC, 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! 06:51:48.722 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.722 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E978,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20889, Token=AC91A141A78D10FC, 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] 06:51:48.722 [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 42 bytes from 127.0.0.1:8283 06:51:48.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20889] 06:51:48.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L913, 127.0.0.1:8283, complete]! 06:51:48.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L913, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-AC91A141A78D10FC] 06:51:48.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L913, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20889] 06:51:48.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L913, 127.0.0.1:8283, complete] completed CON-POST MID=20889, Token=AC91A141A78D10FC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20889, Token=AC91A141A78D10FC, 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! 06:51:48.723 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L915, 127.0.0.1:8283] send request 06:51:48.723 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L915, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.723 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L915, 127.0.0.1:8283] 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 06:51:48.723 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L915, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20890], CON-POST MID=20890, 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 06:51:48.723 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L915, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-98F1C2890C1C533E], CON-POST MID=20890, Token=98F1C2890C1C533E, 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 06:51:48.723 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20890], KeyToken[127.0.0.1:8283-98F1C2890C1C533E]] 06:51:48.723 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.723 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E979,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20890, Token=98F1C2890C1C533E, 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] 06:51:48.723 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20890] 06:51:48.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R916, 127.0.0.1:8280] replace CON-POST MID=20890, Token=98F1C2890C1C533E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20890, Token=98F1C2890C1C533E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R916, 127.0.0.1:8280] send response NON-2.05 MID=20890, Token=null, OptionSet={}, "server responds hi" 06:51:48.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R916, 127.0.0.1:8280, complete]! 06:51:48.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R916, 127.0.0.1:8280, complete] completed NON-2.04 MID=20890, Token=98F1C2890C1C533E, 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! 06:51:48.723 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.723 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E980,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20890, Token=98F1C2890C1C533E, 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] 06:51:48.723 [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 42 bytes from 127.0.0.1:8283 06:51:48.723 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20890] 06:51:48.723 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.723 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L915, 127.0.0.1:8283, complete]! 06:51:48.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L915, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-98F1C2890C1C533E] 06:51:48.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L915, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20890] 06:51:48.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L915, 127.0.0.1:8283, complete] completed CON-POST MID=20890, Token=98F1C2890C1C533E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20890, Token=98F1C2890C1C533E, 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! 06:51:48.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L917, 127.0.0.1:8283] send request 06:51:48.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L917, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L917, 127.0.0.1:8283] 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 06:51:48.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L917, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20891], CON-POST MID=20891, 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 06:51:48.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L917, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-EC3BE2FFB7C13893], CON-POST MID=20891, Token=EC3BE2FFB7C13893, 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 06:51:48.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20891], KeyToken[127.0.0.1:8283-EC3BE2FFB7C13893]] 06:51:48.724 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.724 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E981,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20891, Token=EC3BE2FFB7C13893, 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] 06:51:48.724 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20891] 06:51:48.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R918, 127.0.0.1:8280] replace CON-POST MID=20891, Token=EC3BE2FFB7C13893, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20891, Token=EC3BE2FFB7C13893, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R918, 127.0.0.1:8280] send response NON-2.05 MID=20891, Token=null, OptionSet={}, "server responds hi" 06:51:48.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R918, 127.0.0.1:8280, complete]! 06:51:48.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R918, 127.0.0.1:8280, complete] completed NON-2.04 MID=20891, Token=EC3BE2FFB7C13893, 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! 06:51:48.725 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.725 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E982,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20891, Token=EC3BE2FFB7C13893, 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] 06:51:48.725 [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 42 bytes from 127.0.0.1:8283 06:51:48.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20891] 06:51:48.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L917, 127.0.0.1:8283, complete]! 06:51:48.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L917, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-EC3BE2FFB7C13893] 06:51:48.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L917, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20891] 06:51:48.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L917, 127.0.0.1:8283, complete] completed CON-POST MID=20891, Token=EC3BE2FFB7C13893, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20891, Token=EC3BE2FFB7C13893, 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! 06:51:48.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L919, 127.0.0.1:8283] send request 06:51:48.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L919, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L919, 127.0.0.1:8283] 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 06:51:48.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L919, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20892], CON-POST MID=20892, 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 06:51:48.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L919, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-045DBD9F91D2BFC0], CON-POST MID=20892, Token=045DBD9F91D2BFC0, 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 06:51:48.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20892], KeyToken[127.0.0.1:8283-045DBD9F91D2BFC0]] 06:51:48.725 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.726 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E983,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20892, Token=045DBD9F91D2BFC0, 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] 06:51:48.726 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20892] 06:51:48.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R920, 127.0.0.1:8280] replace CON-POST MID=20892, Token=045DBD9F91D2BFC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20892, Token=045DBD9F91D2BFC0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R920, 127.0.0.1:8280] send response NON-2.05 MID=20892, Token=null, OptionSet={}, "server responds hi" 06:51:48.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R920, 127.0.0.1:8280, complete]! 06:51:48.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R920, 127.0.0.1:8280, complete] completed NON-2.04 MID=20892, Token=045DBD9F91D2BFC0, 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! 06:51:48.726 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.726 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E984,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20892, Token=045DBD9F91D2BFC0, 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] 06:51:48.726 [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 42 bytes from 127.0.0.1:8283 06:51:48.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20892] 06:51:48.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L919, 127.0.0.1:8283, complete]! 06:51:48.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L919, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-045DBD9F91D2BFC0] 06:51:48.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L919, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20892] 06:51:48.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L919, 127.0.0.1:8283, complete] completed CON-POST MID=20892, Token=045DBD9F91D2BFC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20892, Token=045DBD9F91D2BFC0, 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! 06:51:48.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L921, 127.0.0.1:8283] send request 06:51:48.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L921, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L921, 127.0.0.1:8283] 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 06:51:48.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L921, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20893], CON-POST MID=20893, 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 06:51:48.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L921, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-BCA94C6A7D7FAE80], CON-POST MID=20893, Token=BCA94C6A7D7FAE80, 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 06:51:48.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20893], KeyToken[127.0.0.1:8283-BCA94C6A7D7FAE80]] 06:51:48.727 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.727 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E985,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20893, Token=BCA94C6A7D7FAE80, 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] 06:51:48.727 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20893] 06:51:48.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R922, 127.0.0.1:8280] replace CON-POST MID=20893, Token=BCA94C6A7D7FAE80, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20893, Token=BCA94C6A7D7FAE80, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R922, 127.0.0.1:8280] send response NON-2.05 MID=20893, Token=null, OptionSet={}, "server responds hi" 06:51:48.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R922, 127.0.0.1:8280, complete]! 06:51:48.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R922, 127.0.0.1:8280, complete] completed NON-2.04 MID=20893, Token=BCA94C6A7D7FAE80, 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! 06:51:48.727 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.727 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E986,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20893, Token=BCA94C6A7D7FAE80, 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] 06:51:48.727 [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 42 bytes from 127.0.0.1:8283 06:51:48.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20893] 06:51:48.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L921, 127.0.0.1:8283, complete]! 06:51:48.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L921, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-BCA94C6A7D7FAE80] 06:51:48.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L921, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20893] 06:51:48.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L921, 127.0.0.1:8283, complete] completed CON-POST MID=20893, Token=BCA94C6A7D7FAE80, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20893, Token=BCA94C6A7D7FAE80, 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! 06:51:48.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L923, 127.0.0.1:8283] send request 06:51:48.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L923, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L923, 127.0.0.1:8283] 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 06:51:48.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L923, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20894], CON-POST MID=20894, 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 06:51:48.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L923, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-582DCD5C1FAF0564], CON-POST MID=20894, Token=582DCD5C1FAF0564, 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 06:51:48.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20894], KeyToken[127.0.0.1:8283-582DCD5C1FAF0564]] 06:51:48.728 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.728 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E987,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20894, Token=582DCD5C1FAF0564, 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] 06:51:48.728 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20894] 06:51:48.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R924, 127.0.0.1:8280] replace CON-POST MID=20894, Token=582DCD5C1FAF0564, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20894, Token=582DCD5C1FAF0564, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R924, 127.0.0.1:8280] send response NON-2.05 MID=20894, Token=null, OptionSet={}, "server responds hi" 06:51:48.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R924, 127.0.0.1:8280, complete]! 06:51:48.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R924, 127.0.0.1:8280, complete] completed NON-2.04 MID=20894, Token=582DCD5C1FAF0564, 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! 06:51:48.728 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.729 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E988,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20894, Token=582DCD5C1FAF0564, 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] 06:51:48.729 [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 42 bytes from 127.0.0.1:8283 06:51:48.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20894] 06:51:48.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L923, 127.0.0.1:8283, complete]! 06:51:48.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L923, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-582DCD5C1FAF0564] 06:51:48.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L923, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20894] 06:51:48.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L923, 127.0.0.1:8283, complete] completed CON-POST MID=20894, Token=582DCD5C1FAF0564, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20894, Token=582DCD5C1FAF0564, 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! 06:51:48.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L925, 127.0.0.1:8283] send request 06:51:48.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L925, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L925, 127.0.0.1:8283] 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 06:51:48.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L925, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20895], CON-POST MID=20895, 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 06:51:48.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L925, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-509AC9F1327D5D29], CON-POST MID=20895, Token=509AC9F1327D5D29, 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 06:51:48.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20895], KeyToken[127.0.0.1:8283-509AC9F1327D5D29]] 06:51:48.730 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.730 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E989,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20895, Token=509AC9F1327D5D29, 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] 06:51:48.730 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20895] 06:51:48.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R926, 127.0.0.1:8280] replace CON-POST MID=20895, Token=509AC9F1327D5D29, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20895, Token=509AC9F1327D5D29, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R926, 127.0.0.1:8280] send response NON-2.05 MID=20895, Token=null, OptionSet={}, "server responds hi" 06:51:48.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R926, 127.0.0.1:8280, complete]! 06:51:48.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R926, 127.0.0.1:8280, complete] completed NON-2.04 MID=20895, Token=509AC9F1327D5D29, 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! 06:51:48.730 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.730 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E990,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20895, Token=509AC9F1327D5D29, 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] 06:51:48.730 [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 42 bytes from 127.0.0.1:8283 06:51:48.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20895] 06:51:48.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L925, 127.0.0.1:8283, complete]! 06:51:48.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L925, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-509AC9F1327D5D29] 06:51:48.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L925, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20895] 06:51:48.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L925, 127.0.0.1:8283, complete] completed CON-POST MID=20895, Token=509AC9F1327D5D29, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20895, Token=509AC9F1327D5D29, 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! 06:51:48.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L927, 127.0.0.1:8283] send request 06:51:48.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L927, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L927, 127.0.0.1:8283] 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 06:51:48.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L927, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20896], CON-POST MID=20896, 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 06:51:48.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L927, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-54440D6C57E902BA], CON-POST MID=20896, Token=54440D6C57E902BA, 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 06:51:48.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20896], KeyToken[127.0.0.1:8283-54440D6C57E902BA]] 06:51:48.731 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.731 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E991,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20896, Token=54440D6C57E902BA, 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] 06:51:48.731 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20896] 06:51:48.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R928, 127.0.0.1:8280] replace CON-POST MID=20896, Token=54440D6C57E902BA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20896, Token=54440D6C57E902BA, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R928, 127.0.0.1:8280] send response NON-2.05 MID=20896, Token=null, OptionSet={}, "server responds hi" 06:51:48.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R928, 127.0.0.1:8280, complete]! 06:51:48.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R928, 127.0.0.1:8280, complete] completed NON-2.04 MID=20896, Token=54440D6C57E902BA, 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! 06:51:48.731 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.732 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E992,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20896, Token=54440D6C57E902BA, 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] 06:51:48.732 [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 42 bytes from 127.0.0.1:8283 06:51:48.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20896] 06:51:48.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L927, 127.0.0.1:8283, complete]! 06:51:48.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L927, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-54440D6C57E902BA] 06:51:48.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L927, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20896] 06:51:48.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L927, 127.0.0.1:8283, complete] completed CON-POST MID=20896, Token=54440D6C57E902BA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20896, Token=54440D6C57E902BA, 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! 06:51:48.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L929, 127.0.0.1:8283] send request 06:51:48.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L929, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L929, 127.0.0.1:8283] 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 06:51:48.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L929, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20897], CON-POST MID=20897, 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 06:51:48.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L929, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-4017D89C7793C0ED], CON-POST MID=20897, Token=4017D89C7793C0ED, 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 06:51:48.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20897], KeyToken[127.0.0.1:8283-4017D89C7793C0ED]] 06:51:48.732 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.732 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E993,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20897, Token=4017D89C7793C0ED, 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] 06:51:48.732 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20897] 06:51:48.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R930, 127.0.0.1:8280] replace CON-POST MID=20897, Token=4017D89C7793C0ED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20897, Token=4017D89C7793C0ED, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R930, 127.0.0.1:8280] send response NON-2.05 MID=20897, Token=null, OptionSet={}, "server responds hi" 06:51:48.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R930, 127.0.0.1:8280, complete]! 06:51:48.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R930, 127.0.0.1:8280, complete] completed NON-2.04 MID=20897, Token=4017D89C7793C0ED, 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! 06:51:48.733 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.733 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E994,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20897, Token=4017D89C7793C0ED, 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] 06:51:48.733 [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 42 bytes from 127.0.0.1:8283 06:51:48.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20897] 06:51:48.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L929, 127.0.0.1:8283, complete]! 06:51:48.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L929, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-4017D89C7793C0ED] 06:51:48.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L929, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20897] 06:51:48.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L929, 127.0.0.1:8283, complete] completed CON-POST MID=20897, Token=4017D89C7793C0ED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20897, Token=4017D89C7793C0ED, 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! 06:51:48.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L931, 127.0.0.1:8283] send request 06:51:48.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L931, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L931, 127.0.0.1:8283] 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 06:51:48.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L931, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20898], CON-POST MID=20898, 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 06:51:48.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L931, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-DC842D86F237C619], CON-POST MID=20898, Token=DC842D86F237C619, 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 06:51:48.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20898], KeyToken[127.0.0.1:8283-DC842D86F237C619]] 06:51:48.734 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.734 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E995,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20898, Token=DC842D86F237C619, 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] 06:51:48.734 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20898] 06:51:48.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R932, 127.0.0.1:8280] replace CON-POST MID=20898, Token=DC842D86F237C619, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20898, Token=DC842D86F237C619, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R932, 127.0.0.1:8280] send response NON-2.05 MID=20898, Token=null, OptionSet={}, "server responds hi" 06:51:48.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R932, 127.0.0.1:8280, complete]! 06:51:48.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R932, 127.0.0.1:8280, complete] completed NON-2.04 MID=20898, Token=DC842D86F237C619, 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! 06:51:48.734 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.734 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E996,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20898, Token=DC842D86F237C619, 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] 06:51:48.734 [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 42 bytes from 127.0.0.1:8283 06:51:48.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20898] 06:51:48.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L931, 127.0.0.1:8283, complete]! 06:51:48.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L931, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-DC842D86F237C619] 06:51:48.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L931, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20898] 06:51:48.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L931, 127.0.0.1:8283, complete] completed CON-POST MID=20898, Token=DC842D86F237C619, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20898, Token=DC842D86F237C619, 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! 06:51:48.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L933, 127.0.0.1:8283] send request 06:51:48.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L933, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L933, 127.0.0.1:8283] 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 06:51:48.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L933, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20899], CON-POST MID=20899, 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 06:51:48.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L933, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-D0868B3CAC5F1B2F], CON-POST MID=20899, Token=D0868B3CAC5F1B2F, 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 06:51:48.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20899], KeyToken[127.0.0.1:8283-D0868B3CAC5F1B2F]] 06:51:48.735 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.735 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E997,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20899, Token=D0868B3CAC5F1B2F, 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] 06:51:48.735 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20899] 06:51:48.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R934, 127.0.0.1:8280] replace CON-POST MID=20899, Token=D0868B3CAC5F1B2F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20899, Token=D0868B3CAC5F1B2F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R934, 127.0.0.1:8280] send response NON-2.05 MID=20899, Token=null, OptionSet={}, "server responds hi" 06:51:48.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R934, 127.0.0.1:8280, complete]! 06:51:48.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R934, 127.0.0.1:8280, complete] completed NON-2.04 MID=20899, Token=D0868B3CAC5F1B2F, 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! 06:51:48.735 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.735 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E998,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20899, Token=D0868B3CAC5F1B2F, 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] 06:51:48.735 [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 42 bytes from 127.0.0.1:8283 06:51:48.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20899] 06:51:48.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L933, 127.0.0.1:8283, complete]! 06:51:48.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L933, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-D0868B3CAC5F1B2F] 06:51:48.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L933, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20899] 06:51:48.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L933, 127.0.0.1:8283, complete] completed CON-POST MID=20899, Token=D0868B3CAC5F1B2F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20899, Token=D0868B3CAC5F1B2F, 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! 06:51:48.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L935, 127.0.0.1:8283] send request 06:51:48.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L935, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L935, 127.0.0.1:8283] 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 06:51:48.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L935, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20900], CON-POST MID=20900, 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 06:51:48.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L935, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-E8057CD6F1EDA1AE], CON-POST MID=20900, Token=E8057CD6F1EDA1AE, 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 06:51:48.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20900], KeyToken[127.0.0.1:8283-E8057CD6F1EDA1AE]] 06:51:48.736 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.736 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E999,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20900, Token=E8057CD6F1EDA1AE, 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] 06:51:48.736 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20900] 06:51:48.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R936, 127.0.0.1:8280] replace CON-POST MID=20900, Token=E8057CD6F1EDA1AE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20900, Token=E8057CD6F1EDA1AE, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R936, 127.0.0.1:8280] send response NON-2.05 MID=20900, Token=null, OptionSet={}, "server responds hi" 06:51:48.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R936, 127.0.0.1:8280, complete]! 06:51:48.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R936, 127.0.0.1:8280, complete] completed NON-2.04 MID=20900, Token=E8057CD6F1EDA1AE, 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! 06:51:48.737 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.737 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,000,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20900, Token=E8057CD6F1EDA1AE, 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] 06:51:48.737 [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 42 bytes from 127.0.0.1:8283 06:51:48.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20900] 06:51:48.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L935, 127.0.0.1:8283, complete]! 06:51:48.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L935, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-E8057CD6F1EDA1AE] 06:51:48.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L935, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20900] 06:51:48.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L935, 127.0.0.1:8283, complete] completed CON-POST MID=20900, Token=E8057CD6F1EDA1AE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20900, Token=E8057CD6F1EDA1AE, 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! 06:51:48.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L937, 127.0.0.1:8283] send request 06:51:48.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L937, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L937, 127.0.0.1:8283] 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 06:51:48.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L937, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20901], CON-POST MID=20901, 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 06:51:48.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L937, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-58AB272E635A3CAA], CON-POST MID=20901, Token=58AB272E635A3CAA, 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 06:51:48.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20901], KeyToken[127.0.0.1:8283-58AB272E635A3CAA]] 06:51:48.737 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.737 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,001,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20901, Token=58AB272E635A3CAA, 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] 06:51:48.737 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20901] 06:51:48.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R938, 127.0.0.1:8280] replace CON-POST MID=20901, Token=58AB272E635A3CAA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20901, Token=58AB272E635A3CAA, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R938, 127.0.0.1:8280] send response NON-2.05 MID=20901, Token=null, OptionSet={}, "server responds hi" 06:51:48.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R938, 127.0.0.1:8280, complete]! 06:51:48.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R938, 127.0.0.1:8280, complete] completed NON-2.04 MID=20901, Token=58AB272E635A3CAA, 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! 06:51:48.738 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.738 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,002,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20901, Token=58AB272E635A3CAA, 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] 06:51:48.738 [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 42 bytes from 127.0.0.1:8283 06:51:48.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20901] 06:51:48.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L937, 127.0.0.1:8283, complete]! 06:51:48.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L937, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-58AB272E635A3CAA] 06:51:48.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L937, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20901] 06:51:48.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L937, 127.0.0.1:8283, complete] completed CON-POST MID=20901, Token=58AB272E635A3CAA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20901, Token=58AB272E635A3CAA, 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! 06:51:48.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L939, 127.0.0.1:8283] send request 06:51:48.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L939, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L939, 127.0.0.1:8283] 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 06:51:48.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L939, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20902], CON-POST MID=20902, 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 06:51:48.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L939, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C0A9E5B03A1E288C], CON-POST MID=20902, Token=C0A9E5B03A1E288C, 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 06:51:48.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20902], KeyToken[127.0.0.1:8283-C0A9E5B03A1E288C]] 06:51:48.739 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.739 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,003,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20902, Token=C0A9E5B03A1E288C, 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] 06:51:48.739 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20902] 06:51:48.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R940, 127.0.0.1:8280] replace CON-POST MID=20902, Token=C0A9E5B03A1E288C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20902, Token=C0A9E5B03A1E288C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R940, 127.0.0.1:8280] send response NON-2.05 MID=20902, Token=null, OptionSet={}, "server responds hi" 06:51:48.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R940, 127.0.0.1:8280, complete]! 06:51:48.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R940, 127.0.0.1:8280, complete] completed NON-2.04 MID=20902, Token=C0A9E5B03A1E288C, 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! 06:51:48.739 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.739 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,004,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20902, Token=C0A9E5B03A1E288C, 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] 06:51:48.739 [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 42 bytes from 127.0.0.1:8283 06:51:48.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20902] 06:51:48.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L939, 127.0.0.1:8283, complete]! 06:51:48.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L939, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C0A9E5B03A1E288C] 06:51:48.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L939, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20902] 06:51:48.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L939, 127.0.0.1:8283, complete] completed CON-POST MID=20902, Token=C0A9E5B03A1E288C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20902, Token=C0A9E5B03A1E288C, 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! 06:51:48.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L941, 127.0.0.1:8283] send request 06:51:48.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L941, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L941, 127.0.0.1:8283] 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 06:51:48.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L941, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20903], CON-POST MID=20903, 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 06:51:48.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L941, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-E0E0F8A17D5BF5F0], CON-POST MID=20903, Token=E0E0F8A17D5BF5F0, 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 06:51:48.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20903], KeyToken[127.0.0.1:8283-E0E0F8A17D5BF5F0]] 06:51:48.740 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.740 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,005,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20903, Token=E0E0F8A17D5BF5F0, 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] 06:51:48.740 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20903] 06:51:48.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R942, 127.0.0.1:8280] replace CON-POST MID=20903, Token=E0E0F8A17D5BF5F0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20903, Token=E0E0F8A17D5BF5F0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R942, 127.0.0.1:8280] send response NON-2.05 MID=20903, Token=null, OptionSet={}, "server responds hi" 06:51:48.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R942, 127.0.0.1:8280, complete]! 06:51:48.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R942, 127.0.0.1:8280, complete] completed NON-2.04 MID=20903, Token=E0E0F8A17D5BF5F0, 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! 06:51:48.740 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.741 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,006,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20903, Token=E0E0F8A17D5BF5F0, 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] 06:51:48.741 [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 42 bytes from 127.0.0.1:8283 06:51:48.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20903] 06:51:48.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L941, 127.0.0.1:8283, complete]! 06:51:48.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L941, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-E0E0F8A17D5BF5F0] 06:51:48.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L941, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20903] 06:51:48.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L941, 127.0.0.1:8283, complete] completed CON-POST MID=20903, Token=E0E0F8A17D5BF5F0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20903, Token=E0E0F8A17D5BF5F0, 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! 06:51:48.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L943, 127.0.0.1:8283] send request 06:51:48.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L943, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L943, 127.0.0.1:8283] 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 06:51:48.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L943, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20904], CON-POST MID=20904, 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 06:51:48.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L943, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-4C654473B612A2B0], CON-POST MID=20904, Token=4C654473B612A2B0, 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 06:51:48.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20904], KeyToken[127.0.0.1:8283-4C654473B612A2B0]] 06:51:48.741 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.741 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,007,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20904, Token=4C654473B612A2B0, 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] 06:51:48.741 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.741 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20904] 06:51:48.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R944, 127.0.0.1:8280] replace CON-POST MID=20904, Token=4C654473B612A2B0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20904, Token=4C654473B612A2B0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R944, 127.0.0.1:8280] send response NON-2.05 MID=20904, Token=null, OptionSet={}, "server responds hi" 06:51:48.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R944, 127.0.0.1:8280, complete]! 06:51:48.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R944, 127.0.0.1:8280, complete] completed NON-2.04 MID=20904, Token=4C654473B612A2B0, 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! 06:51:48.742 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.742 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,008,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20904, Token=4C654473B612A2B0, 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] 06:51:48.742 [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 42 bytes from 127.0.0.1:8283 06:51:48.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20904] 06:51:48.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L943, 127.0.0.1:8283, complete]! 06:51:48.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L943, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-4C654473B612A2B0] 06:51:48.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L943, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20904] 06:51:48.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L943, 127.0.0.1:8283, complete] completed CON-POST MID=20904, Token=4C654473B612A2B0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20904, Token=4C654473B612A2B0, 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! 06:51:48.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L945, 127.0.0.1:8283] send request 06:51:48.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L945, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L945, 127.0.0.1:8283] 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 06:51:48.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L945, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20905], CON-POST MID=20905, 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 06:51:48.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L945, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-643708FBE36D7958], CON-POST MID=20905, Token=643708FBE36D7958, 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 06:51:48.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20905], KeyToken[127.0.0.1:8283-643708FBE36D7958]] 06:51:48.743 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.743 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,009,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20905, Token=643708FBE36D7958, 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] 06:51:48.743 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20905] 06:51:48.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R946, 127.0.0.1:8280] replace CON-POST MID=20905, Token=643708FBE36D7958, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20905, Token=643708FBE36D7958, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R946, 127.0.0.1:8280] send response NON-2.05 MID=20905, Token=null, OptionSet={}, "server responds hi" 06:51:48.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R946, 127.0.0.1:8280, complete]! 06:51:48.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R946, 127.0.0.1:8280, complete] completed NON-2.04 MID=20905, Token=643708FBE36D7958, 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! 06:51:48.743 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.743 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,010,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20905, Token=643708FBE36D7958, 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] 06:51:48.743 [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 42 bytes from 127.0.0.1:8283 06:51:48.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20905] 06:51:48.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L945, 127.0.0.1:8283, complete]! 06:51:48.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L945, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-643708FBE36D7958] 06:51:48.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L945, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20905] 06:51:48.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L945, 127.0.0.1:8283, complete] completed CON-POST MID=20905, Token=643708FBE36D7958, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20905, Token=643708FBE36D7958, 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! 06:51:48.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L947, 127.0.0.1:8283] send request 06:51:48.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L947, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L947, 127.0.0.1:8283] 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 06:51:48.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L947, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20906], CON-POST MID=20906, 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 06:51:48.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L947, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C865C4816C4ECAA9], CON-POST MID=20906, Token=C865C4816C4ECAA9, 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 06:51:48.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20906], KeyToken[127.0.0.1:8283-C865C4816C4ECAA9]] 06:51:48.744 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.744 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,011,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20906, Token=C865C4816C4ECAA9, 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] 06:51:48.744 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20906] 06:51:48.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R948, 127.0.0.1:8280] replace CON-POST MID=20906, Token=C865C4816C4ECAA9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20906, Token=C865C4816C4ECAA9, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R948, 127.0.0.1:8280] send response NON-2.05 MID=20906, Token=null, OptionSet={}, "server responds hi" 06:51:48.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R948, 127.0.0.1:8280, complete]! 06:51:48.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R948, 127.0.0.1:8280, complete] completed NON-2.04 MID=20906, Token=C865C4816C4ECAA9, 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! 06:51:48.745 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.745 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,012,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20906, Token=C865C4816C4ECAA9, 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] 06:51:48.745 [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 42 bytes from 127.0.0.1:8283 06:51:48.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20906] 06:51:48.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L947, 127.0.0.1:8283, complete]! 06:51:48.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L947, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C865C4816C4ECAA9] 06:51:48.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L947, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20906] 06:51:48.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L947, 127.0.0.1:8283, complete] completed CON-POST MID=20906, Token=C865C4816C4ECAA9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20906, Token=C865C4816C4ECAA9, 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! 06:51:48.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L949, 127.0.0.1:8283] send request 06:51:48.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L949, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L949, 127.0.0.1:8283] 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 06:51:48.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L949, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20907], CON-POST MID=20907, 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 06:51:48.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L949, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-D83CEE219CCABA06], CON-POST MID=20907, Token=D83CEE219CCABA06, 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 06:51:48.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20907], KeyToken[127.0.0.1:8283-D83CEE219CCABA06]] 06:51:48.745 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.745 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,013,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20907, Token=D83CEE219CCABA06, 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] 06:51:48.745 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20907] 06:51:48.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R950, 127.0.0.1:8280] replace CON-POST MID=20907, Token=D83CEE219CCABA06, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20907, Token=D83CEE219CCABA06, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R950, 127.0.0.1:8280] send response NON-2.05 MID=20907, Token=null, OptionSet={}, "server responds hi" 06:51:48.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R950, 127.0.0.1:8280, complete]! 06:51:48.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R950, 127.0.0.1:8280, complete] completed NON-2.04 MID=20907, Token=D83CEE219CCABA06, 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! 06:51:48.746 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.746 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,014,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20907, Token=D83CEE219CCABA06, 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] 06:51:48.746 [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 42 bytes from 127.0.0.1:8283 06:51:48.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20907] 06:51:48.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L949, 127.0.0.1:8283, complete]! 06:51:48.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L949, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-D83CEE219CCABA06] 06:51:48.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L949, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20907] 06:51:48.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L949, 127.0.0.1:8283, complete] completed CON-POST MID=20907, Token=D83CEE219CCABA06, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20907, Token=D83CEE219CCABA06, 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! 06:51:48.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L951, 127.0.0.1:8283] send request 06:51:48.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L951, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L951, 127.0.0.1:8283] 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 06:51:48.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L951, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20908], CON-POST MID=20908, 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 06:51:48.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L951, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-08AF46B2D85EE21D], CON-POST MID=20908, Token=08AF46B2D85EE21D, 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 06:51:48.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20908], KeyToken[127.0.0.1:8283-08AF46B2D85EE21D]] 06:51:48.747 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.747 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,015,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20908, Token=08AF46B2D85EE21D, 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] 06:51:48.747 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20908] 06:51:48.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R952, 127.0.0.1:8280] replace CON-POST MID=20908, Token=08AF46B2D85EE21D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20908, Token=08AF46B2D85EE21D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R952, 127.0.0.1:8280] send response NON-2.05 MID=20908, Token=null, OptionSet={}, "server responds hi" 06:51:48.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R952, 127.0.0.1:8280, complete]! 06:51:48.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R952, 127.0.0.1:8280, complete] completed NON-2.04 MID=20908, Token=08AF46B2D85EE21D, 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! 06:51:48.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:8280 06:51:48.751 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,016,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20908, Token=08AF46B2D85EE21D, 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] 06:51:48.751 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20908] 06:51:48.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L951, 127.0.0.1:8283, complete]! 06:51:48.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L951, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-08AF46B2D85EE21D] 06:51:48.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L951, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20908] 06:51:48.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L951, 127.0.0.1:8283, complete] completed CON-POST MID=20908, Token=08AF46B2D85EE21D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20908, Token=08AF46B2D85EE21D, 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! 06:51:48.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L953, 127.0.0.1:8283] send request 06:51:48.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L953, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L953, 127.0.0.1:8283] 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 06:51:48.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L953, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20909], CON-POST MID=20909, 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 06:51:48.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L953, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-2C96A3A1DDAB289F], CON-POST MID=20909, Token=2C96A3A1DDAB289F, 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 06:51:48.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20909], KeyToken[127.0.0.1:8283-2C96A3A1DDAB289F]] 06:51:48.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:8283 06:51:48.752 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,017,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20909, Token=2C96A3A1DDAB289F, 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] 06:51:48.752 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20909] 06:51:48.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R954, 127.0.0.1:8280] replace CON-POST MID=20909, Token=2C96A3A1DDAB289F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20909, Token=2C96A3A1DDAB289F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R954, 127.0.0.1:8280] send response NON-2.05 MID=20909, Token=null, OptionSet={}, "server responds hi" 06:51:48.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R954, 127.0.0.1:8280, complete]! 06:51:48.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R954, 127.0.0.1:8280, complete] completed NON-2.04 MID=20909, Token=2C96A3A1DDAB289F, 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! 06:51:48.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:8280 06:51:48.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,018,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20909, Token=2C96A3A1DDAB289F, 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] 06:51:48.753 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20909] 06:51:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L953, 127.0.0.1:8283, complete]! 06:51:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L953, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-2C96A3A1DDAB289F] 06:51:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L953, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20909] 06:51:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L953, 127.0.0.1:8283, complete] completed CON-POST MID=20909, Token=2C96A3A1DDAB289F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20909, Token=2C96A3A1DDAB289F, 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! 06:51:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L955, 127.0.0.1:8283] send request 06:51:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L955, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L955, 127.0.0.1:8283] 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 06:51:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L955, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20910], CON-POST MID=20910, 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 06:51:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L955, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-00CEFA394E5AD88F], CON-POST MID=20910, Token=00CEFA394E5AD88F, 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 06:51:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20910], KeyToken[127.0.0.1:8283-00CEFA394E5AD88F]] 06:51:48.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:8283 06:51:48.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,019,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20910, Token=00CEFA394E5AD88F, 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] 06:51:48.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20910] 06:51:48.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R956, 127.0.0.1:8280] replace CON-POST MID=20910, Token=00CEFA394E5AD88F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20910, Token=00CEFA394E5AD88F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R956, 127.0.0.1:8280] send response NON-2.05 MID=20910, Token=null, OptionSet={}, "server responds hi" 06:51:48.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R956, 127.0.0.1:8280, complete]! 06:51:48.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R956, 127.0.0.1:8280, complete] completed NON-2.04 MID=20910, Token=00CEFA394E5AD88F, 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! 06:51:48.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:8280 06:51:48.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,020,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20910, Token=00CEFA394E5AD88F, 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] 06:51:48.754 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20910] 06:51:48.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L955, 127.0.0.1:8283, complete]! 06:51:48.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L955, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-00CEFA394E5AD88F] 06:51:48.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L955, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20910] 06:51:48.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L955, 127.0.0.1:8283, complete] completed CON-POST MID=20910, Token=00CEFA394E5AD88F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20910, Token=00CEFA394E5AD88F, 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! 06:51:48.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L957, 127.0.0.1:8283] send request 06:51:48.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L957, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L957, 127.0.0.1:8283] 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 06:51:48.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L957, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20911], CON-POST MID=20911, 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 06:51:48.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L957, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-202B19753694DACF], CON-POST MID=20911, Token=202B19753694DACF, 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 06:51:48.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20911], KeyToken[127.0.0.1:8283-202B19753694DACF]] 06:51:48.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:8283 06:51:48.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,021,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20911, Token=202B19753694DACF, 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] 06:51:48.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20911] 06:51:48.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R958, 127.0.0.1:8280] replace CON-POST MID=20911, Token=202B19753694DACF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20911, Token=202B19753694DACF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R958, 127.0.0.1:8280] send response NON-2.05 MID=20911, Token=null, OptionSet={}, "server responds hi" 06:51:48.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R958, 127.0.0.1:8280, complete]! 06:51:48.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R958, 127.0.0.1:8280, complete] completed NON-2.04 MID=20911, Token=202B19753694DACF, 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! 06:51:48.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:8280 06:51:48.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,022,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20911, Token=202B19753694DACF, 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] 06:51:48.755 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20911] 06:51:48.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L957, 127.0.0.1:8283, complete]! 06:51:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L957, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-202B19753694DACF] 06:51:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L957, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20911] 06:51:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L957, 127.0.0.1:8283, complete] completed CON-POST MID=20911, Token=202B19753694DACF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20911, Token=202B19753694DACF, 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! 06:51:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L959, 127.0.0.1:8283] send request 06:51:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L959, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L959, 127.0.0.1:8283] 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 06:51:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L959, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20912], CON-POST MID=20912, 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 06:51:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L959, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-6C49E1E6F7C5E96C], CON-POST MID=20912, Token=6C49E1E6F7C5E96C, 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 06:51:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20912], KeyToken[127.0.0.1:8283-6C49E1E6F7C5E96C]] 06:51:48.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:8283 06:51:48.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,023,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20912, Token=6C49E1E6F7C5E96C, 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] 06:51:48.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20912] 06:51:48.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R960, 127.0.0.1:8280] replace CON-POST MID=20912, Token=6C49E1E6F7C5E96C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20912, Token=6C49E1E6F7C5E96C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R960, 127.0.0.1:8280] send response NON-2.05 MID=20912, Token=null, OptionSet={}, "server responds hi" 06:51:48.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R960, 127.0.0.1:8280, complete]! 06:51:48.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R960, 127.0.0.1:8280, complete] completed NON-2.04 MID=20912, Token=6C49E1E6F7C5E96C, 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! 06:51:48.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:8280 06:51:48.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,024,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20912, Token=6C49E1E6F7C5E96C, 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] 06:51:48.757 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20912] 06:51:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L959, 127.0.0.1:8283, complete]! 06:51:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L959, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-6C49E1E6F7C5E96C] 06:51:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L959, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20912] 06:51:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L959, 127.0.0.1:8283, complete] completed CON-POST MID=20912, Token=6C49E1E6F7C5E96C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20912, Token=6C49E1E6F7C5E96C, 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! 06:51:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L961, 127.0.0.1:8283] send request 06:51:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L961, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L961, 127.0.0.1:8283] 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 06:51:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L961, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20913], CON-POST MID=20913, 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 06:51:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L961, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-30F35AD57CCDC9DC], CON-POST MID=20913, Token=30F35AD57CCDC9DC, 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 06:51:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20913], KeyToken[127.0.0.1:8283-30F35AD57CCDC9DC]] 06:51:48.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:8283 06:51:48.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,025,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20913, Token=30F35AD57CCDC9DC, 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] 06:51:48.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20913] 06:51:48.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R962, 127.0.0.1:8280] replace CON-POST MID=20913, Token=30F35AD57CCDC9DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20913, Token=30F35AD57CCDC9DC, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R962, 127.0.0.1:8280] send response NON-2.05 MID=20913, Token=null, OptionSet={}, "server responds hi" 06:51:48.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R962, 127.0.0.1:8280, complete]! 06:51:48.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R962, 127.0.0.1:8280, complete] completed NON-2.04 MID=20913, Token=30F35AD57CCDC9DC, 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! 06:51:48.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:8280 06:51:48.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,026,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20913, Token=30F35AD57CCDC9DC, 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] 06:51:48.758 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20913] 06:51:48.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L961, 127.0.0.1:8283, complete]! 06:51:48.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L961, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-30F35AD57CCDC9DC] 06:51:48.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L961, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20913] 06:51:48.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L961, 127.0.0.1:8283, complete] completed CON-POST MID=20913, Token=30F35AD57CCDC9DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20913, Token=30F35AD57CCDC9DC, 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! 06:51:48.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L963, 127.0.0.1:8283] send request 06:51:48.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L963, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L963, 127.0.0.1:8283] 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 06:51:48.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L963, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20914], CON-POST MID=20914, 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 06:51:48.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L963, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-9C701ECB9B5C844C], CON-POST MID=20914, Token=9C701ECB9B5C844C, 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 06:51:48.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20914], KeyToken[127.0.0.1:8283-9C701ECB9B5C844C]] 06:51:48.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:8283 06:51:48.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,027,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20914, Token=9C701ECB9B5C844C, 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] 06:51:48.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20914] 06:51:48.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R964, 127.0.0.1:8280] replace CON-POST MID=20914, Token=9C701ECB9B5C844C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20914, Token=9C701ECB9B5C844C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R964, 127.0.0.1:8280] send response NON-2.05 MID=20914, Token=null, OptionSet={}, "server responds hi" 06:51:48.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R964, 127.0.0.1:8280, complete]! 06:51:48.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R964, 127.0.0.1:8280, complete] completed NON-2.04 MID=20914, Token=9C701ECB9B5C844C, 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! 06:51:48.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:8280 06:51:48.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,028,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20914, Token=9C701ECB9B5C844C, 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] 06:51:48.760 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20914] 06:51:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L963, 127.0.0.1:8283, complete]! 06:51:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L963, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-9C701ECB9B5C844C] 06:51:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L963, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20914] 06:51:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L963, 127.0.0.1:8283, complete] completed CON-POST MID=20914, Token=9C701ECB9B5C844C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20914, Token=9C701ECB9B5C844C, 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! 06:51:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L965, 127.0.0.1:8283] send request 06:51:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L965, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L965, 127.0.0.1:8283] 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 06:51:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L965, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20915], CON-POST MID=20915, 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 06:51:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L965, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-44683D9BAB9F4A20], CON-POST MID=20915, Token=44683D9BAB9F4A20, 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 06:51:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20915], KeyToken[127.0.0.1:8283-44683D9BAB9F4A20]] 06:51:48.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:8283 06:51:48.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,029,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20915, Token=44683D9BAB9F4A20, 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] 06:51:48.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20915] 06:51:48.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R966, 127.0.0.1:8280] replace CON-POST MID=20915, Token=44683D9BAB9F4A20, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20915, Token=44683D9BAB9F4A20, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R966, 127.0.0.1:8280] send response NON-2.05 MID=20915, Token=null, OptionSet={}, "server responds hi" 06:51:48.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R966, 127.0.0.1:8280, complete]! 06:51:48.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R966, 127.0.0.1:8280, complete] completed NON-2.04 MID=20915, Token=44683D9BAB9F4A20, 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! 06:51:48.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:8280 06:51:48.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,030,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20915, Token=44683D9BAB9F4A20, 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] 06:51:48.761 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20915] 06:51:48.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L965, 127.0.0.1:8283, complete]! 06:51:48.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L965, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-44683D9BAB9F4A20] 06:51:48.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L965, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20915] 06:51:48.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L965, 127.0.0.1:8283, complete] completed CON-POST MID=20915, Token=44683D9BAB9F4A20, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20915, Token=44683D9BAB9F4A20, 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! 06:51:48.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L967, 127.0.0.1:8283] send request 06:51:48.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L967, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L967, 127.0.0.1:8283] 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 06:51:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L967, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20916], CON-POST MID=20916, 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 06:51:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L967, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-7443A6C68366A66D], CON-POST MID=20916, Token=7443A6C68366A66D, 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 06:51:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20916], KeyToken[127.0.0.1:8283-7443A6C68366A66D]] 06:51:48.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:8283 06:51:48.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,031,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20916, Token=7443A6C68366A66D, 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] 06:51:48.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20916] 06:51:48.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R968, 127.0.0.1:8280] replace CON-POST MID=20916, Token=7443A6C68366A66D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20916, Token=7443A6C68366A66D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R968, 127.0.0.1:8280] send response NON-2.05 MID=20916, Token=null, OptionSet={}, "server responds hi" 06:51:48.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R968, 127.0.0.1:8280, complete]! 06:51:48.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R968, 127.0.0.1:8280, complete] completed NON-2.04 MID=20916, Token=7443A6C68366A66D, 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! 06:51:48.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:8280 06:51:48.763 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,032,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20916, Token=7443A6C68366A66D, 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] 06:51:48.763 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20916] 06:51:48.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L967, 127.0.0.1:8283, complete]! 06:51:48.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L967, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-7443A6C68366A66D] 06:51:48.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L967, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20916] 06:51:48.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L967, 127.0.0.1:8283, complete] completed CON-POST MID=20916, Token=7443A6C68366A66D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20916, Token=7443A6C68366A66D, 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! 06:51:48.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L969, 127.0.0.1:8283] send request 06:51:48.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L969, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L969, 127.0.0.1:8283] 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 06:51:48.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L969, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20917], CON-POST MID=20917, 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 06:51:48.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L969, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-BCD62CFC7B584C23], CON-POST MID=20917, Token=BCD62CFC7B584C23, 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 06:51:48.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20917], KeyToken[127.0.0.1:8283-BCD62CFC7B584C23]] 06:51:48.815 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.815 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,033,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20917, Token=BCD62CFC7B584C23, 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] 06:51:48.815 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.815 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20917] 06:51:48.815 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.815 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R970, 127.0.0.1:8280] replace CON-POST MID=20917, Token=BCD62CFC7B584C23, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20917, Token=BCD62CFC7B584C23, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.815 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R970, 127.0.0.1:8280] send response NON-2.05 MID=20917, Token=null, OptionSet={}, "server responds hi" 06:51:48.816 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R970, 127.0.0.1:8280, complete]! 06:51:48.816 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R970, 127.0.0.1:8280, complete] completed NON-2.04 MID=20917, Token=BCD62CFC7B584C23, 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! 06:51:48.816 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.816 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,034,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20917, Token=BCD62CFC7B584C23, 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] 06:51:48.816 [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 42 bytes from 127.0.0.1:8283 06:51:48.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20917] 06:51:48.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L969, 127.0.0.1:8283, complete]! 06:51:48.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L969, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-BCD62CFC7B584C23] 06:51:48.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L969, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20917] 06:51:48.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L969, 127.0.0.1:8283, complete] completed CON-POST MID=20917, Token=BCD62CFC7B584C23, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20917, Token=BCD62CFC7B584C23, 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! 06:51:48.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L971, 127.0.0.1:8283] send request 06:51:48.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L971, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L971, 127.0.0.1:8283] 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 06:51:48.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L971, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20918], CON-POST MID=20918, 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 06:51:48.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L971, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-7C97AE1FDB07A8B6], CON-POST MID=20918, Token=7C97AE1FDB07A8B6, 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 06:51:48.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20918], KeyToken[127.0.0.1:8283-7C97AE1FDB07A8B6]] 06:51:48.817 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.817 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,035,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20918, Token=7C97AE1FDB07A8B6, 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] 06:51:48.817 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20918] 06:51:48.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R972, 127.0.0.1:8280] replace CON-POST MID=20918, Token=7C97AE1FDB07A8B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20918, Token=7C97AE1FDB07A8B6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R972, 127.0.0.1:8280] send response NON-2.05 MID=20918, Token=null, OptionSet={}, "server responds hi" 06:51:48.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R972, 127.0.0.1:8280, complete]! 06:51:48.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R972, 127.0.0.1:8280, complete] completed NON-2.04 MID=20918, Token=7C97AE1FDB07A8B6, 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! 06:51:48.817 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.817 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,036,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20918, Token=7C97AE1FDB07A8B6, 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] 06:51:48.817 [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 42 bytes from 127.0.0.1:8283 06:51:48.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20918] 06:51:48.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L971, 127.0.0.1:8283, complete]! 06:51:48.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L971, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-7C97AE1FDB07A8B6] 06:51:48.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L971, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20918] 06:51:48.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L971, 127.0.0.1:8283, complete] completed CON-POST MID=20918, Token=7C97AE1FDB07A8B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20918, Token=7C97AE1FDB07A8B6, 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! 06:51:48.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L973, 127.0.0.1:8283] send request 06:51:48.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L973, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L973, 127.0.0.1:8283] 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 06:51:48.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L973, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20919], CON-POST MID=20919, 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 06:51:48.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L973, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-BC0015B333D8E259], CON-POST MID=20919, Token=BC0015B333D8E259, 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 06:51:48.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20919], KeyToken[127.0.0.1:8283-BC0015B333D8E259]] 06:51:48.818 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.818 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,037,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20919, Token=BC0015B333D8E259, 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] 06:51:48.818 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20919] 06:51:48.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R974, 127.0.0.1:8280] replace CON-POST MID=20919, Token=BC0015B333D8E259, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20919, Token=BC0015B333D8E259, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R974, 127.0.0.1:8280] send response NON-2.05 MID=20919, Token=null, OptionSet={}, "server responds hi" 06:51:48.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R974, 127.0.0.1:8280, complete]! 06:51:48.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R974, 127.0.0.1:8280, complete] completed NON-2.04 MID=20919, Token=BC0015B333D8E259, 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! 06:51:48.818 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.819 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,038,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20919, Token=BC0015B333D8E259, 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] 06:51:48.819 [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 42 bytes from 127.0.0.1:8283 06:51:48.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20919] 06:51:48.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L973, 127.0.0.1:8283, complete]! 06:51:48.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L973, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-BC0015B333D8E259] 06:51:48.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L973, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20919] 06:51:48.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L973, 127.0.0.1:8283, complete] completed CON-POST MID=20919, Token=BC0015B333D8E259, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20919, Token=BC0015B333D8E259, 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! 06:51:48.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L975, 127.0.0.1:8283] send request 06:51:48.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L975, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L975, 127.0.0.1:8283] 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 06:51:48.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L975, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20920], CON-POST MID=20920, 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 06:51:48.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L975, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-A0F8CBC4977F9CA3], CON-POST MID=20920, Token=A0F8CBC4977F9CA3, 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 06:51:48.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20920], KeyToken[127.0.0.1:8283-A0F8CBC4977F9CA3]] 06:51:48.819 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.819 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,039,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20920, Token=A0F8CBC4977F9CA3, 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] 06:51:48.819 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20920] 06:51:48.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R976, 127.0.0.1:8280] replace CON-POST MID=20920, Token=A0F8CBC4977F9CA3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20920, Token=A0F8CBC4977F9CA3, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R976, 127.0.0.1:8280] send response NON-2.05 MID=20920, Token=null, OptionSet={}, "server responds hi" 06:51:48.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R976, 127.0.0.1:8280, complete]! 06:51:48.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R976, 127.0.0.1:8280, complete] completed NON-2.04 MID=20920, Token=A0F8CBC4977F9CA3, 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! 06:51:48.820 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.820 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,040,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20920, Token=A0F8CBC4977F9CA3, 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] 06:51:48.820 [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 42 bytes from 127.0.0.1:8283 06:51:48.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20920] 06:51:48.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L975, 127.0.0.1:8283, complete]! 06:51:48.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L975, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-A0F8CBC4977F9CA3] 06:51:48.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L975, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20920] 06:51:48.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L975, 127.0.0.1:8283, complete] completed CON-POST MID=20920, Token=A0F8CBC4977F9CA3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20920, Token=A0F8CBC4977F9CA3, 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! 06:51:48.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L977, 127.0.0.1:8283] send request 06:51:48.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L977, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L977, 127.0.0.1:8283] 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 06:51:48.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L977, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20921], CON-POST MID=20921, 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 06:51:48.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L977, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-E0591F8E454F7DB9], CON-POST MID=20921, Token=E0591F8E454F7DB9, 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 06:51:48.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20921], KeyToken[127.0.0.1:8283-E0591F8E454F7DB9]] 06:51:48.821 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.821 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,041,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20921, Token=E0591F8E454F7DB9, 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] 06:51:48.821 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20921] 06:51:48.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R978, 127.0.0.1:8280] replace CON-POST MID=20921, Token=E0591F8E454F7DB9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20921, Token=E0591F8E454F7DB9, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R978, 127.0.0.1:8280] send response NON-2.05 MID=20921, Token=null, OptionSet={}, "server responds hi" 06:51:48.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R978, 127.0.0.1:8280, complete]! 06:51:48.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R978, 127.0.0.1:8280, complete] completed NON-2.04 MID=20921, Token=E0591F8E454F7DB9, 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! 06:51:48.821 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.821 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,042,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20921, Token=E0591F8E454F7DB9, 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] 06:51:48.821 [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 42 bytes from 127.0.0.1:8283 06:51:48.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20921] 06:51:48.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L977, 127.0.0.1:8283, complete]! 06:51:48.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L977, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-E0591F8E454F7DB9] 06:51:48.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L977, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20921] 06:51:48.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L977, 127.0.0.1:8283, complete] completed CON-POST MID=20921, Token=E0591F8E454F7DB9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20921, Token=E0591F8E454F7DB9, 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! 06:51:48.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L979, 127.0.0.1:8283] send request 06:51:48.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L979, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L979, 127.0.0.1:8283] 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 06:51:48.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L979, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20922], CON-POST MID=20922, 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 06:51:48.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L979, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-9053B9E1550480EB], CON-POST MID=20922, Token=9053B9E1550480EB, 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 06:51:48.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20922], KeyToken[127.0.0.1:8283-9053B9E1550480EB]] 06:51:48.822 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.822 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,043,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20922, Token=9053B9E1550480EB, 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] 06:51:48.822 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20922] 06:51:48.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R980, 127.0.0.1:8280] replace CON-POST MID=20922, Token=9053B9E1550480EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20922, Token=9053B9E1550480EB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.823 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R980, 127.0.0.1:8280] send response NON-2.05 MID=20922, Token=null, OptionSet={}, "server responds hi" 06:51:48.823 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R980, 127.0.0.1:8280, complete]! 06:51:48.823 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R980, 127.0.0.1:8280, complete] completed NON-2.04 MID=20922, Token=9053B9E1550480EB, 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! 06:51:48.823 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.823 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,044,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20922, Token=9053B9E1550480EB, 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] 06:51:48.823 [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 42 bytes from 127.0.0.1:8283 06:51:48.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20922] 06:51:48.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L979, 127.0.0.1:8283, complete]! 06:51:48.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L979, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-9053B9E1550480EB] 06:51:48.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L979, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20922] 06:51:48.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L979, 127.0.0.1:8283, complete] completed CON-POST MID=20922, Token=9053B9E1550480EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20922, Token=9053B9E1550480EB, 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! 06:51:48.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L981, 127.0.0.1:8283] send request 06:51:48.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L981, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L981, 127.0.0.1:8283] 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 06:51:48.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L981, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20923], CON-POST MID=20923, 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 06:51:48.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L981, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-00AE63A30A647F55], CON-POST MID=20923, Token=00AE63A30A647F55, 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 06:51:48.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20923], KeyToken[127.0.0.1:8283-00AE63A30A647F55]] 06:51:48.824 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.824 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,045,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20923, Token=00AE63A30A647F55, 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] 06:51:48.824 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20923] 06:51:48.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R982, 127.0.0.1:8280] replace CON-POST MID=20923, Token=00AE63A30A647F55, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20923, Token=00AE63A30A647F55, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R982, 127.0.0.1:8280] send response NON-2.05 MID=20923, Token=null, OptionSet={}, "server responds hi" 06:51:48.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R982, 127.0.0.1:8280, complete]! 06:51:48.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R982, 127.0.0.1:8280, complete] completed NON-2.04 MID=20923, Token=00AE63A30A647F55, 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! 06:51:48.824 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.824 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,046,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20923, Token=00AE63A30A647F55, 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] 06:51:48.824 [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 42 bytes from 127.0.0.1:8283 06:51:48.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20923] 06:51:48.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L981, 127.0.0.1:8283, complete]! 06:51:48.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L981, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-00AE63A30A647F55] 06:51:48.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L981, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20923] 06:51:48.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L981, 127.0.0.1:8283, complete] completed CON-POST MID=20923, Token=00AE63A30A647F55, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20923, Token=00AE63A30A647F55, 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! 06:51:48.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L983, 127.0.0.1:8283] send request 06:51:48.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L983, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L983, 127.0.0.1:8283] 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 06:51:48.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L983, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20924], CON-POST MID=20924, 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 06:51:48.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L983, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F4431C91C3710B51], CON-POST MID=20924, Token=F4431C91C3710B51, 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 06:51:48.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20924], KeyToken[127.0.0.1:8283-F4431C91C3710B51]] 06:51:48.825 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.825 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,047,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20924, Token=F4431C91C3710B51, 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] 06:51:48.825 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20924] 06:51:48.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R984, 127.0.0.1:8280] replace CON-POST MID=20924, Token=F4431C91C3710B51, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20924, Token=F4431C91C3710B51, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R984, 127.0.0.1:8280] send response NON-2.05 MID=20924, Token=null, OptionSet={}, "server responds hi" 06:51:48.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R984, 127.0.0.1:8280, complete]! 06:51:48.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R984, 127.0.0.1:8280, complete] completed NON-2.04 MID=20924, Token=F4431C91C3710B51, 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! 06:51:48.825 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.826 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,048,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20924, Token=F4431C91C3710B51, 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] 06:51:48.826 [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 42 bytes from 127.0.0.1:8283 06:51:48.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20924] 06:51:48.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L983, 127.0.0.1:8283, complete]! 06:51:48.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L983, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F4431C91C3710B51] 06:51:48.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L983, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20924] 06:51:48.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L983, 127.0.0.1:8283, complete] completed CON-POST MID=20924, Token=F4431C91C3710B51, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20924, Token=F4431C91C3710B51, 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! 06:51:48.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L985, 127.0.0.1:8283] send request 06:51:48.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L985, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L985, 127.0.0.1:8283] 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 06:51:48.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L985, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20925], CON-POST MID=20925, 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 06:51:48.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L985, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C800C7C81F07E5FB], CON-POST MID=20925, Token=C800C7C81F07E5FB, 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 06:51:48.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20925], KeyToken[127.0.0.1:8283-C800C7C81F07E5FB]] 06:51:48.826 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.826 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,049,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20925, Token=C800C7C81F07E5FB, 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] 06:51:48.826 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20925] 06:51:48.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R986, 127.0.0.1:8280] replace CON-POST MID=20925, Token=C800C7C81F07E5FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20925, Token=C800C7C81F07E5FB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R986, 127.0.0.1:8280] send response NON-2.05 MID=20925, Token=null, OptionSet={}, "server responds hi" 06:51:48.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R986, 127.0.0.1:8280, complete]! 06:51:48.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R986, 127.0.0.1:8280, complete] completed NON-2.04 MID=20925, Token=C800C7C81F07E5FB, 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! 06:51:48.827 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.827 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,050,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20925, Token=C800C7C81F07E5FB, 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] 06:51:48.827 [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 42 bytes from 127.0.0.1:8283 06:51:48.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20925] 06:51:48.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L985, 127.0.0.1:8283, complete]! 06:51:48.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L985, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C800C7C81F07E5FB] 06:51:48.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L985, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20925] 06:51:48.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L985, 127.0.0.1:8283, complete] completed CON-POST MID=20925, Token=C800C7C81F07E5FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20925, Token=C800C7C81F07E5FB, 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! 06:51:48.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L987, 127.0.0.1:8283] send request 06:51:48.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L987, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L987, 127.0.0.1:8283] 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 06:51:48.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L987, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20926], CON-POST MID=20926, 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 06:51:48.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L987, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C8DDBB2676696881], CON-POST MID=20926, Token=C8DDBB2676696881, 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 06:51:48.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20926], KeyToken[127.0.0.1:8283-C8DDBB2676696881]] 06:51:48.828 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.828 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,051,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20926, Token=C8DDBB2676696881, 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] 06:51:48.828 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20926] 06:51:48.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R988, 127.0.0.1:8280] replace CON-POST MID=20926, Token=C8DDBB2676696881, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20926, Token=C8DDBB2676696881, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R988, 127.0.0.1:8280] send response NON-2.05 MID=20926, Token=null, OptionSet={}, "server responds hi" 06:51:48.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R988, 127.0.0.1:8280, complete]! 06:51:48.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R988, 127.0.0.1:8280, complete] completed NON-2.04 MID=20926, Token=C8DDBB2676696881, 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! 06:51:48.828 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.828 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,052,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20926, Token=C8DDBB2676696881, 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] 06:51:48.828 [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 42 bytes from 127.0.0.1:8283 06:51:48.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20926] 06:51:48.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L987, 127.0.0.1:8283, complete]! 06:51:48.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L987, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C8DDBB2676696881] 06:51:48.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L987, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20926] 06:51:48.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L987, 127.0.0.1:8283, complete] completed CON-POST MID=20926, Token=C8DDBB2676696881, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20926, Token=C8DDBB2676696881, 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! 06:51:48.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L989, 127.0.0.1:8283] send request 06:51:48.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L989, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L989, 127.0.0.1:8283] 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 06:51:48.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L989, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20927], CON-POST MID=20927, 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 06:51:48.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L989, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-1427A2533AC99D73], CON-POST MID=20927, Token=1427A2533AC99D73, 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 06:51:48.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20927], KeyToken[127.0.0.1:8283-1427A2533AC99D73]] 06:51:48.829 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.829 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,053,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20927, Token=1427A2533AC99D73, 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] 06:51:48.829 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20927] 06:51:48.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R990, 127.0.0.1:8280] replace CON-POST MID=20927, Token=1427A2533AC99D73, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20927, Token=1427A2533AC99D73, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R990, 127.0.0.1:8280] send response NON-2.05 MID=20927, Token=null, OptionSet={}, "server responds hi" 06:51:48.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R990, 127.0.0.1:8280, complete]! 06:51:48.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R990, 127.0.0.1:8280, complete] completed NON-2.04 MID=20927, Token=1427A2533AC99D73, 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! 06:51:48.830 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.830 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,054,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20927, Token=1427A2533AC99D73, 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] 06:51:48.830 [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 42 bytes from 127.0.0.1:8283 06:51:48.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20927] 06:51:48.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L989, 127.0.0.1:8283, complete]! 06:51:48.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L989, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-1427A2533AC99D73] 06:51:48.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L989, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20927] 06:51:48.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L989, 127.0.0.1:8283, complete] completed CON-POST MID=20927, Token=1427A2533AC99D73, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20927, Token=1427A2533AC99D73, 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! 06:51:48.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L991, 127.0.0.1:8283] send request 06:51:48.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L991, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L991, 127.0.0.1:8283] 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 06:51:48.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L991, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20928], CON-POST MID=20928, 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 06:51:48.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L991, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-78FD2C97AC012EE4], CON-POST MID=20928, Token=78FD2C97AC012EE4, 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 06:51:48.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20928], KeyToken[127.0.0.1:8283-78FD2C97AC012EE4]] 06:51:48.830 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.831 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,055,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20928, Token=78FD2C97AC012EE4, 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] 06:51:48.831 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20928] 06:51:48.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R992, 127.0.0.1:8280] replace CON-POST MID=20928, Token=78FD2C97AC012EE4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20928, Token=78FD2C97AC012EE4, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R992, 127.0.0.1:8280] send response NON-2.05 MID=20928, Token=null, OptionSet={}, "server responds hi" 06:51:48.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R992, 127.0.0.1:8280, complete]! 06:51:48.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R992, 127.0.0.1:8280, complete] completed NON-2.04 MID=20928, Token=78FD2C97AC012EE4, 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! 06:51:48.831 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.831 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,056,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20928, Token=78FD2C97AC012EE4, 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] 06:51:48.831 [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 42 bytes from 127.0.0.1:8283 06:51:48.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20928] 06:51:48.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L991, 127.0.0.1:8283, complete]! 06:51:48.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L991, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-78FD2C97AC012EE4] 06:51:48.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L991, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20928] 06:51:48.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L991, 127.0.0.1:8283, complete] completed CON-POST MID=20928, Token=78FD2C97AC012EE4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20928, Token=78FD2C97AC012EE4, 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! 06:51:48.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L993, 127.0.0.1:8283] send request 06:51:48.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L993, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L993, 127.0.0.1:8283] 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 06:51:48.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L993, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20929], CON-POST MID=20929, 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 06:51:48.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L993, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-38054FF053FFCC48], CON-POST MID=20929, Token=38054FF053FFCC48, 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 06:51:48.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20929], KeyToken[127.0.0.1:8283-38054FF053FFCC48]] 06:51:48.832 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.832 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,057,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20929, Token=38054FF053FFCC48, 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] 06:51:48.832 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20929] 06:51:48.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R994, 127.0.0.1:8280] replace CON-POST MID=20929, Token=38054FF053FFCC48, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20929, Token=38054FF053FFCC48, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R994, 127.0.0.1:8280] send response NON-2.05 MID=20929, Token=null, OptionSet={}, "server responds hi" 06:51:48.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R994, 127.0.0.1:8280, complete]! 06:51:48.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R994, 127.0.0.1:8280, complete] completed NON-2.04 MID=20929, Token=38054FF053FFCC48, 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! 06:51:48.832 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.832 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,058,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20929, Token=38054FF053FFCC48, 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] 06:51:48.832 [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 42 bytes from 127.0.0.1:8283 06:51:48.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20929] 06:51:48.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L993, 127.0.0.1:8283, complete]! 06:51:48.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L993, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-38054FF053FFCC48] 06:51:48.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L993, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20929] 06:51:48.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L993, 127.0.0.1:8283, complete] completed CON-POST MID=20929, Token=38054FF053FFCC48, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20929, Token=38054FF053FFCC48, 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! 06:51:48.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L995, 127.0.0.1:8283] send request 06:51:48.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L995, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L995, 127.0.0.1:8283] 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 06:51:48.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L995, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20930], CON-POST MID=20930, 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 06:51:48.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L995, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C868A353EC2B11CD], CON-POST MID=20930, Token=C868A353EC2B11CD, 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 06:51:48.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20930], KeyToken[127.0.0.1:8283-C868A353EC2B11CD]] 06:51:48.833 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.833 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,059,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20930, Token=C868A353EC2B11CD, 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] 06:51:48.833 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20930] 06:51:48.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R996, 127.0.0.1:8280] replace CON-POST MID=20930, Token=C868A353EC2B11CD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20930, Token=C868A353EC2B11CD, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R996, 127.0.0.1:8280] send response NON-2.05 MID=20930, Token=null, OptionSet={}, "server responds hi" 06:51:48.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R996, 127.0.0.1:8280, complete]! 06:51:48.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R996, 127.0.0.1:8280, complete] completed NON-2.04 MID=20930, Token=C868A353EC2B11CD, 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! 06:51:48.834 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.834 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,060,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20930, Token=C868A353EC2B11CD, 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] 06:51:48.834 [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 42 bytes from 127.0.0.1:8283 06:51:48.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20930] 06:51:48.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L995, 127.0.0.1:8283, complete]! 06:51:48.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L995, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C868A353EC2B11CD] 06:51:48.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L995, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20930] 06:51:48.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L995, 127.0.0.1:8283, complete] completed CON-POST MID=20930, Token=C868A353EC2B11CD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20930, Token=C868A353EC2B11CD, 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! 06:51:48.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L997, 127.0.0.1:8283] send request 06:51:48.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L997, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L997, 127.0.0.1:8283] 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 06:51:48.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L997, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20931], CON-POST MID=20931, 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 06:51:48.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L997, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-048DBF4536FB8DE1], CON-POST MID=20931, Token=048DBF4536FB8DE1, 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 06:51:48.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20931], KeyToken[127.0.0.1:8283-048DBF4536FB8DE1]] 06:51:48.834 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.834 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,061,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20931, Token=048DBF4536FB8DE1, 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] 06:51:48.834 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.834 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20931] 06:51:48.834 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R998, 127.0.0.1:8280] replace CON-POST MID=20931, Token=048DBF4536FB8DE1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20931, Token=048DBF4536FB8DE1, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R998, 127.0.0.1:8280] send response NON-2.05 MID=20931, Token=null, OptionSet={}, "server responds hi" 06:51:48.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R998, 127.0.0.1:8280, complete]! 06:51:48.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R998, 127.0.0.1:8280, complete] completed NON-2.04 MID=20931, Token=048DBF4536FB8DE1, 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! 06:51:48.835 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.835 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,062,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20931, Token=048DBF4536FB8DE1, 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] 06:51:48.835 [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 42 bytes from 127.0.0.1:8283 06:51:48.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20931] 06:51:48.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L997, 127.0.0.1:8283, complete]! 06:51:48.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L997, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-048DBF4536FB8DE1] 06:51:48.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L997, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20931] 06:51:48.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L997, 127.0.0.1:8283, complete] completed CON-POST MID=20931, Token=048DBF4536FB8DE1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20931, Token=048DBF4536FB8DE1, 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! 06:51:48.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L999, 127.0.0.1:8283] send request 06:51:48.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L999, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L999, 127.0.0.1:8283] 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 06:51:48.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L999, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20932], CON-POST MID=20932, 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 06:51:48.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L999, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-60FCEA5A78802620], CON-POST MID=20932, Token=60FCEA5A78802620, 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 06:51:48.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20932], KeyToken[127.0.0.1:8283-60FCEA5A78802620]] 06:51:48.836 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.836 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,063,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20932, Token=60FCEA5A78802620, 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] 06:51:48.836 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20932] 06:51:48.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1000, 127.0.0.1:8280] replace CON-POST MID=20932, Token=60FCEA5A78802620, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20932, Token=60FCEA5A78802620, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1000, 127.0.0.1:8280] send response NON-2.05 MID=20932, Token=null, OptionSet={}, "server responds hi" 06:51:48.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1000, 127.0.0.1:8280, complete]! 06:51:48.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1000, 127.0.0.1:8280, complete] completed NON-2.04 MID=20932, Token=60FCEA5A78802620, 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! 06:51:48.836 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.836 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,064,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20932, Token=60FCEA5A78802620, 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] 06:51:48.836 [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 42 bytes from 127.0.0.1:8283 06:51:48.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20932] 06:51:48.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L999, 127.0.0.1:8283, complete]! 06:51:48.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L999, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-60FCEA5A78802620] 06:51:48.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L999, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20932] 06:51:48.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L999, 127.0.0.1:8283, complete] completed CON-POST MID=20932, Token=60FCEA5A78802620, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20932, Token=60FCEA5A78802620, 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! 06:51:48.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1001, 127.0.0.1:8283] send request 06:51:48.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1001, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1001, 127.0.0.1:8283] 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 06:51:48.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1001, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20933], CON-POST MID=20933, 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 06:51:48.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1001, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-48F6E7205A273D17], CON-POST MID=20933, Token=48F6E7205A273D17, 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 06:51:48.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20933], KeyToken[127.0.0.1:8283-48F6E7205A273D17]] 06:51:48.837 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.837 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,065,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20933, Token=48F6E7205A273D17, 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] 06:51:48.837 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20933] 06:51:48.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1002, 127.0.0.1:8280] replace CON-POST MID=20933, Token=48F6E7205A273D17, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20933, Token=48F6E7205A273D17, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1002, 127.0.0.1:8280] send response NON-2.05 MID=20933, Token=null, OptionSet={}, "server responds hi" 06:51:48.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1002, 127.0.0.1:8280, complete]! 06:51:48.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1002, 127.0.0.1:8280, complete] completed NON-2.04 MID=20933, Token=48F6E7205A273D17, 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! 06:51:48.837 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.837 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,066,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20933, Token=48F6E7205A273D17, 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] 06:51:48.837 [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 42 bytes from 127.0.0.1:8283 06:51:48.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20933] 06:51:48.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1001, 127.0.0.1:8283, complete]! 06:51:48.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1001, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-48F6E7205A273D17] 06:51:48.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1001, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20933] 06:51:48.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1001, 127.0.0.1:8283, complete] completed CON-POST MID=20933, Token=48F6E7205A273D17, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20933, Token=48F6E7205A273D17, 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! 06:51:48.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1003, 127.0.0.1:8283] send request 06:51:48.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1003, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1003, 127.0.0.1:8283] 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 06:51:48.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1003, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20934], CON-POST MID=20934, 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 06:51:48.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1003, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-E0A6BC9478FB1648], CON-POST MID=20934, Token=E0A6BC9478FB1648, 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 06:51:48.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20934], KeyToken[127.0.0.1:8283-E0A6BC9478FB1648]] 06:51:48.838 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.838 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,067,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20934, Token=E0A6BC9478FB1648, 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] 06:51:48.838 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20934] 06:51:48.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1004, 127.0.0.1:8280] replace CON-POST MID=20934, Token=E0A6BC9478FB1648, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20934, Token=E0A6BC9478FB1648, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1004, 127.0.0.1:8280] send response NON-2.05 MID=20934, Token=null, OptionSet={}, "server responds hi" 06:51:48.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1004, 127.0.0.1:8280, complete]! 06:51:48.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1004, 127.0.0.1:8280, complete] completed NON-2.04 MID=20934, Token=E0A6BC9478FB1648, 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! 06:51:48.839 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.839 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,068,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20934, Token=E0A6BC9478FB1648, 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] 06:51:48.839 [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 42 bytes from 127.0.0.1:8283 06:51:48.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20934] 06:51:48.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1003, 127.0.0.1:8283, complete]! 06:51:48.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1003, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-E0A6BC9478FB1648] 06:51:48.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1003, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20934] 06:51:48.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1003, 127.0.0.1:8283, complete] completed CON-POST MID=20934, Token=E0A6BC9478FB1648, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20934, Token=E0A6BC9478FB1648, 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! 06:51:48.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1005, 127.0.0.1:8283] send request 06:51:48.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1005, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1005, 127.0.0.1:8283] 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 06:51:48.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1005, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20935], CON-POST MID=20935, 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 06:51:48.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1005, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C896DC21ECA82253], CON-POST MID=20935, Token=C896DC21ECA82253, 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 06:51:48.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20935], KeyToken[127.0.0.1:8283-C896DC21ECA82253]] 06:51:48.839 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.840 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,069,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20935, Token=C896DC21ECA82253, 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] 06:51:48.840 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20935] 06:51:48.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1006, 127.0.0.1:8280] replace CON-POST MID=20935, Token=C896DC21ECA82253, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20935, Token=C896DC21ECA82253, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1006, 127.0.0.1:8280] send response NON-2.05 MID=20935, Token=null, OptionSet={}, "server responds hi" 06:51:48.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1006, 127.0.0.1:8280, complete]! 06:51:48.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1006, 127.0.0.1:8280, complete] completed NON-2.04 MID=20935, Token=C896DC21ECA82253, 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! 06:51:48.840 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.840 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,070,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20935, Token=C896DC21ECA82253, 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] 06:51:48.840 [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 42 bytes from 127.0.0.1:8283 06:51:48.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20935] 06:51:48.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1005, 127.0.0.1:8283, complete]! 06:51:48.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1005, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C896DC21ECA82253] 06:51:48.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1005, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20935] 06:51:48.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1005, 127.0.0.1:8283, complete] completed CON-POST MID=20935, Token=C896DC21ECA82253, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20935, Token=C896DC21ECA82253, 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! 06:51:48.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1007, 127.0.0.1:8283] send request 06:51:48.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1007, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1007, 127.0.0.1:8283] 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 06:51:48.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1007, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20936], CON-POST MID=20936, 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 06:51:48.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1007, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-2C7E19E8391B4FAB], CON-POST MID=20936, Token=2C7E19E8391B4FAB, 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 06:51:48.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20936], KeyToken[127.0.0.1:8283-2C7E19E8391B4FAB]] 06:51:48.841 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.841 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,071,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20936, Token=2C7E19E8391B4FAB, 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] 06:51:48.841 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20936] 06:51:48.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1008, 127.0.0.1:8280] replace CON-POST MID=20936, Token=2C7E19E8391B4FAB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20936, Token=2C7E19E8391B4FAB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1008, 127.0.0.1:8280] send response NON-2.05 MID=20936, Token=null, OptionSet={}, "server responds hi" 06:51:48.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1008, 127.0.0.1:8280, complete]! 06:51:48.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1008, 127.0.0.1:8280, complete] completed NON-2.04 MID=20936, Token=2C7E19E8391B4FAB, 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! 06:51:48.841 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.841 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,072,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20936, Token=2C7E19E8391B4FAB, 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] 06:51:48.841 [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 42 bytes from 127.0.0.1:8283 06:51:48.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20936] 06:51:48.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1007, 127.0.0.1:8283, complete]! 06:51:48.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1007, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-2C7E19E8391B4FAB] 06:51:48.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1007, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20936] 06:51:48.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1007, 127.0.0.1:8283, complete] completed CON-POST MID=20936, Token=2C7E19E8391B4FAB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20936, Token=2C7E19E8391B4FAB, 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! 06:51:48.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1009, 127.0.0.1:8283] send request 06:51:48.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1009, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1009, 127.0.0.1:8283] 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 06:51:48.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1009, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20937], CON-POST MID=20937, 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 06:51:48.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1009, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-70C283103517C2D3], CON-POST MID=20937, Token=70C283103517C2D3, 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 06:51:48.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20937], KeyToken[127.0.0.1:8283-70C283103517C2D3]] 06:51:48.842 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.842 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,073,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20937, Token=70C283103517C2D3, 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] 06:51:48.842 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20937] 06:51:48.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1010, 127.0.0.1:8280] replace CON-POST MID=20937, Token=70C283103517C2D3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20937, Token=70C283103517C2D3, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1010, 127.0.0.1:8280] send response NON-2.05 MID=20937, Token=null, OptionSet={}, "server responds hi" 06:51:48.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1010, 127.0.0.1:8280, complete]! 06:51:48.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1010, 127.0.0.1:8280, complete] completed NON-2.04 MID=20937, Token=70C283103517C2D3, 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! 06:51:48.842 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.843 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,074,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20937, Token=70C283103517C2D3, 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] 06:51:48.843 [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 42 bytes from 127.0.0.1:8283 06:51:48.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20937] 06:51:48.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1009, 127.0.0.1:8283, complete]! 06:51:48.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1009, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-70C283103517C2D3] 06:51:48.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1009, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20937] 06:51:48.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1009, 127.0.0.1:8283, complete] completed CON-POST MID=20937, Token=70C283103517C2D3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20937, Token=70C283103517C2D3, 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! 06:51:48.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1011, 127.0.0.1:8283] send request 06:51:48.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1011, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1011, 127.0.0.1:8283] 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 06:51:48.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1011, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20938], CON-POST MID=20938, 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 06:51:48.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1011, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C857ACBFECADFE8D], CON-POST MID=20938, Token=C857ACBFECADFE8D, 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 06:51:48.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20938], KeyToken[127.0.0.1:8283-C857ACBFECADFE8D]] 06:51:48.843 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.843 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,075,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20938, Token=C857ACBFECADFE8D, 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] 06:51:48.843 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20938] 06:51:48.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.843 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1012, 127.0.0.1:8280] replace CON-POST MID=20938, Token=C857ACBFECADFE8D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20938, Token=C857ACBFECADFE8D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1012, 127.0.0.1:8280] send response NON-2.05 MID=20938, Token=null, OptionSet={}, "server responds hi" 06:51:48.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1012, 127.0.0.1:8280, complete]! 06:51:48.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1012, 127.0.0.1:8280, complete] completed NON-2.04 MID=20938, Token=C857ACBFECADFE8D, 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! 06:51:48.844 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.844 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,076,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20938, Token=C857ACBFECADFE8D, 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] 06:51:48.844 [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 42 bytes from 127.0.0.1:8283 06:51:48.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20938] 06:51:48.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1011, 127.0.0.1:8283, complete]! 06:51:48.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1011, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C857ACBFECADFE8D] 06:51:48.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1011, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20938] 06:51:48.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1011, 127.0.0.1:8283, complete] completed CON-POST MID=20938, Token=C857ACBFECADFE8D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20938, Token=C857ACBFECADFE8D, 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! 06:51:48.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1013, 127.0.0.1:8283] send request 06:51:48.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1013, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1013, 127.0.0.1:8283] 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 06:51:48.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1013, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20939], CON-POST MID=20939, 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 06:51:48.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1013, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-E8300704B00815B6], CON-POST MID=20939, Token=E8300704B00815B6, 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 06:51:48.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20939], KeyToken[127.0.0.1:8283-E8300704B00815B6]] 06:51:48.845 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.845 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,077,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20939, Token=E8300704B00815B6, 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] 06:51:48.845 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20939] 06:51:48.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1014, 127.0.0.1:8280] replace CON-POST MID=20939, Token=E8300704B00815B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20939, Token=E8300704B00815B6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1014, 127.0.0.1:8280] send response NON-2.05 MID=20939, Token=null, OptionSet={}, "server responds hi" 06:51:48.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1014, 127.0.0.1:8280, complete]! 06:51:48.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1014, 127.0.0.1:8280, complete] completed NON-2.04 MID=20939, Token=E8300704B00815B6, 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! 06:51:48.845 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.845 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,078,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20939, Token=E8300704B00815B6, 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] 06:51:48.845 [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 42 bytes from 127.0.0.1:8283 06:51:48.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20939] 06:51:48.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1013, 127.0.0.1:8283, complete]! 06:51:48.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1013, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-E8300704B00815B6] 06:51:48.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1013, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20939] 06:51:48.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1013, 127.0.0.1:8283, complete] completed CON-POST MID=20939, Token=E8300704B00815B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20939, Token=E8300704B00815B6, 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! 06:51:48.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1015, 127.0.0.1:8283] send request 06:51:48.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1015, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1015, 127.0.0.1:8283] 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 06:51:48.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1015, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20940], CON-POST MID=20940, 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 06:51:48.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1015, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C8DA3F79FBBE98F3], CON-POST MID=20940, Token=C8DA3F79FBBE98F3, 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 06:51:48.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20940], KeyToken[127.0.0.1:8283-C8DA3F79FBBE98F3]] 06:51:48.846 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.846 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,079,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20940, Token=C8DA3F79FBBE98F3, 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] 06:51:48.846 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20940] 06:51:48.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1016, 127.0.0.1:8280] replace CON-POST MID=20940, Token=C8DA3F79FBBE98F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20940, Token=C8DA3F79FBBE98F3, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1016, 127.0.0.1:8280] send response NON-2.05 MID=20940, Token=null, OptionSet={}, "server responds hi" 06:51:48.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1016, 127.0.0.1:8280, complete]! 06:51:48.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1016, 127.0.0.1:8280, complete] completed NON-2.04 MID=20940, Token=C8DA3F79FBBE98F3, 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! 06:51:48.846 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.846 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,080,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20940, Token=C8DA3F79FBBE98F3, 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] 06:51:48.846 [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 42 bytes from 127.0.0.1:8283 06:51:48.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20940] 06:51:48.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1015, 127.0.0.1:8283, complete]! 06:51:48.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1015, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C8DA3F79FBBE98F3] 06:51:48.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1015, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20940] 06:51:48.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1015, 127.0.0.1:8283, complete] completed CON-POST MID=20940, Token=C8DA3F79FBBE98F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20940, Token=C8DA3F79FBBE98F3, 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! 06:51:48.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1017, 127.0.0.1:8283] send request 06:51:48.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1017, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1017, 127.0.0.1:8283] 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 06:51:48.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1017, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20941], CON-POST MID=20941, 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 06:51:48.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1017, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-5888F24B246806C4], CON-POST MID=20941, Token=5888F24B246806C4, 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 06:51:48.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20941], KeyToken[127.0.0.1:8283-5888F24B246806C4]] 06:51:48.847 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.847 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,081,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20941, Token=5888F24B246806C4, 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] 06:51:48.847 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20941] 06:51:48.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1018, 127.0.0.1:8280] replace CON-POST MID=20941, Token=5888F24B246806C4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20941, Token=5888F24B246806C4, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1018, 127.0.0.1:8280] send response NON-2.05 MID=20941, Token=null, OptionSet={}, "server responds hi" 06:51:48.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1018, 127.0.0.1:8280, complete]! 06:51:48.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1018, 127.0.0.1:8280, complete] completed NON-2.04 MID=20941, Token=5888F24B246806C4, 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! 06:51:48.848 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.848 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,082,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20941, Token=5888F24B246806C4, 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] 06:51:48.848 [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 42 bytes from 127.0.0.1:8283 06:51:48.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20941] 06:51:48.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1017, 127.0.0.1:8283, complete]! 06:51:48.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1017, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-5888F24B246806C4] 06:51:48.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1017, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20941] 06:51:48.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1017, 127.0.0.1:8283, complete] completed CON-POST MID=20941, Token=5888F24B246806C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20941, Token=5888F24B246806C4, 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! 06:51:48.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1019, 127.0.0.1:8283] send request 06:51:48.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1019, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1019, 127.0.0.1:8283] 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 06:51:48.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1019, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20942], CON-POST MID=20942, 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 06:51:48.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1019, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-98CDE6F4E300CA26], CON-POST MID=20942, Token=98CDE6F4E300CA26, 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 06:51:48.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20942], KeyToken[127.0.0.1:8283-98CDE6F4E300CA26]] 06:51:48.848 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.849 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,083,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20942, Token=98CDE6F4E300CA26, 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] 06:51:48.849 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20942] 06:51:48.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1020, 127.0.0.1:8280] replace CON-POST MID=20942, Token=98CDE6F4E300CA26, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20942, Token=98CDE6F4E300CA26, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1020, 127.0.0.1:8280] send response NON-2.05 MID=20942, Token=null, OptionSet={}, "server responds hi" 06:51:48.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1020, 127.0.0.1:8280, complete]! 06:51:48.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1020, 127.0.0.1:8280, complete] completed NON-2.04 MID=20942, Token=98CDE6F4E300CA26, 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! 06:51:48.849 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.849 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,084,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20942, Token=98CDE6F4E300CA26, 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] 06:51:48.849 [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 42 bytes from 127.0.0.1:8283 06:51:48.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20942] 06:51:48.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1019, 127.0.0.1:8283, complete]! 06:51:48.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1019, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-98CDE6F4E300CA26] 06:51:48.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1019, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20942] 06:51:48.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1019, 127.0.0.1:8283, complete] completed CON-POST MID=20942, Token=98CDE6F4E300CA26, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20942, Token=98CDE6F4E300CA26, 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! 06:51:48.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1021, 127.0.0.1:8283] send request 06:51:48.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1021, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1021, 127.0.0.1:8283] 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 06:51:48.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1021, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20943], CON-POST MID=20943, 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 06:51:48.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1021, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-5CF3373A76B1C8ED], CON-POST MID=20943, Token=5CF3373A76B1C8ED, 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 06:51:48.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20943], KeyToken[127.0.0.1:8283-5CF3373A76B1C8ED]] 06:51:48.850 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,085,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20943, Token=5CF3373A76B1C8ED, 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] 06:51:48.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20943] 06:51:48.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1022, 127.0.0.1:8280] replace CON-POST MID=20943, Token=5CF3373A76B1C8ED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20943, Token=5CF3373A76B1C8ED, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1022, 127.0.0.1:8280] send response NON-2.05 MID=20943, Token=null, OptionSet={}, "server responds hi" 06:51:48.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1022, 127.0.0.1:8280, complete]! 06:51:48.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1022, 127.0.0.1:8280, complete] completed NON-2.04 MID=20943, Token=5CF3373A76B1C8ED, 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! 06:51:48.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:8280 06:51:48.850 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,086,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20943, Token=5CF3373A76B1C8ED, 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] 06:51:48.850 [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 42 bytes from 127.0.0.1:8283 06:51:48.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20943] 06:51:48.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1021, 127.0.0.1:8283, complete]! 06:51:48.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1021, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-5CF3373A76B1C8ED] 06:51:48.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1021, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20943] 06:51:48.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1021, 127.0.0.1:8283, complete] completed CON-POST MID=20943, Token=5CF3373A76B1C8ED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20943, Token=5CF3373A76B1C8ED, 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! 06:51:48.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1023, 127.0.0.1:8283] send request 06:51:48.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1023, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1023, 127.0.0.1:8283] 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 06:51:48.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1023, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20944], CON-POST MID=20944, 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 06:51:48.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1023, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-4412931AE15F5D2B], CON-POST MID=20944, Token=4412931AE15F5D2B, 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 06:51:48.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20944], KeyToken[127.0.0.1:8283-4412931AE15F5D2B]] 06:51:48.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:8283 06:51:48.851 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,087,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20944, Token=4412931AE15F5D2B, 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] 06:51:48.851 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20944] 06:51:48.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1024, 127.0.0.1:8280] replace CON-POST MID=20944, Token=4412931AE15F5D2B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20944, Token=4412931AE15F5D2B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1024, 127.0.0.1:8280] send response NON-2.05 MID=20944, Token=null, OptionSet={}, "server responds hi" 06:51:48.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1024, 127.0.0.1:8280, complete]! 06:51:48.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1024, 127.0.0.1:8280, complete] completed NON-2.04 MID=20944, Token=4412931AE15F5D2B, 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! 06:51:48.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:8280 06:51:48.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,088,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20944, Token=4412931AE15F5D2B, 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] 06:51:48.852 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20944] 06:51:48.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1023, 127.0.0.1:8283, complete]! 06:51:48.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1023, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-4412931AE15F5D2B] 06:51:48.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1023, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20944] 06:51:48.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1023, 127.0.0.1:8283, complete] completed CON-POST MID=20944, Token=4412931AE15F5D2B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20944, Token=4412931AE15F5D2B, 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! 06:51:48.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1025, 127.0.0.1:8283] send request 06:51:48.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1025, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1025, 127.0.0.1:8283] 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 06:51:48.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1025, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20945], CON-POST MID=20945, 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 06:51:48.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1025, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-08B95BC5948F3359], CON-POST MID=20945, Token=08B95BC5948F3359, 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 06:51:48.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20945], KeyToken[127.0.0.1:8283-08B95BC5948F3359]] 06:51:48.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:8283 06:51:48.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,089,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20945, Token=08B95BC5948F3359, 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] 06:51:48.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20945] 06:51:48.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1026, 127.0.0.1:8280] replace CON-POST MID=20945, Token=08B95BC5948F3359, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20945, Token=08B95BC5948F3359, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1026, 127.0.0.1:8280] send response NON-2.05 MID=20945, Token=null, OptionSet={}, "server responds hi" 06:51:48.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1026, 127.0.0.1:8280, complete]! 06:51:48.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1026, 127.0.0.1:8280, complete] completed NON-2.04 MID=20945, Token=08B95BC5948F3359, 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! 06:51:48.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:8280 06:51:48.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,090,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20945, Token=08B95BC5948F3359, 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] 06:51:48.853 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20945] 06:51:48.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1025, 127.0.0.1:8283, complete]! 06:51:48.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1025, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-08B95BC5948F3359] 06:51:48.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1025, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20945] 06:51:48.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1025, 127.0.0.1:8283, complete] completed CON-POST MID=20945, Token=08B95BC5948F3359, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20945, Token=08B95BC5948F3359, 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! 06:51:48.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1027, 127.0.0.1:8283] send request 06:51:48.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1027, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1027, 127.0.0.1:8283] 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 06:51:48.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1027, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20946], CON-POST MID=20946, 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 06:51:48.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1027, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-244E1940364656DB], CON-POST MID=20946, Token=244E1940364656DB, 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 06:51:48.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20946], KeyToken[127.0.0.1:8283-244E1940364656DB]] 06:51:48.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:8283 06:51:48.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,091,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20946, Token=244E1940364656DB, 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] 06:51:48.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20946] 06:51:48.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1028, 127.0.0.1:8280] replace CON-POST MID=20946, Token=244E1940364656DB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20946, Token=244E1940364656DB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1028, 127.0.0.1:8280] send response NON-2.05 MID=20946, Token=null, OptionSet={}, "server responds hi" 06:51:48.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1028, 127.0.0.1:8280, complete]! 06:51:48.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1028, 127.0.0.1:8280, complete] completed NON-2.04 MID=20946, Token=244E1940364656DB, 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! 06:51:48.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:8280 06:51:48.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,092,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20946, Token=244E1940364656DB, 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] 06:51:48.854 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20946] 06:51:48.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1027, 127.0.0.1:8283, complete]! 06:51:48.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1027, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-244E1940364656DB] 06:51:48.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1027, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20946] 06:51:48.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1027, 127.0.0.1:8283, complete] completed CON-POST MID=20946, Token=244E1940364656DB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20946, Token=244E1940364656DB, 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! 06:51:48.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1029, 127.0.0.1:8283] send request 06:51:48.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1029, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1029, 127.0.0.1:8283] 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 06:51:48.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1029, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20947], CON-POST MID=20947, 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 06:51:48.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1029, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-54945C5EC10BC6E6], CON-POST MID=20947, Token=54945C5EC10BC6E6, 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 06:51:48.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20947], KeyToken[127.0.0.1:8283-54945C5EC10BC6E6]] 06:51:48.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:8283 06:51:48.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,093,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20947, Token=54945C5EC10BC6E6, 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] 06:51:48.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20947] 06:51:48.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1030, 127.0.0.1:8280] replace CON-POST MID=20947, Token=54945C5EC10BC6E6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20947, Token=54945C5EC10BC6E6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1030, 127.0.0.1:8280] send response NON-2.05 MID=20947, Token=null, OptionSet={}, "server responds hi" 06:51:48.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1030, 127.0.0.1:8280, complete]! 06:51:48.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1030, 127.0.0.1:8280, complete] completed NON-2.04 MID=20947, Token=54945C5EC10BC6E6, 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! 06:51:48.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:8280 06:51:48.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,094,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20947, Token=54945C5EC10BC6E6, 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] 06:51:48.856 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20947] 06:51:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1029, 127.0.0.1:8283, complete]! 06:51:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1029, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-54945C5EC10BC6E6] 06:51:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1029, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20947] 06:51:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1029, 127.0.0.1:8283, complete] completed CON-POST MID=20947, Token=54945C5EC10BC6E6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20947, Token=54945C5EC10BC6E6, 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! 06:51:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1031, 127.0.0.1:8283] send request 06:51:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1031, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1031, 127.0.0.1:8283] 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 06:51:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1031, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20948], CON-POST MID=20948, 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 06:51:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1031, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C4698479B970090D], CON-POST MID=20948, Token=C4698479B970090D, 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 06:51:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20948], KeyToken[127.0.0.1:8283-C4698479B970090D]] 06:51:48.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:8283 06:51:48.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,095,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20948, Token=C4698479B970090D, 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] 06:51:48.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20948] 06:51:48.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1032, 127.0.0.1:8280] replace CON-POST MID=20948, Token=C4698479B970090D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20948, Token=C4698479B970090D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1032, 127.0.0.1:8280] send response NON-2.05 MID=20948, Token=null, OptionSet={}, "server responds hi" 06:51:48.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1032, 127.0.0.1:8280, complete]! 06:51:48.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1032, 127.0.0.1:8280, complete] completed NON-2.04 MID=20948, Token=C4698479B970090D, 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! 06:51:48.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:8280 06:51:48.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,096,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20948, Token=C4698479B970090D, 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] 06:51:48.857 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20948] 06:51:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1031, 127.0.0.1:8283, complete]! 06:51:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1031, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C4698479B970090D] 06:51:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1031, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20948] 06:51:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1031, 127.0.0.1:8283, complete] completed CON-POST MID=20948, Token=C4698479B970090D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20948, Token=C4698479B970090D, 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! 06:51:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1033, 127.0.0.1:8283] send request 06:51:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1033, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1033, 127.0.0.1:8283] 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 06:51:48.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1033, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20949], CON-POST MID=20949, 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 06:51:48.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1033, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-78AB06F61AB81C57], CON-POST MID=20949, Token=78AB06F61AB81C57, 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 06:51:48.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20949], KeyToken[127.0.0.1:8283-78AB06F61AB81C57]] 06:51:48.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:8283 06:51:48.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,097,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20949, Token=78AB06F61AB81C57, 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] 06:51:48.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20949] 06:51:48.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1034, 127.0.0.1:8280] replace CON-POST MID=20949, Token=78AB06F61AB81C57, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20949, Token=78AB06F61AB81C57, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1034, 127.0.0.1:8280] send response NON-2.05 MID=20949, Token=null, OptionSet={}, "server responds hi" 06:51:48.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1034, 127.0.0.1:8280, complete]! 06:51:48.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1034, 127.0.0.1:8280, complete] completed NON-2.04 MID=20949, Token=78AB06F61AB81C57, 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! 06:51:48.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:8280 06:51:48.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,098,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20949, Token=78AB06F61AB81C57, 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] 06:51:48.858 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20949] 06:51:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1033, 127.0.0.1:8283, complete]! 06:51:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1033, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-78AB06F61AB81C57] 06:51:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1033, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20949] 06:51:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1033, 127.0.0.1:8283, complete] completed CON-POST MID=20949, Token=78AB06F61AB81C57, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20949, Token=78AB06F61AB81C57, 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! 06:51:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1035, 127.0.0.1:8283] send request 06:51:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1035, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1035, 127.0.0.1:8283] 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 06:51:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1035, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20950], CON-POST MID=20950, 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 06:51:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1035, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-A45B917D7BB18D08], CON-POST MID=20950, Token=A45B917D7BB18D08, 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 06:51:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20950], KeyToken[127.0.0.1:8283-A45B917D7BB18D08]] 06:51:48.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:8283 06:51:48.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,099,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20950, Token=A45B917D7BB18D08, 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] 06:51:48.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20950] 06:51:48.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1036, 127.0.0.1:8280] replace CON-POST MID=20950, Token=A45B917D7BB18D08, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20950, Token=A45B917D7BB18D08, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1036, 127.0.0.1:8280] send response NON-2.05 MID=20950, Token=null, OptionSet={}, "server responds hi" 06:51:48.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1036, 127.0.0.1:8280, complete]! 06:51:48.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1036, 127.0.0.1:8280, complete] completed NON-2.04 MID=20950, Token=A45B917D7BB18D08, 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! 06:51:48.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:8280 06:51:48.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,100,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20950, Token=A45B917D7BB18D08, 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] 06:51:48.860 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20950] 06:51:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1035, 127.0.0.1:8283, complete]! 06:51:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1035, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-A45B917D7BB18D08] 06:51:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1035, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20950] 06:51:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1035, 127.0.0.1:8283, complete] completed CON-POST MID=20950, Token=A45B917D7BB18D08, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20950, Token=A45B917D7BB18D08, 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! 06:51:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1037, 127.0.0.1:8283] send request 06:51:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1037, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1037, 127.0.0.1:8283] 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 06:51:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1037, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20951], CON-POST MID=20951, 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 06:51:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1037, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-2C3358977C6E93AE], CON-POST MID=20951, Token=2C3358977C6E93AE, 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 06:51:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20951], KeyToken[127.0.0.1:8283-2C3358977C6E93AE]] 06:51:48.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:8283 06:51:48.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,101,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20951, Token=2C3358977C6E93AE, 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] 06:51:48.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20951] 06:51:48.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1038, 127.0.0.1:8280] replace CON-POST MID=20951, Token=2C3358977C6E93AE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20951, Token=2C3358977C6E93AE, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1038, 127.0.0.1:8280] send response NON-2.05 MID=20951, Token=null, OptionSet={}, "server responds hi" 06:51:48.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1038, 127.0.0.1:8280, complete]! 06:51:48.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1038, 127.0.0.1:8280, complete] completed NON-2.04 MID=20951, Token=2C3358977C6E93AE, 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! 06:51:48.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:8280 06:51:48.861 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,102,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20951, Token=2C3358977C6E93AE, 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] 06:51:48.861 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20951] 06:51:48.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1037, 127.0.0.1:8283, complete]! 06:51:48.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1037, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-2C3358977C6E93AE] 06:51:48.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1037, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20951] 06:51:48.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1037, 127.0.0.1:8283, complete] completed CON-POST MID=20951, Token=2C3358977C6E93AE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20951, Token=2C3358977C6E93AE, 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! 06:51:48.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1039, 127.0.0.1:8283] send request 06:51:48.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1039, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1039, 127.0.0.1:8283] 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 06:51:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1039, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20952], CON-POST MID=20952, 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 06:51:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1039, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-60DC353660DA8F85], CON-POST MID=20952, Token=60DC353660DA8F85, 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 06:51:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20952], KeyToken[127.0.0.1:8283-60DC353660DA8F85]] 06:51:48.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:8283 06:51:48.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,103,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20952, Token=60DC353660DA8F85, 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] 06:51:48.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20952] 06:51:48.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1040, 127.0.0.1:8280] replace CON-POST MID=20952, Token=60DC353660DA8F85, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20952, Token=60DC353660DA8F85, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1040, 127.0.0.1:8280] send response NON-2.05 MID=20952, Token=null, OptionSet={}, "server responds hi" 06:51:48.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1040, 127.0.0.1:8280, complete]! 06:51:48.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1040, 127.0.0.1:8280, complete] completed NON-2.04 MID=20952, Token=60DC353660DA8F85, 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! 06:51:48.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:8280 06:51:48.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,104,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20952, Token=60DC353660DA8F85, 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] 06:51:48.862 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20952] 06:51:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1039, 127.0.0.1:8283, complete]! 06:51:48.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1039, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-60DC353660DA8F85] 06:51:48.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1039, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20952] 06:51:48.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1039, 127.0.0.1:8283, complete] completed CON-POST MID=20952, Token=60DC353660DA8F85, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20952, Token=60DC353660DA8F85, 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! 06:51:48.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1041, 127.0.0.1:8283] send request 06:51:48.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1041, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1041, 127.0.0.1:8283] 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 06:51:48.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1041, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20953], CON-POST MID=20953, 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 06:51:48.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1041, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-FC9E0A1695C677D6], CON-POST MID=20953, Token=FC9E0A1695C677D6, 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 06:51:48.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20953], KeyToken[127.0.0.1:8283-FC9E0A1695C677D6]] 06:51:48.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:8283 06:51:48.863 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,105,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20953, Token=FC9E0A1695C677D6, 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] 06:51:48.863 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20953] 06:51:48.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1042, 127.0.0.1:8280] replace CON-POST MID=20953, Token=FC9E0A1695C677D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20953, Token=FC9E0A1695C677D6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1042, 127.0.0.1:8280] send response NON-2.05 MID=20953, Token=null, OptionSet={}, "server responds hi" 06:51:48.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1042, 127.0.0.1:8280, complete]! 06:51:48.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1042, 127.0.0.1:8280, complete] completed NON-2.04 MID=20953, Token=FC9E0A1695C677D6, 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! 06:51:48.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:8280 06:51:48.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,106,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20953, Token=FC9E0A1695C677D6, 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] 06:51:48.864 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20953] 06:51:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1041, 127.0.0.1:8283, complete]! 06:51:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1041, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-FC9E0A1695C677D6] 06:51:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1041, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20953] 06:51:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1041, 127.0.0.1:8283, complete] completed CON-POST MID=20953, Token=FC9E0A1695C677D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20953, Token=FC9E0A1695C677D6, 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! 06:51:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1043, 127.0.0.1:8283] send request 06:51:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1043, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1043, 127.0.0.1:8283] 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 06:51:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1043, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20954], CON-POST MID=20954, 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 06:51:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1043, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-2CA7A27C0E2AA5AC], CON-POST MID=20954, Token=2CA7A27C0E2AA5AC, 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 06:51:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20954], KeyToken[127.0.0.1:8283-2CA7A27C0E2AA5AC]] 06:51:48.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:8283 06:51:48.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,107,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20954, Token=2CA7A27C0E2AA5AC, 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] 06:51:48.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20954] 06:51:48.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1044, 127.0.0.1:8280] replace CON-POST MID=20954, Token=2CA7A27C0E2AA5AC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20954, Token=2CA7A27C0E2AA5AC, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1044, 127.0.0.1:8280] send response NON-2.05 MID=20954, Token=null, OptionSet={}, "server responds hi" 06:51:48.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1044, 127.0.0.1:8280, complete]! 06:51:48.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1044, 127.0.0.1:8280, complete] completed NON-2.04 MID=20954, Token=2CA7A27C0E2AA5AC, 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! 06:51:48.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:8280 06:51:48.865 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,108,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20954, Token=2CA7A27C0E2AA5AC, 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] 06:51:48.865 [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 42 bytes from 127.0.0.1:8283 06:51:48.914 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20954] 06:51:48.914 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.914 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1043, 127.0.0.1:8283, complete]! 06:51:48.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1043, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-2CA7A27C0E2AA5AC] 06:51:48.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1043, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20954] 06:51:48.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1043, 127.0.0.1:8283, complete] completed CON-POST MID=20954, Token=2CA7A27C0E2AA5AC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20954, Token=2CA7A27C0E2AA5AC, 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! 06:51:48.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1045, 127.0.0.1:8283] send request 06:51:48.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1045, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1045, 127.0.0.1:8283] 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 06:51:48.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1045, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20955], CON-POST MID=20955, 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 06:51:48.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1045, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-08678CE8A65E2E9F], CON-POST MID=20955, Token=08678CE8A65E2E9F, 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 06:51:48.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20955], KeyToken[127.0.0.1:8283-08678CE8A65E2E9F]] 06:51:48.915 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.915 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,109,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20955, Token=08678CE8A65E2E9F, 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] 06:51:48.915 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.915 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20955] 06:51:48.915 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.915 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1046, 127.0.0.1:8280] replace CON-POST MID=20955, Token=08678CE8A65E2E9F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20955, Token=08678CE8A65E2E9F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.915 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1046, 127.0.0.1:8280] send response NON-2.05 MID=20955, Token=null, OptionSet={}, "server responds hi" 06:51:48.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1046, 127.0.0.1:8280, complete]! 06:51:48.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1046, 127.0.0.1:8280, complete] completed NON-2.04 MID=20955, Token=08678CE8A65E2E9F, 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! 06:51:48.916 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.916 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,110,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20955, Token=08678CE8A65E2E9F, 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] 06:51:48.916 [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 42 bytes from 127.0.0.1:8283 06:51:48.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20955] 06:51:48.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1045, 127.0.0.1:8283, complete]! 06:51:48.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1045, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-08678CE8A65E2E9F] 06:51:48.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1045, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20955] 06:51:48.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1045, 127.0.0.1:8283, complete] completed CON-POST MID=20955, Token=08678CE8A65E2E9F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20955, Token=08678CE8A65E2E9F, 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! 06:51:48.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1047, 127.0.0.1:8283] send request 06:51:48.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1047, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1047, 127.0.0.1:8283] 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 06:51:48.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1047, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20956], CON-POST MID=20956, 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 06:51:48.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1047, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-B0DC4EDAE932BC56], CON-POST MID=20956, Token=B0DC4EDAE932BC56, 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 06:51:48.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20956], KeyToken[127.0.0.1:8283-B0DC4EDAE932BC56]] 06:51:48.916 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.917 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,111,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20956, Token=B0DC4EDAE932BC56, 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] 06:51:48.917 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20956] 06:51:48.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1048, 127.0.0.1:8280] replace CON-POST MID=20956, Token=B0DC4EDAE932BC56, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20956, Token=B0DC4EDAE932BC56, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1048, 127.0.0.1:8280] send response NON-2.05 MID=20956, Token=null, OptionSet={}, "server responds hi" 06:51:48.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1048, 127.0.0.1:8280, complete]! 06:51:48.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1048, 127.0.0.1:8280, complete] completed NON-2.04 MID=20956, Token=B0DC4EDAE932BC56, 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! 06:51:48.917 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.917 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,112,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20956, Token=B0DC4EDAE932BC56, 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] 06:51:48.917 [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 42 bytes from 127.0.0.1:8283 06:51:48.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20956] 06:51:48.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1047, 127.0.0.1:8283, complete]! 06:51:48.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1047, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-B0DC4EDAE932BC56] 06:51:48.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1047, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20956] 06:51:48.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1047, 127.0.0.1:8283, complete] completed CON-POST MID=20956, Token=B0DC4EDAE932BC56, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20956, Token=B0DC4EDAE932BC56, 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! 06:51:48.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1049, 127.0.0.1:8283] send request 06:51:48.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1049, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1049, 127.0.0.1:8283] 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 06:51:48.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1049, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20957], CON-POST MID=20957, 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 06:51:48.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1049, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-6C239C858C8FF96E], CON-POST MID=20957, Token=6C239C858C8FF96E, 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 06:51:48.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20957], KeyToken[127.0.0.1:8283-6C239C858C8FF96E]] 06:51:48.918 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.918 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,113,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20957, Token=6C239C858C8FF96E, 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] 06:51:48.918 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20957] 06:51:48.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1050, 127.0.0.1:8280] replace CON-POST MID=20957, Token=6C239C858C8FF96E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20957, Token=6C239C858C8FF96E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1050, 127.0.0.1:8280] send response NON-2.05 MID=20957, Token=null, OptionSet={}, "server responds hi" 06:51:48.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1050, 127.0.0.1:8280, complete]! 06:51:48.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1050, 127.0.0.1:8280, complete] completed NON-2.04 MID=20957, Token=6C239C858C8FF96E, 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! 06:51:48.918 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.919 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,114,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20957, Token=6C239C858C8FF96E, 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] 06:51:48.919 [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 42 bytes from 127.0.0.1:8283 06:51:48.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20957] 06:51:48.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1049, 127.0.0.1:8283, complete]! 06:51:48.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1049, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-6C239C858C8FF96E] 06:51:48.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1049, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20957] 06:51:48.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1049, 127.0.0.1:8283, complete] completed CON-POST MID=20957, Token=6C239C858C8FF96E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20957, Token=6C239C858C8FF96E, 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! 06:51:48.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1051, 127.0.0.1:8283] send request 06:51:48.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1051, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1051, 127.0.0.1:8283] 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 06:51:48.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1051, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20958], CON-POST MID=20958, 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 06:51:48.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1051, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-D8668F8A0488FCDF], CON-POST MID=20958, Token=D8668F8A0488FCDF, 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 06:51:48.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20958], KeyToken[127.0.0.1:8283-D8668F8A0488FCDF]] 06:51:48.919 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.919 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,115,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20958, Token=D8668F8A0488FCDF, 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] 06:51:48.919 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20958] 06:51:48.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1052, 127.0.0.1:8280] replace CON-POST MID=20958, Token=D8668F8A0488FCDF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20958, Token=D8668F8A0488FCDF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1052, 127.0.0.1:8280] send response NON-2.05 MID=20958, Token=null, OptionSet={}, "server responds hi" 06:51:48.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1052, 127.0.0.1:8280, complete]! 06:51:48.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1052, 127.0.0.1:8280, complete] completed NON-2.04 MID=20958, Token=D8668F8A0488FCDF, 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! 06:51:48.920 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.920 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,116,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20958, Token=D8668F8A0488FCDF, 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] 06:51:48.920 [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 42 bytes from 127.0.0.1:8283 06:51:48.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20958] 06:51:48.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1051, 127.0.0.1:8283, complete]! 06:51:48.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1051, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-D8668F8A0488FCDF] 06:51:48.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1051, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20958] 06:51:48.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1051, 127.0.0.1:8283, complete] completed CON-POST MID=20958, Token=D8668F8A0488FCDF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20958, Token=D8668F8A0488FCDF, 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! 06:51:48.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1053, 127.0.0.1:8283] send request 06:51:48.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1053, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1053, 127.0.0.1:8283] 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 06:51:48.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1053, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20959], CON-POST MID=20959, 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 06:51:48.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1053, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-2CD5EDCCF6A30EA9], CON-POST MID=20959, Token=2CD5EDCCF6A30EA9, 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 06:51:48.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20959], KeyToken[127.0.0.1:8283-2CD5EDCCF6A30EA9]] 06:51:48.920 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.921 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,117,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20959, Token=2CD5EDCCF6A30EA9, 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] 06:51:48.921 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20959] 06:51:48.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1054, 127.0.0.1:8280] replace CON-POST MID=20959, Token=2CD5EDCCF6A30EA9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20959, Token=2CD5EDCCF6A30EA9, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1054, 127.0.0.1:8280] send response NON-2.05 MID=20959, Token=null, OptionSet={}, "server responds hi" 06:51:48.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1054, 127.0.0.1:8280, complete]! 06:51:48.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1054, 127.0.0.1:8280, complete] completed NON-2.04 MID=20959, Token=2CD5EDCCF6A30EA9, 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! 06:51:48.921 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.921 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,118,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20959, Token=2CD5EDCCF6A30EA9, 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] 06:51:48.921 [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 42 bytes from 127.0.0.1:8283 06:51:48.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20959] 06:51:48.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1053, 127.0.0.1:8283, complete]! 06:51:48.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1053, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-2CD5EDCCF6A30EA9] 06:51:48.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1053, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20959] 06:51:48.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1053, 127.0.0.1:8283, complete] completed CON-POST MID=20959, Token=2CD5EDCCF6A30EA9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20959, Token=2CD5EDCCF6A30EA9, 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! 06:51:48.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1055, 127.0.0.1:8283] send request 06:51:48.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1055, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1055, 127.0.0.1:8283] 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 06:51:48.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1055, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20960], CON-POST MID=20960, 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 06:51:48.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1055, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-949532E7E6F61DC6], CON-POST MID=20960, Token=949532E7E6F61DC6, 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 06:51:48.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20960], KeyToken[127.0.0.1:8283-949532E7E6F61DC6]] 06:51:48.922 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.922 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,119,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20960, Token=949532E7E6F61DC6, 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] 06:51:48.922 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20960] 06:51:48.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1056, 127.0.0.1:8280] replace CON-POST MID=20960, Token=949532E7E6F61DC6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20960, Token=949532E7E6F61DC6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1056, 127.0.0.1:8280] send response NON-2.05 MID=20960, Token=null, OptionSet={}, "server responds hi" 06:51:48.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1056, 127.0.0.1:8280, complete]! 06:51:48.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1056, 127.0.0.1:8280, complete] completed NON-2.04 MID=20960, Token=949532E7E6F61DC6, 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! 06:51:48.922 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.922 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,120,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20960, Token=949532E7E6F61DC6, 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] 06:51:48.923 [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 42 bytes from 127.0.0.1:8283 06:51:48.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20960] 06:51:48.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1055, 127.0.0.1:8283, complete]! 06:51:48.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1055, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-949532E7E6F61DC6] 06:51:48.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1055, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20960] 06:51:48.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1055, 127.0.0.1:8283, complete] completed CON-POST MID=20960, Token=949532E7E6F61DC6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20960, Token=949532E7E6F61DC6, 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! 06:51:48.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1057, 127.0.0.1:8283] send request 06:51:48.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1057, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1057, 127.0.0.1:8283] 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 06:51:48.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1057, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20961], CON-POST MID=20961, 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 06:51:48.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1057, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-848B81EC1E33239C], CON-POST MID=20961, Token=848B81EC1E33239C, 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 06:51:48.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20961], KeyToken[127.0.0.1:8283-848B81EC1E33239C]] 06:51:48.923 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.923 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,121,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20961, Token=848B81EC1E33239C, 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] 06:51:48.923 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.923 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20961] 06:51:48.923 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1058, 127.0.0.1:8280] replace CON-POST MID=20961, Token=848B81EC1E33239C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20961, Token=848B81EC1E33239C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1058, 127.0.0.1:8280] send response NON-2.05 MID=20961, Token=null, OptionSet={}, "server responds hi" 06:51:48.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1058, 127.0.0.1:8280, complete]! 06:51:48.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1058, 127.0.0.1:8280, complete] completed NON-2.04 MID=20961, Token=848B81EC1E33239C, 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! 06:51:48.924 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.924 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,122,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20961, Token=848B81EC1E33239C, 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] 06:51:48.924 [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 42 bytes from 127.0.0.1:8283 06:51:48.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20961] 06:51:48.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1057, 127.0.0.1:8283, complete]! 06:51:48.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1057, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-848B81EC1E33239C] 06:51:48.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1057, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20961] 06:51:48.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1057, 127.0.0.1:8283, complete] completed CON-POST MID=20961, Token=848B81EC1E33239C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20961, Token=848B81EC1E33239C, 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! 06:51:48.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1059, 127.0.0.1:8283] send request 06:51:48.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1059, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1059, 127.0.0.1:8283] 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 06:51:48.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1059, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20962], CON-POST MID=20962, 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 06:51:48.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1059, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-6881C13C907ED4B6], CON-POST MID=20962, Token=6881C13C907ED4B6, 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 06:51:48.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20962], KeyToken[127.0.0.1:8283-6881C13C907ED4B6]] 06:51:48.925 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.925 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,123,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20962, Token=6881C13C907ED4B6, 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] 06:51:48.925 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20962] 06:51:48.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1060, 127.0.0.1:8280] replace CON-POST MID=20962, Token=6881C13C907ED4B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20962, Token=6881C13C907ED4B6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1060, 127.0.0.1:8280] send response NON-2.05 MID=20962, Token=null, OptionSet={}, "server responds hi" 06:51:48.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1060, 127.0.0.1:8280, complete]! 06:51:48.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1060, 127.0.0.1:8280, complete] completed NON-2.04 MID=20962, Token=6881C13C907ED4B6, 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! 06:51:48.925 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.925 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,124,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20962, Token=6881C13C907ED4B6, 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] 06:51:48.925 [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 42 bytes from 127.0.0.1:8283 06:51:48.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20962] 06:51:48.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1059, 127.0.0.1:8283, complete]! 06:51:48.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1059, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-6881C13C907ED4B6] 06:51:48.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1059, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20962] 06:51:48.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1059, 127.0.0.1:8283, complete] completed CON-POST MID=20962, Token=6881C13C907ED4B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20962, Token=6881C13C907ED4B6, 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! 06:51:48.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1061, 127.0.0.1:8283] send request 06:51:48.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1061, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1061, 127.0.0.1:8283] 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 06:51:48.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1061, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20963], CON-POST MID=20963, 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 06:51:48.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1061, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-D82CF82E604627DC], CON-POST MID=20963, Token=D82CF82E604627DC, 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 06:51:48.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20963], KeyToken[127.0.0.1:8283-D82CF82E604627DC]] 06:51:48.926 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.926 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,125,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20963, Token=D82CF82E604627DC, 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] 06:51:48.926 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20963] 06:51:48.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1062, 127.0.0.1:8280] replace CON-POST MID=20963, Token=D82CF82E604627DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20963, Token=D82CF82E604627DC, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1062, 127.0.0.1:8280] send response NON-2.05 MID=20963, Token=null, OptionSet={}, "server responds hi" 06:51:48.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1062, 127.0.0.1:8280, complete]! 06:51:48.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1062, 127.0.0.1:8280, complete] completed NON-2.04 MID=20963, Token=D82CF82E604627DC, 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! 06:51:48.927 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.927 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,126,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20963, Token=D82CF82E604627DC, 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] 06:51:48.927 [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 42 bytes from 127.0.0.1:8283 06:51:48.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20963] 06:51:48.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1061, 127.0.0.1:8283, complete]! 06:51:48.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1061, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-D82CF82E604627DC] 06:51:48.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1061, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20963] 06:51:48.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1061, 127.0.0.1:8283, complete] completed CON-POST MID=20963, Token=D82CF82E604627DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20963, Token=D82CF82E604627DC, 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! 06:51:48.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1063, 127.0.0.1:8283] send request 06:51:48.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1063, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1063, 127.0.0.1:8283] 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 06:51:48.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1063, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20964], CON-POST MID=20964, 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 06:51:48.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1063, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-44F435B70CD0A8C1], CON-POST MID=20964, Token=44F435B70CD0A8C1, 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 06:51:48.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20964], KeyToken[127.0.0.1:8283-44F435B70CD0A8C1]] 06:51:48.928 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.928 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,127,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20964, Token=44F435B70CD0A8C1, 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] 06:51:48.928 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20964] 06:51:48.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1064, 127.0.0.1:8280] replace CON-POST MID=20964, Token=44F435B70CD0A8C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20964, Token=44F435B70CD0A8C1, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1064, 127.0.0.1:8280] send response NON-2.05 MID=20964, Token=null, OptionSet={}, "server responds hi" 06:51:48.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1064, 127.0.0.1:8280, complete]! 06:51:48.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1064, 127.0.0.1:8280, complete] completed NON-2.04 MID=20964, Token=44F435B70CD0A8C1, 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! 06:51:48.928 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.928 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,128,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20964, Token=44F435B70CD0A8C1, 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] 06:51:48.928 [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 42 bytes from 127.0.0.1:8283 06:51:48.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20964] 06:51:48.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1063, 127.0.0.1:8283, complete]! 06:51:48.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1063, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-44F435B70CD0A8C1] 06:51:48.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1063, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20964] 06:51:48.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1063, 127.0.0.1:8283, complete] completed CON-POST MID=20964, Token=44F435B70CD0A8C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20964, Token=44F435B70CD0A8C1, 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! 06:51:48.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1065, 127.0.0.1:8283] send request 06:51:48.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1065, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1065, 127.0.0.1:8283] 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 06:51:48.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1065, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20965], CON-POST MID=20965, 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 06:51:48.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1065, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-7C54AEAE62704715], CON-POST MID=20965, Token=7C54AEAE62704715, 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 06:51:48.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20965], KeyToken[127.0.0.1:8283-7C54AEAE62704715]] 06:51:48.929 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.929 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,129,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20965, Token=7C54AEAE62704715, 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] 06:51:48.929 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20965] 06:51:48.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1066, 127.0.0.1:8280] replace CON-POST MID=20965, Token=7C54AEAE62704715, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20965, Token=7C54AEAE62704715, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1066, 127.0.0.1:8280] send response NON-2.05 MID=20965, Token=null, OptionSet={}, "server responds hi" 06:51:48.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1066, 127.0.0.1:8280, complete]! 06:51:48.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1066, 127.0.0.1:8280, complete] completed NON-2.04 MID=20965, Token=7C54AEAE62704715, 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! 06:51:48.929 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.930 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,130,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20965, Token=7C54AEAE62704715, 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] 06:51:48.930 [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 42 bytes from 127.0.0.1:8283 06:51:48.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20965] 06:51:48.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1065, 127.0.0.1:8283, complete]! 06:51:48.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1065, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-7C54AEAE62704715] 06:51:48.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1065, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20965] 06:51:48.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1065, 127.0.0.1:8283, complete] completed CON-POST MID=20965, Token=7C54AEAE62704715, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20965, Token=7C54AEAE62704715, 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! 06:51:48.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1067, 127.0.0.1:8283] send request 06:51:48.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1067, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1067, 127.0.0.1:8283] 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 06:51:48.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1067, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20966], CON-POST MID=20966, 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 06:51:48.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1067, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F8EB5F5B9836B4F8], CON-POST MID=20966, Token=F8EB5F5B9836B4F8, 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 06:51:48.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20966], KeyToken[127.0.0.1:8283-F8EB5F5B9836B4F8]] 06:51:48.930 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.930 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,131,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20966, Token=F8EB5F5B9836B4F8, 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] 06:51:48.930 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20966] 06:51:48.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1068, 127.0.0.1:8280] replace CON-POST MID=20966, Token=F8EB5F5B9836B4F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20966, Token=F8EB5F5B9836B4F8, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1068, 127.0.0.1:8280] send response NON-2.05 MID=20966, Token=null, OptionSet={}, "server responds hi" 06:51:48.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1068, 127.0.0.1:8280, complete]! 06:51:48.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1068, 127.0.0.1:8280, complete] completed NON-2.04 MID=20966, Token=F8EB5F5B9836B4F8, 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! 06:51:48.931 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.931 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,132,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20966, Token=F8EB5F5B9836B4F8, 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] 06:51:48.931 [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 42 bytes from 127.0.0.1:8283 06:51:48.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20966] 06:51:48.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1067, 127.0.0.1:8283, complete]! 06:51:48.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1067, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F8EB5F5B9836B4F8] 06:51:48.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1067, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20966] 06:51:48.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1067, 127.0.0.1:8283, complete] completed CON-POST MID=20966, Token=F8EB5F5B9836B4F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20966, Token=F8EB5F5B9836B4F8, 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! 06:51:48.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1069, 127.0.0.1:8283] send request 06:51:48.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1069, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1069, 127.0.0.1:8283] 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 06:51:48.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1069, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20967], CON-POST MID=20967, 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 06:51:48.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1069, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-74396A1C028456DB], CON-POST MID=20967, Token=74396A1C028456DB, 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 06:51:48.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20967], KeyToken[127.0.0.1:8283-74396A1C028456DB]] 06:51:48.932 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.932 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,133,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20967, Token=74396A1C028456DB, 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] 06:51:48.932 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20967] 06:51:48.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1070, 127.0.0.1:8280] replace CON-POST MID=20967, Token=74396A1C028456DB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20967, Token=74396A1C028456DB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1070, 127.0.0.1:8280] send response NON-2.05 MID=20967, Token=null, OptionSet={}, "server responds hi" 06:51:48.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1070, 127.0.0.1:8280, complete]! 06:51:48.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1070, 127.0.0.1:8280, complete] completed NON-2.04 MID=20967, Token=74396A1C028456DB, 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! 06:51:48.932 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.932 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,134,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20967, Token=74396A1C028456DB, 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] 06:51:48.932 [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 42 bytes from 127.0.0.1:8283 06:51:48.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20967] 06:51:48.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1069, 127.0.0.1:8283, complete]! 06:51:48.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1069, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-74396A1C028456DB] 06:51:48.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1069, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20967] 06:51:48.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1069, 127.0.0.1:8283, complete] completed CON-POST MID=20967, Token=74396A1C028456DB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20967, Token=74396A1C028456DB, 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! 06:51:48.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1071, 127.0.0.1:8283] send request 06:51:48.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1071, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1071, 127.0.0.1:8283] 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 06:51:48.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1071, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20968], CON-POST MID=20968, 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 06:51:48.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1071, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-6018D9BA57C993EE], CON-POST MID=20968, Token=6018D9BA57C993EE, 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 06:51:48.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20968], KeyToken[127.0.0.1:8283-6018D9BA57C993EE]] 06:51:48.933 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.933 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,135,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20968, Token=6018D9BA57C993EE, 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] 06:51:48.933 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20968] 06:51:48.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1072, 127.0.0.1:8280] replace CON-POST MID=20968, Token=6018D9BA57C993EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20968, Token=6018D9BA57C993EE, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1072, 127.0.0.1:8280] send response NON-2.05 MID=20968, Token=null, OptionSet={}, "server responds hi" 06:51:48.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1072, 127.0.0.1:8280, complete]! 06:51:48.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1072, 127.0.0.1:8280, complete] completed NON-2.04 MID=20968, Token=6018D9BA57C993EE, 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! 06:51:48.933 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.933 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,136,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20968, Token=6018D9BA57C993EE, 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] 06:51:48.933 [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 42 bytes from 127.0.0.1:8283 06:51:48.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20968] 06:51:48.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1071, 127.0.0.1:8283, complete]! 06:51:48.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1071, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-6018D9BA57C993EE] 06:51:48.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1071, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20968] 06:51:48.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1071, 127.0.0.1:8283, complete] completed CON-POST MID=20968, Token=6018D9BA57C993EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20968, Token=6018D9BA57C993EE, 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! 06:51:48.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1073, 127.0.0.1:8283] send request 06:51:48.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1073, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1073, 127.0.0.1:8283] 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 06:51:48.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1073, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20969], CON-POST MID=20969, 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 06:51:48.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1073, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-504F6D00F2BF4D40], CON-POST MID=20969, Token=504F6D00F2BF4D40, 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 06:51:48.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20969], KeyToken[127.0.0.1:8283-504F6D00F2BF4D40]] 06:51:48.934 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.934 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,137,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20969, Token=504F6D00F2BF4D40, 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] 06:51:48.934 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20969] 06:51:48.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1074, 127.0.0.1:8280] replace CON-POST MID=20969, Token=504F6D00F2BF4D40, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20969, Token=504F6D00F2BF4D40, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1074, 127.0.0.1:8280] send response NON-2.05 MID=20969, Token=null, OptionSet={}, "server responds hi" 06:51:48.935 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1074, 127.0.0.1:8280, complete]! 06:51:48.935 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1074, 127.0.0.1:8280, complete] completed NON-2.04 MID=20969, Token=504F6D00F2BF4D40, 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! 06:51:48.935 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.935 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,138,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20969, Token=504F6D00F2BF4D40, 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] 06:51:48.935 [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 42 bytes from 127.0.0.1:8283 06:51:48.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20969] 06:51:48.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1073, 127.0.0.1:8283, complete]! 06:51:48.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1073, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-504F6D00F2BF4D40] 06:51:48.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1073, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20969] 06:51:48.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1073, 127.0.0.1:8283, complete] completed CON-POST MID=20969, Token=504F6D00F2BF4D40, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20969, Token=504F6D00F2BF4D40, 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! 06:51:48.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1075, 127.0.0.1:8283] send request 06:51:48.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1075, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1075, 127.0.0.1:8283] 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 06:51:48.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1075, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20970], CON-POST MID=20970, 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 06:51:48.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1075, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-D88A143DF7C4FF86], CON-POST MID=20970, Token=D88A143DF7C4FF86, 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 06:51:48.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20970], KeyToken[127.0.0.1:8283-D88A143DF7C4FF86]] 06:51:48.936 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.936 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,139,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20970, Token=D88A143DF7C4FF86, 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] 06:51:48.936 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20970] 06:51:48.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1076, 127.0.0.1:8280] replace CON-POST MID=20970, Token=D88A143DF7C4FF86, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20970, Token=D88A143DF7C4FF86, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1076, 127.0.0.1:8280] send response NON-2.05 MID=20970, Token=null, OptionSet={}, "server responds hi" 06:51:48.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1076, 127.0.0.1:8280, complete]! 06:51:48.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1076, 127.0.0.1:8280, complete] completed NON-2.04 MID=20970, Token=D88A143DF7C4FF86, 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! 06:51:48.936 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.936 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,140,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20970, Token=D88A143DF7C4FF86, 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] 06:51:48.936 [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 42 bytes from 127.0.0.1:8283 06:51:48.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20970] 06:51:48.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1075, 127.0.0.1:8283, complete]! 06:51:48.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1075, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-D88A143DF7C4FF86] 06:51:48.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1075, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20970] 06:51:48.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1075, 127.0.0.1:8283, complete] completed CON-POST MID=20970, Token=D88A143DF7C4FF86, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20970, Token=D88A143DF7C4FF86, 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! 06:51:48.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1077, 127.0.0.1:8283] send request 06:51:48.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1077, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1077, 127.0.0.1:8283] 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 06:51:48.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1077, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20971], CON-POST MID=20971, 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 06:51:48.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1077, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-A0F394E9CFFE3481], CON-POST MID=20971, Token=A0F394E9CFFE3481, 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 06:51:48.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20971], KeyToken[127.0.0.1:8283-A0F394E9CFFE3481]] 06:51:48.937 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.937 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,141,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20971, Token=A0F394E9CFFE3481, 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] 06:51:48.937 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20971] 06:51:48.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1078, 127.0.0.1:8280] replace CON-POST MID=20971, Token=A0F394E9CFFE3481, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20971, Token=A0F394E9CFFE3481, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1078, 127.0.0.1:8280] send response NON-2.05 MID=20971, Token=null, OptionSet={}, "server responds hi" 06:51:48.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1078, 127.0.0.1:8280, complete]! 06:51:48.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1078, 127.0.0.1:8280, complete] completed NON-2.04 MID=20971, Token=A0F394E9CFFE3481, 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! 06:51:48.937 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.937 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,142,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20971, Token=A0F394E9CFFE3481, 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] 06:51:48.938 [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 42 bytes from 127.0.0.1:8283 06:51:48.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20971] 06:51:48.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1077, 127.0.0.1:8283, complete]! 06:51:48.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1077, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-A0F394E9CFFE3481] 06:51:48.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1077, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20971] 06:51:48.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1077, 127.0.0.1:8283, complete] completed CON-POST MID=20971, Token=A0F394E9CFFE3481, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20971, Token=A0F394E9CFFE3481, 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! 06:51:48.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1079, 127.0.0.1:8283] send request 06:51:48.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1079, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1079, 127.0.0.1:8283] 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 06:51:48.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1079, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20972], CON-POST MID=20972, 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 06:51:48.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1079, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-2458AC078C656944], CON-POST MID=20972, Token=2458AC078C656944, 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 06:51:48.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20972], KeyToken[127.0.0.1:8283-2458AC078C656944]] 06:51:48.938 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.938 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,143,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20972, Token=2458AC078C656944, 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] 06:51:48.938 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20972] 06:51:48.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1080, 127.0.0.1:8280] replace CON-POST MID=20972, Token=2458AC078C656944, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20972, Token=2458AC078C656944, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1080, 127.0.0.1:8280] send response NON-2.05 MID=20972, Token=null, OptionSet={}, "server responds hi" 06:51:48.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1080, 127.0.0.1:8280, complete]! 06:51:48.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1080, 127.0.0.1:8280, complete] completed NON-2.04 MID=20972, Token=2458AC078C656944, 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! 06:51:48.939 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.939 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,144,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20972, Token=2458AC078C656944, 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] 06:51:48.939 [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 42 bytes from 127.0.0.1:8283 06:51:48.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20972] 06:51:48.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1079, 127.0.0.1:8283, complete]! 06:51:48.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1079, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-2458AC078C656944] 06:51:48.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1079, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20972] 06:51:48.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1079, 127.0.0.1:8283, complete] completed CON-POST MID=20972, Token=2458AC078C656944, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20972, Token=2458AC078C656944, 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! 06:51:48.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1081, 127.0.0.1:8283] send request 06:51:48.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1081, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1081, 127.0.0.1:8283] 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 06:51:48.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1081, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20973], CON-POST MID=20973, 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 06:51:48.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1081, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-5444EEED6218B9B5], CON-POST MID=20973, Token=5444EEED6218B9B5, 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 06:51:48.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20973], KeyToken[127.0.0.1:8283-5444EEED6218B9B5]] 06:51:48.939 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.939 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,145,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20973, Token=5444EEED6218B9B5, 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] 06:51:48.939 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20973] 06:51:48.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1082, 127.0.0.1:8280] replace CON-POST MID=20973, Token=5444EEED6218B9B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20973, Token=5444EEED6218B9B5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1082, 127.0.0.1:8280] send response NON-2.05 MID=20973, Token=null, OptionSet={}, "server responds hi" 06:51:48.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1082, 127.0.0.1:8280, complete]! 06:51:48.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1082, 127.0.0.1:8280, complete] completed NON-2.04 MID=20973, Token=5444EEED6218B9B5, 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! 06:51:48.940 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.940 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,146,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20973, Token=5444EEED6218B9B5, 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] 06:51:48.940 [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 42 bytes from 127.0.0.1:8283 06:51:48.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20973] 06:51:48.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1081, 127.0.0.1:8283, complete]! 06:51:48.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1081, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-5444EEED6218B9B5] 06:51:48.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1081, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20973] 06:51:48.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1081, 127.0.0.1:8283, complete] completed CON-POST MID=20973, Token=5444EEED6218B9B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20973, Token=5444EEED6218B9B5, 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! 06:51:48.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1083, 127.0.0.1:8283] send request 06:51:48.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1083, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1083, 127.0.0.1:8283] 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 06:51:48.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1083, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20974], CON-POST MID=20974, 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 06:51:48.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1083, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-449449FB55BAD93A], CON-POST MID=20974, Token=449449FB55BAD93A, 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 06:51:48.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20974], KeyToken[127.0.0.1:8283-449449FB55BAD93A]] 06:51:48.940 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.941 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,147,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20974, Token=449449FB55BAD93A, 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] 06:51:48.941 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20974] 06:51:48.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1084, 127.0.0.1:8280] replace CON-POST MID=20974, Token=449449FB55BAD93A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20974, Token=449449FB55BAD93A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1084, 127.0.0.1:8280] send response NON-2.05 MID=20974, Token=null, OptionSet={}, "server responds hi" 06:51:48.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1084, 127.0.0.1:8280, complete]! 06:51:48.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1084, 127.0.0.1:8280, complete] completed NON-2.04 MID=20974, Token=449449FB55BAD93A, 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! 06:51:48.941 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.941 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,148,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20974, Token=449449FB55BAD93A, 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] 06:51:48.941 [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 42 bytes from 127.0.0.1:8283 06:51:48.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20974] 06:51:48.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1083, 127.0.0.1:8283, complete]! 06:51:48.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1083, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-449449FB55BAD93A] 06:51:48.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1083, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20974] 06:51:48.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1083, 127.0.0.1:8283, complete] completed CON-POST MID=20974, Token=449449FB55BAD93A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20974, Token=449449FB55BAD93A, 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! 06:51:48.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1085, 127.0.0.1:8283] send request 06:51:48.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1085, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1085, 127.0.0.1:8283] 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 06:51:48.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1085, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20975], CON-POST MID=20975, 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 06:51:48.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1085, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F4273C686BBFAA6E], CON-POST MID=20975, Token=F4273C686BBFAA6E, 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 06:51:48.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20975], KeyToken[127.0.0.1:8283-F4273C686BBFAA6E]] 06:51:48.942 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.942 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,149,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20975, Token=F4273C686BBFAA6E, 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] 06:51:48.942 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20975] 06:51:48.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1086, 127.0.0.1:8280] replace CON-POST MID=20975, Token=F4273C686BBFAA6E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20975, Token=F4273C686BBFAA6E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1086, 127.0.0.1:8280] send response NON-2.05 MID=20975, Token=null, OptionSet={}, "server responds hi" 06:51:48.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1086, 127.0.0.1:8280, complete]! 06:51:48.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1086, 127.0.0.1:8280, complete] completed NON-2.04 MID=20975, Token=F4273C686BBFAA6E, 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! 06:51:48.942 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.942 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,150,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20975, Token=F4273C686BBFAA6E, 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] 06:51:48.942 [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 42 bytes from 127.0.0.1:8283 06:51:48.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20975] 06:51:48.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1085, 127.0.0.1:8283, complete]! 06:51:48.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1085, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F4273C686BBFAA6E] 06:51:48.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1085, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20975] 06:51:48.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1085, 127.0.0.1:8283, complete] completed CON-POST MID=20975, Token=F4273C686BBFAA6E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20975, Token=F4273C686BBFAA6E, 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! 06:51:48.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1087, 127.0.0.1:8283] send request 06:51:48.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1087, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1087, 127.0.0.1:8283] 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 06:51:48.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1087, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20976], CON-POST MID=20976, 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 06:51:48.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1087, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C45DF1382D6E582D], CON-POST MID=20976, Token=C45DF1382D6E582D, 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 06:51:48.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20976], KeyToken[127.0.0.1:8283-C45DF1382D6E582D]] 06:51:48.943 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.943 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,151,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20976, Token=C45DF1382D6E582D, 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] 06:51:48.943 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20976] 06:51:48.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1088, 127.0.0.1:8280] replace CON-POST MID=20976, Token=C45DF1382D6E582D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20976, Token=C45DF1382D6E582D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1088, 127.0.0.1:8280] send response NON-2.05 MID=20976, Token=null, OptionSet={}, "server responds hi" 06:51:48.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1088, 127.0.0.1:8280, complete]! 06:51:48.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1088, 127.0.0.1:8280, complete] completed NON-2.04 MID=20976, Token=C45DF1382D6E582D, 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! 06:51:48.944 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.944 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,152,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20976, Token=C45DF1382D6E582D, 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] 06:51:48.944 [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 42 bytes from 127.0.0.1:8283 06:51:48.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20976] 06:51:48.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1087, 127.0.0.1:8283, complete]! 06:51:48.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1087, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C45DF1382D6E582D] 06:51:48.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1087, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20976] 06:51:48.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1087, 127.0.0.1:8283, complete] completed CON-POST MID=20976, Token=C45DF1382D6E582D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20976, Token=C45DF1382D6E582D, 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! 06:51:48.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1089, 127.0.0.1:8283] send request 06:51:48.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1089, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1089, 127.0.0.1:8283] 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 06:51:48.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1089, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20977], CON-POST MID=20977, 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 06:51:48.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1089, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-4C03F412D6BF2F2C], CON-POST MID=20977, Token=4C03F412D6BF2F2C, 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 06:51:48.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20977], KeyToken[127.0.0.1:8283-4C03F412D6BF2F2C]] 06:51:48.944 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.944 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,153,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20977, Token=4C03F412D6BF2F2C, 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] 06:51:48.944 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20977] 06:51:48.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1090, 127.0.0.1:8280] replace CON-POST MID=20977, Token=4C03F412D6BF2F2C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20977, Token=4C03F412D6BF2F2C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1090, 127.0.0.1:8280] send response NON-2.05 MID=20977, Token=null, OptionSet={}, "server responds hi" 06:51:48.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1090, 127.0.0.1:8280, complete]! 06:51:48.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1090, 127.0.0.1:8280, complete] completed NON-2.04 MID=20977, Token=4C03F412D6BF2F2C, 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! 06:51:48.945 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.945 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,154,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20977, Token=4C03F412D6BF2F2C, 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] 06:51:48.945 [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 42 bytes from 127.0.0.1:8283 06:51:48.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20977] 06:51:48.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1089, 127.0.0.1:8283, complete]! 06:51:48.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1089, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-4C03F412D6BF2F2C] 06:51:48.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1089, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20977] 06:51:48.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1089, 127.0.0.1:8283, complete] completed CON-POST MID=20977, Token=4C03F412D6BF2F2C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20977, Token=4C03F412D6BF2F2C, 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! 06:51:48.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1091, 127.0.0.1:8283] send request 06:51:48.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1091, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1091, 127.0.0.1:8283] 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 06:51:48.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1091, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20978], CON-POST MID=20978, 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 06:51:48.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1091, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C0D79675BF736AE4], CON-POST MID=20978, Token=C0D79675BF736AE4, 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 06:51:48.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20978], KeyToken[127.0.0.1:8283-C0D79675BF736AE4]] 06:51:48.946 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.946 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,155,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20978, Token=C0D79675BF736AE4, 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] 06:51:48.946 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20978] 06:51:48.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1092, 127.0.0.1:8280] replace CON-POST MID=20978, Token=C0D79675BF736AE4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20978, Token=C0D79675BF736AE4, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1092, 127.0.0.1:8280] send response NON-2.05 MID=20978, Token=null, OptionSet={}, "server responds hi" 06:51:48.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1092, 127.0.0.1:8280, complete]! 06:51:48.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1092, 127.0.0.1:8280, complete] completed NON-2.04 MID=20978, Token=C0D79675BF736AE4, 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! 06:51:48.946 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.946 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,156,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20978, Token=C0D79675BF736AE4, 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] 06:51:48.946 [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 42 bytes from 127.0.0.1:8283 06:51:48.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20978] 06:51:48.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1091, 127.0.0.1:8283, complete]! 06:51:48.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1091, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C0D79675BF736AE4] 06:51:48.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1091, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20978] 06:51:48.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1091, 127.0.0.1:8283, complete] completed CON-POST MID=20978, Token=C0D79675BF736AE4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20978, Token=C0D79675BF736AE4, 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! 06:51:48.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1093, 127.0.0.1:8283] send request 06:51:48.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1093, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1093, 127.0.0.1:8283] 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 06:51:48.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1093, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20979], CON-POST MID=20979, 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 06:51:48.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1093, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-007E6FBA81D89A33], CON-POST MID=20979, Token=007E6FBA81D89A33, 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 06:51:48.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20979], KeyToken[127.0.0.1:8283-007E6FBA81D89A33]] 06:51:48.947 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.947 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,157,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20979, Token=007E6FBA81D89A33, 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] 06:51:48.947 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20979] 06:51:48.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1094, 127.0.0.1:8280] replace CON-POST MID=20979, Token=007E6FBA81D89A33, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20979, Token=007E6FBA81D89A33, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1094, 127.0.0.1:8280] send response NON-2.05 MID=20979, Token=null, OptionSet={}, "server responds hi" 06:51:48.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1094, 127.0.0.1:8280, complete]! 06:51:48.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1094, 127.0.0.1:8280, complete] completed NON-2.04 MID=20979, Token=007E6FBA81D89A33, 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! 06:51:48.947 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.947 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,158,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20979, Token=007E6FBA81D89A33, 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] 06:51:48.947 [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 42 bytes from 127.0.0.1:8283 06:51:48.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20979] 06:51:48.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1093, 127.0.0.1:8283, complete]! 06:51:48.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1093, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-007E6FBA81D89A33] 06:51:48.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1093, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20979] 06:51:48.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1093, 127.0.0.1:8283, complete] completed CON-POST MID=20979, Token=007E6FBA81D89A33, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20979, Token=007E6FBA81D89A33, 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! 06:51:48.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1095, 127.0.0.1:8283] send request 06:51:48.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1095, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1095, 127.0.0.1:8283] 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 06:51:48.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1095, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20980], CON-POST MID=20980, 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 06:51:48.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1095, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-2C2404510BC7821C], CON-POST MID=20980, Token=2C2404510BC7821C, 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 06:51:48.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20980], KeyToken[127.0.0.1:8283-2C2404510BC7821C]] 06:51:48.948 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.948 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,159,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20980, Token=2C2404510BC7821C, 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] 06:51:48.948 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20980] 06:51:48.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1096, 127.0.0.1:8280] replace CON-POST MID=20980, Token=2C2404510BC7821C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20980, Token=2C2404510BC7821C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1096, 127.0.0.1:8280] send response NON-2.05 MID=20980, Token=null, OptionSet={}, "server responds hi" 06:51:48.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1096, 127.0.0.1:8280, complete]! 06:51:48.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1096, 127.0.0.1:8280, complete] completed NON-2.04 MID=20980, Token=2C2404510BC7821C, 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! 06:51:48.948 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:48.949 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,160,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20980, Token=2C2404510BC7821C, 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] 06:51:48.949 [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 42 bytes from 127.0.0.1:8283 06:51:48.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20980] 06:51:48.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1095, 127.0.0.1:8283, complete]! 06:51:48.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1095, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-2C2404510BC7821C] 06:51:48.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1095, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20980] 06:51:48.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1095, 127.0.0.1:8283, complete] completed CON-POST MID=20980, Token=2C2404510BC7821C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20980, Token=2C2404510BC7821C, 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! 06:51:48.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1097, 127.0.0.1:8283] send request 06:51:48.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1097, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1097, 127.0.0.1:8283] 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 06:51:48.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1097, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20981], CON-POST MID=20981, 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 06:51:48.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1097, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-E4B7EC0C3C357FE6], CON-POST MID=20981, Token=E4B7EC0C3C357FE6, 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 06:51:48.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20981], KeyToken[127.0.0.1:8283-E4B7EC0C3C357FE6]] 06:51:48.949 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:48.949 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,161,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20981, Token=E4B7EC0C3C357FE6, 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] 06:51:48.949 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20981] 06:51:48.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1098, 127.0.0.1:8280] replace CON-POST MID=20981, Token=E4B7EC0C3C357FE6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20981, Token=E4B7EC0C3C357FE6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1098, 127.0.0.1:8280] send response NON-2.05 MID=20981, Token=null, OptionSet={}, "server responds hi" 06:51:48.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1098, 127.0.0.1:8280, complete]! 06:51:48.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1098, 127.0.0.1:8280, complete] completed NON-2.04 MID=20981, Token=E4B7EC0C3C357FE6, 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! 06:51:48.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:8280 06:51:48.950 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,162,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20981, Token=E4B7EC0C3C357FE6, 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] 06:51:48.950 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20981] 06:51:48.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1097, 127.0.0.1:8283, complete]! 06:51:48.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1097, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-E4B7EC0C3C357FE6] 06:51:48.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1097, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20981] 06:51:48.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1097, 127.0.0.1:8283, complete] completed CON-POST MID=20981, Token=E4B7EC0C3C357FE6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20981, Token=E4B7EC0C3C357FE6, 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! 06:51:48.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1099, 127.0.0.1:8283] send request 06:51:48.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1099, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1099, 127.0.0.1:8283] 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 06:51:48.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1099, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20982], CON-POST MID=20982, 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 06:51:48.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1099, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-FCF94BDF27BCEB1A], CON-POST MID=20982, Token=FCF94BDF27BCEB1A, 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 06:51:48.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20982], KeyToken[127.0.0.1:8283-FCF94BDF27BCEB1A]] 06:51:48.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:8283 06:51:48.951 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,163,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20982, Token=FCF94BDF27BCEB1A, 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] 06:51:48.951 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20982] 06:51:48.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1100, 127.0.0.1:8280] replace CON-POST MID=20982, Token=FCF94BDF27BCEB1A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20982, Token=FCF94BDF27BCEB1A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1100, 127.0.0.1:8280] send response NON-2.05 MID=20982, Token=null, OptionSet={}, "server responds hi" 06:51:48.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1100, 127.0.0.1:8280, complete]! 06:51:48.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1100, 127.0.0.1:8280, complete] completed NON-2.04 MID=20982, Token=FCF94BDF27BCEB1A, 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! 06:51:48.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:8280 06:51:48.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,164,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20982, Token=FCF94BDF27BCEB1A, 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] 06:51:48.951 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20982] 06:51:48.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1099, 127.0.0.1:8283, complete]! 06:51:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1099, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-FCF94BDF27BCEB1A] 06:51:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1099, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20982] 06:51:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1099, 127.0.0.1:8283, complete] completed CON-POST MID=20982, Token=FCF94BDF27BCEB1A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20982, Token=FCF94BDF27BCEB1A, 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! 06:51:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1101, 127.0.0.1:8283] send request 06:51:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1101, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1101, 127.0.0.1:8283] 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 06:51:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1101, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20983], CON-POST MID=20983, 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 06:51:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1101, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-A4948B005B146A21], CON-POST MID=20983, Token=A4948B005B146A21, 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 06:51:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20983], KeyToken[127.0.0.1:8283-A4948B005B146A21]] 06:51:48.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:8283 06:51:48.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,165,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20983, Token=A4948B005B146A21, 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] 06:51:48.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20983] 06:51:48.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1102, 127.0.0.1:8280] replace CON-POST MID=20983, Token=A4948B005B146A21, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20983, Token=A4948B005B146A21, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1102, 127.0.0.1:8280] send response NON-2.05 MID=20983, Token=null, OptionSet={}, "server responds hi" 06:51:48.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1102, 127.0.0.1:8280, complete]! 06:51:48.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1102, 127.0.0.1:8280, complete] completed NON-2.04 MID=20983, Token=A4948B005B146A21, 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! 06:51:48.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:8280 06:51:48.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,166,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20983, Token=A4948B005B146A21, 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] 06:51:48.953 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20983] 06:51:48.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1101, 127.0.0.1:8283, complete]! 06:51:48.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1101, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-A4948B005B146A21] 06:51:48.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1101, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20983] 06:51:48.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1101, 127.0.0.1:8283, complete] completed CON-POST MID=20983, Token=A4948B005B146A21, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20983, Token=A4948B005B146A21, 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! 06:51:48.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1103, 127.0.0.1:8283] send request 06:51:48.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1103, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1103, 127.0.0.1:8283] 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 06:51:48.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1103, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20984], CON-POST MID=20984, 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 06:51:48.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1103, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F49C2D61531D958D], CON-POST MID=20984, Token=F49C2D61531D958D, 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 06:51:48.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20984], KeyToken[127.0.0.1:8283-F49C2D61531D958D]] 06:51:48.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:8283 06:51:48.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,167,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20984, Token=F49C2D61531D958D, 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] 06:51:48.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20984] 06:51:48.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1104, 127.0.0.1:8280] replace CON-POST MID=20984, Token=F49C2D61531D958D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20984, Token=F49C2D61531D958D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1104, 127.0.0.1:8280] send response NON-2.05 MID=20984, Token=null, OptionSet={}, "server responds hi" 06:51:48.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1104, 127.0.0.1:8280, complete]! 06:51:48.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1104, 127.0.0.1:8280, complete] completed NON-2.04 MID=20984, Token=F49C2D61531D958D, 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! 06:51:48.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:8280 06:51:48.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,168,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20984, Token=F49C2D61531D958D, 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] 06:51:48.954 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20984] 06:51:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1103, 127.0.0.1:8283, complete]! 06:51:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1103, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F49C2D61531D958D] 06:51:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1103, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20984] 06:51:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1103, 127.0.0.1:8283, complete] completed CON-POST MID=20984, Token=F49C2D61531D958D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20984, Token=F49C2D61531D958D, 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! 06:51:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1105, 127.0.0.1:8283] send request 06:51:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1105, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1105, 127.0.0.1:8283] 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 06:51:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1105, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20985], CON-POST MID=20985, 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 06:51:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1105, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-7CE70F7EBE64C864], CON-POST MID=20985, Token=7CE70F7EBE64C864, 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 06:51:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20985], KeyToken[127.0.0.1:8283-7CE70F7EBE64C864]] 06:51:48.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:8283 06:51:48.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,169,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20985, Token=7CE70F7EBE64C864, 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] 06:51:48.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20985] 06:51:48.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1106, 127.0.0.1:8280] replace CON-POST MID=20985, Token=7CE70F7EBE64C864, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20985, Token=7CE70F7EBE64C864, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1106, 127.0.0.1:8280] send response NON-2.05 MID=20985, Token=null, OptionSet={}, "server responds hi" 06:51:48.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1106, 127.0.0.1:8280, complete]! 06:51:48.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1106, 127.0.0.1:8280, complete] completed NON-2.04 MID=20985, Token=7CE70F7EBE64C864, 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! 06:51:48.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:8280 06:51:48.955 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,170,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20985, Token=7CE70F7EBE64C864, 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] 06:51:48.955 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20985] 06:51:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1105, 127.0.0.1:8283, complete]! 06:51:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1105, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-7CE70F7EBE64C864] 06:51:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1105, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20985] 06:51:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1105, 127.0.0.1:8283, complete] completed CON-POST MID=20985, Token=7CE70F7EBE64C864, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20985, Token=7CE70F7EBE64C864, 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! 06:51:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1107, 127.0.0.1:8283] send request 06:51:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1107, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1107, 127.0.0.1:8283] 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 06:51:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1107, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20986], CON-POST MID=20986, 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 06:51:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1107, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-280BD33AF3D3EE57], CON-POST MID=20986, Token=280BD33AF3D3EE57, 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 06:51:48.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20986], KeyToken[127.0.0.1:8283-280BD33AF3D3EE57]] 06:51:48.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:8283 06:51:48.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,171,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20986, Token=280BD33AF3D3EE57, 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] 06:51:48.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20986] 06:51:48.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1108, 127.0.0.1:8280] replace CON-POST MID=20986, Token=280BD33AF3D3EE57, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20986, Token=280BD33AF3D3EE57, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1108, 127.0.0.1:8280] send response NON-2.05 MID=20986, Token=null, OptionSet={}, "server responds hi" 06:51:48.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1108, 127.0.0.1:8280, complete]! 06:51:48.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1108, 127.0.0.1:8280, complete] completed NON-2.04 MID=20986, Token=280BD33AF3D3EE57, 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! 06:51:48.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:8280 06:51:48.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,172,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20986, Token=280BD33AF3D3EE57, 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] 06:51:48.956 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20986] 06:51:48.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1107, 127.0.0.1:8283, complete]! 06:51:48.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1107, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-280BD33AF3D3EE57] 06:51:48.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1107, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20986] 06:51:48.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1107, 127.0.0.1:8283, complete] completed CON-POST MID=20986, Token=280BD33AF3D3EE57, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20986, Token=280BD33AF3D3EE57, 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! 06:51:48.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1109, 127.0.0.1:8283] send request 06:51:48.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1109, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1109, 127.0.0.1:8283] 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 06:51:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1109, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20987], CON-POST MID=20987, 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 06:51:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1109, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-E843D80DAA46A370], CON-POST MID=20987, Token=E843D80DAA46A370, 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 06:51:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20987], KeyToken[127.0.0.1:8283-E843D80DAA46A370]] 06:51:48.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:8283 06:51:48.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,173,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20987, Token=E843D80DAA46A370, 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] 06:51:48.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20987] 06:51:48.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1110, 127.0.0.1:8280] replace CON-POST MID=20987, Token=E843D80DAA46A370, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20987, Token=E843D80DAA46A370, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1110, 127.0.0.1:8280] send response NON-2.05 MID=20987, Token=null, OptionSet={}, "server responds hi" 06:51:48.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1110, 127.0.0.1:8280, complete]! 06:51:48.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1110, 127.0.0.1:8280, complete] completed NON-2.04 MID=20987, Token=E843D80DAA46A370, 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! 06:51:48.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:8280 06:51:48.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,174,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20987, Token=E843D80DAA46A370, 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] 06:51:48.957 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20987] 06:51:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1109, 127.0.0.1:8283, complete]! 06:51:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1109, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-E843D80DAA46A370] 06:51:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1109, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20987] 06:51:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1109, 127.0.0.1:8283, complete] completed CON-POST MID=20987, Token=E843D80DAA46A370, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20987, Token=E843D80DAA46A370, 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! 06:51:48.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1111, 127.0.0.1:8283] send request 06:51:48.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1111, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1111, 127.0.0.1:8283] 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 06:51:48.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1111, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20988], CON-POST MID=20988, 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 06:51:48.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1111, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-2C3AE2EC16EF0183], CON-POST MID=20988, Token=2C3AE2EC16EF0183, 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 06:51:48.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20988], KeyToken[127.0.0.1:8283-2C3AE2EC16EF0183]] 06:51:48.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:8283 06:51:48.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,175,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20988, Token=2C3AE2EC16EF0183, 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] 06:51:48.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20988] 06:51:48.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1112, 127.0.0.1:8280] replace CON-POST MID=20988, Token=2C3AE2EC16EF0183, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20988, Token=2C3AE2EC16EF0183, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1112, 127.0.0.1:8280] send response NON-2.05 MID=20988, Token=null, OptionSet={}, "server responds hi" 06:51:48.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1112, 127.0.0.1:8280, complete]! 06:51:48.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1112, 127.0.0.1:8280, complete] completed NON-2.04 MID=20988, Token=2C3AE2EC16EF0183, 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! 06:51:48.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:8280 06:51:48.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,176,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20988, Token=2C3AE2EC16EF0183, 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] 06:51:48.959 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20988] 06:51:48.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1111, 127.0.0.1:8283, complete]! 06:51:48.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1111, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-2C3AE2EC16EF0183] 06:51:48.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1111, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20988] 06:51:48.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1111, 127.0.0.1:8283, complete] completed CON-POST MID=20988, Token=2C3AE2EC16EF0183, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20988, Token=2C3AE2EC16EF0183, 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! 06:51:48.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1113, 127.0.0.1:8283] send request 06:51:48.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1113, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1113, 127.0.0.1:8283] 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 06:51:48.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1113, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20989], CON-POST MID=20989, 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 06:51:48.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1113, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C0756A0375F45FAF], CON-POST MID=20989, Token=C0756A0375F45FAF, 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 06:51:48.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20989], KeyToken[127.0.0.1:8283-C0756A0375F45FAF]] 06:51:48.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:8283 06:51:48.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,177,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20989, Token=C0756A0375F45FAF, 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] 06:51:48.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20989] 06:51:48.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1114, 127.0.0.1:8280] replace CON-POST MID=20989, Token=C0756A0375F45FAF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20989, Token=C0756A0375F45FAF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1114, 127.0.0.1:8280] send response NON-2.05 MID=20989, Token=null, OptionSet={}, "server responds hi" 06:51:48.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1114, 127.0.0.1:8280, complete]! 06:51:48.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1114, 127.0.0.1:8280, complete] completed NON-2.04 MID=20989, Token=C0756A0375F45FAF, 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! 06:51:48.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:8280 06:51:48.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,178,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20989, Token=C0756A0375F45FAF, 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] 06:51:48.960 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20989] 06:51:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1113, 127.0.0.1:8283, complete]! 06:51:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1113, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C0756A0375F45FAF] 06:51:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1113, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20989] 06:51:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1113, 127.0.0.1:8283, complete] completed CON-POST MID=20989, Token=C0756A0375F45FAF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20989, Token=C0756A0375F45FAF, 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! 06:51:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1115, 127.0.0.1:8283] send request 06:51:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1115, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1115, 127.0.0.1:8283] 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 06:51:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1115, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20990], CON-POST MID=20990, 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 06:51:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1115, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-A8EA39C94905DA5A], CON-POST MID=20990, Token=A8EA39C94905DA5A, 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 06:51:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20990], KeyToken[127.0.0.1:8283-A8EA39C94905DA5A]] 06:51:48.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 40 bytes to 127.0.0.1:8283 06:51:48.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,179,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20990, Token=A8EA39C94905DA5A, 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] 06:51:48.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20990] 06:51:48.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1116, 127.0.0.1:8280] replace CON-POST MID=20990, Token=A8EA39C94905DA5A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20990, Token=A8EA39C94905DA5A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1116, 127.0.0.1:8280] send response NON-2.05 MID=20990, Token=null, OptionSet={}, "server responds hi" 06:51:48.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1116, 127.0.0.1:8280, complete]! 06:51:48.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1116, 127.0.0.1:8280, complete] completed NON-2.04 MID=20990, Token=A8EA39C94905DA5A, 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! 06:51:48.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:8280 06:51:48.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,180,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20990, Token=A8EA39C94905DA5A, 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] 06:51:48.961 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20990] 06:51:48.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1115, 127.0.0.1:8283, complete]! 06:51:48.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1115, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-A8EA39C94905DA5A] 06:51:48.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1115, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20990] 06:51:48.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1115, 127.0.0.1:8283, complete] completed CON-POST MID=20990, Token=A8EA39C94905DA5A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20990, Token=A8EA39C94905DA5A, 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! 06:51:48.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1117, 127.0.0.1:8283] send request 06:51:48.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1117, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1117, 127.0.0.1:8283] 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 06:51:48.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1117, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20991], CON-POST MID=20991, 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 06:51:48.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1117, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C05F634A55B5E26A], CON-POST MID=20991, Token=C05F634A55B5E26A, 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 06:51:48.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20991], KeyToken[127.0.0.1:8283-C05F634A55B5E26A]] 06:51:48.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:8283 06:51:48.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,181,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20991, Token=C05F634A55B5E26A, 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] 06:51:48.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20991] 06:51:48.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1118, 127.0.0.1:8280] replace CON-POST MID=20991, Token=C05F634A55B5E26A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20991, Token=C05F634A55B5E26A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1118, 127.0.0.1:8280] send response NON-2.05 MID=20991, Token=null, OptionSet={}, "server responds hi" 06:51:48.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1118, 127.0.0.1:8280, complete]! 06:51:48.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1118, 127.0.0.1:8280, complete] completed NON-2.04 MID=20991, Token=C05F634A55B5E26A, 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! 06:51:48.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:8280 06:51:48.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,182,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20991, Token=C05F634A55B5E26A, 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] 06:51:48.963 [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 42 bytes from 127.0.0.1:8283 06:51:48.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:8283-20991] 06:51:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:48.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 06:51:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1117, 127.0.0.1:8283, complete]! 06:51:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1117, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C05F634A55B5E26A] 06:51:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1117, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20991] 06:51:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1117, 127.0.0.1:8283, complete] completed CON-POST MID=20991, Token=C05F634A55B5E26A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20991, Token=C05F634A55B5E26A, 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! 06:51:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1119, 127.0.0.1:8283] send request 06:51:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1119, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1119, 127.0.0.1:8283] 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 06:51:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1119, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20992], CON-POST MID=20992, 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 06:51:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1119, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-245C9B18EDBE6192], CON-POST MID=20992, Token=245C9B18EDBE6192, 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 06:51:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20992], KeyToken[127.0.0.1:8283-245C9B18EDBE6192]] 06:51:48.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 40 bytes to 127.0.0.1:8283 06:51:48.963 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,183,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20992, Token=245C9B18EDBE6192, 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] 06:51:48.963 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:48.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20992] 06:51:48.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:48.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1120, 127.0.0.1:8280] replace CON-POST MID=20992, Token=245C9B18EDBE6192, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20992, Token=245C9B18EDBE6192, OptionSet={"Object-Security":0x}, "client says hi" 06:51:48.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1120, 127.0.0.1:8280] send response NON-2.05 MID=20992, Token=null, OptionSet={}, "server responds hi" 06:51:48.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1120, 127.0.0.1:8280, complete]! 06:51:48.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1120, 127.0.0.1:8280, complete] completed NON-2.04 MID=20992, Token=245C9B18EDBE6192, 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! 06:51:48.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:8280 06:51:49.015 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,184,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20992, Token=245C9B18EDBE6192, 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] 06:51:49.015 [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 42 bytes from 127.0.0.1:8283 06:51:49.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20992] 06:51:49.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1119, 127.0.0.1:8283, complete]! 06:51:49.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1119, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-245C9B18EDBE6192] 06:51:49.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1119, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20992] 06:51:49.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1119, 127.0.0.1:8283, complete] completed CON-POST MID=20992, Token=245C9B18EDBE6192, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20992, Token=245C9B18EDBE6192, 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! 06:51:49.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1121, 127.0.0.1:8283] send request 06:51:49.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1121, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1121, 127.0.0.1:8283] 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 06:51:49.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1121, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20993], CON-POST MID=20993, 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 06:51:49.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1121, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-049F5F6F4E256E47], CON-POST MID=20993, Token=049F5F6F4E256E47, 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 06:51:49.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20993], KeyToken[127.0.0.1:8283-049F5F6F4E256E47]] 06:51:49.016 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.016 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,185,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20993, Token=049F5F6F4E256E47, 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] 06:51:49.016 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20993] 06:51:49.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1122, 127.0.0.1:8280] replace CON-POST MID=20993, Token=049F5F6F4E256E47, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20993, Token=049F5F6F4E256E47, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1122, 127.0.0.1:8280] send response NON-2.05 MID=20993, Token=null, OptionSet={}, "server responds hi" 06:51:49.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1122, 127.0.0.1:8280, complete]! 06:51:49.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1122, 127.0.0.1:8280, complete] completed NON-2.04 MID=20993, Token=049F5F6F4E256E47, 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! 06:51:49.016 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.016 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,186,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20993, Token=049F5F6F4E256E47, 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] 06:51:49.016 [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 42 bytes from 127.0.0.1:8283 06:51:49.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20993] 06:51:49.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1121, 127.0.0.1:8283, complete]! 06:51:49.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1121, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-049F5F6F4E256E47] 06:51:49.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1121, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20993] 06:51:49.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1121, 127.0.0.1:8283, complete] completed CON-POST MID=20993, Token=049F5F6F4E256E47, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20993, Token=049F5F6F4E256E47, 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! 06:51:49.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1123, 127.0.0.1:8283] send request 06:51:49.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1123, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1123, 127.0.0.1:8283] 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 06:51:49.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1123, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20994], CON-POST MID=20994, 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 06:51:49.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1123, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-64A181CD4F67E9CC], CON-POST MID=20994, Token=64A181CD4F67E9CC, 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 06:51:49.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20994], KeyToken[127.0.0.1:8283-64A181CD4F67E9CC]] 06:51:49.017 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.017 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,187,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20994, Token=64A181CD4F67E9CC, 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] 06:51:49.017 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20994] 06:51:49.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1124, 127.0.0.1:8280] replace CON-POST MID=20994, Token=64A181CD4F67E9CC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20994, Token=64A181CD4F67E9CC, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1124, 127.0.0.1:8280] send response NON-2.05 MID=20994, Token=null, OptionSet={}, "server responds hi" 06:51:49.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1124, 127.0.0.1:8280, complete]! 06:51:49.017 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1124, 127.0.0.1:8280, complete] completed NON-2.04 MID=20994, Token=64A181CD4F67E9CC, 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! 06:51:49.018 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.018 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,188,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20994, Token=64A181CD4F67E9CC, 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] 06:51:49.018 [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 42 bytes from 127.0.0.1:8283 06:51:49.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20994] 06:51:49.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1123, 127.0.0.1:8283, complete]! 06:51:49.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1123, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-64A181CD4F67E9CC] 06:51:49.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1123, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20994] 06:51:49.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1123, 127.0.0.1:8283, complete] completed CON-POST MID=20994, Token=64A181CD4F67E9CC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20994, Token=64A181CD4F67E9CC, 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! 06:51:49.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1125, 127.0.0.1:8283] send request 06:51:49.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1125, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1125, 127.0.0.1:8283] 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 06:51:49.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1125, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20995], CON-POST MID=20995, 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 06:51:49.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1125, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-948E0F44DFB1923E], CON-POST MID=20995, Token=948E0F44DFB1923E, 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 06:51:49.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20995], KeyToken[127.0.0.1:8283-948E0F44DFB1923E]] 06:51:49.018 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.019 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,189,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20995, Token=948E0F44DFB1923E, 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] 06:51:49.019 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20995] 06:51:49.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1126, 127.0.0.1:8280] replace CON-POST MID=20995, Token=948E0F44DFB1923E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20995, Token=948E0F44DFB1923E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1126, 127.0.0.1:8280] send response NON-2.05 MID=20995, Token=null, OptionSet={}, "server responds hi" 06:51:49.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1126, 127.0.0.1:8280, complete]! 06:51:49.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1126, 127.0.0.1:8280, complete] completed NON-2.04 MID=20995, Token=948E0F44DFB1923E, 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! 06:51:49.019 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.019 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,190,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20995, Token=948E0F44DFB1923E, 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] 06:51:49.019 [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 42 bytes from 127.0.0.1:8283 06:51:49.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20995] 06:51:49.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1125, 127.0.0.1:8283, complete]! 06:51:49.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1125, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-948E0F44DFB1923E] 06:51:49.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1125, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20995] 06:51:49.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1125, 127.0.0.1:8283, complete] completed CON-POST MID=20995, Token=948E0F44DFB1923E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20995, Token=948E0F44DFB1923E, 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! 06:51:49.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1127, 127.0.0.1:8283] send request 06:51:49.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1127, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.020 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1127, 127.0.0.1:8283] 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 06:51:49.020 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1127, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20996], CON-POST MID=20996, 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 06:51:49.020 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1127, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-34F2C6C88F44518C], CON-POST MID=20996, Token=34F2C6C88F44518C, 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 06:51:49.020 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20996], KeyToken[127.0.0.1:8283-34F2C6C88F44518C]] 06:51:49.020 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.020 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,191,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20996, Token=34F2C6C88F44518C, 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] 06:51:49.020 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20996] 06:51:49.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1128, 127.0.0.1:8280] replace CON-POST MID=20996, Token=34F2C6C88F44518C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20996, Token=34F2C6C88F44518C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1128, 127.0.0.1:8280] send response NON-2.05 MID=20996, Token=null, OptionSet={}, "server responds hi" 06:51:49.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1128, 127.0.0.1:8280, complete]! 06:51:49.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1128, 127.0.0.1:8280, complete] completed NON-2.04 MID=20996, Token=34F2C6C88F44518C, 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! 06:51:49.020 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.020 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,192,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20996, Token=34F2C6C88F44518C, 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] 06:51:49.020 [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 42 bytes from 127.0.0.1:8283 06:51:49.020 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20996] 06:51:49.020 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.020 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1127, 127.0.0.1:8283, complete]! 06:51:49.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1127, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-34F2C6C88F44518C] 06:51:49.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1127, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20996] 06:51:49.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1127, 127.0.0.1:8283, complete] completed CON-POST MID=20996, Token=34F2C6C88F44518C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20996, Token=34F2C6C88F44518C, 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! 06:51:49.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1129, 127.0.0.1:8283] send request 06:51:49.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1129, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1129, 127.0.0.1:8283] 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 06:51:49.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1129, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20997], CON-POST MID=20997, 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 06:51:49.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1129, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-94BDABE71E0DAF3D], CON-POST MID=20997, Token=94BDABE71E0DAF3D, 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 06:51:49.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20997], KeyToken[127.0.0.1:8283-94BDABE71E0DAF3D]] 06:51:49.021 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.021 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,193,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20997, Token=94BDABE71E0DAF3D, 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] 06:51:49.021 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.021 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20997] 06:51:49.021 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.021 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1130, 127.0.0.1:8280] replace CON-POST MID=20997, Token=94BDABE71E0DAF3D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20997, Token=94BDABE71E0DAF3D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1130, 127.0.0.1:8280] send response NON-2.05 MID=20997, Token=null, OptionSet={}, "server responds hi" 06:51:49.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1130, 127.0.0.1:8280, complete]! 06:51:49.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1130, 127.0.0.1:8280, complete] completed NON-2.04 MID=20997, Token=94BDABE71E0DAF3D, 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! 06:51:49.022 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.022 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,194,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20997, Token=94BDABE71E0DAF3D, 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] 06:51:49.022 [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 42 bytes from 127.0.0.1:8283 06:51:49.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20997] 06:51:49.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1129, 127.0.0.1:8283, complete]! 06:51:49.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1129, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-94BDABE71E0DAF3D] 06:51:49.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1129, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20997] 06:51:49.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1129, 127.0.0.1:8283, complete] completed CON-POST MID=20997, Token=94BDABE71E0DAF3D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20997, Token=94BDABE71E0DAF3D, 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! 06:51:49.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1131, 127.0.0.1:8283] send request 06:51:49.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1131, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1131, 127.0.0.1:8283] 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 06:51:49.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1131, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20998], CON-POST MID=20998, 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 06:51:49.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1131, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-3463EE97DF7FA522], CON-POST MID=20998, Token=3463EE97DF7FA522, 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 06:51:49.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20998], KeyToken[127.0.0.1:8283-3463EE97DF7FA522]] 06:51:49.023 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.023 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,195,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20998, Token=3463EE97DF7FA522, 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] 06:51:49.023 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20998] 06:51:49.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1132, 127.0.0.1:8280] replace CON-POST MID=20998, Token=3463EE97DF7FA522, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20998, Token=3463EE97DF7FA522, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1132, 127.0.0.1:8280] send response NON-2.05 MID=20998, Token=null, OptionSet={}, "server responds hi" 06:51:49.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1132, 127.0.0.1:8280, complete]! 06:51:49.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1132, 127.0.0.1:8280, complete] completed NON-2.04 MID=20998, Token=3463EE97DF7FA522, 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! 06:51:49.023 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.023 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,196,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20998, Token=3463EE97DF7FA522, 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] 06:51:49.023 [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 42 bytes from 127.0.0.1:8283 06:51:49.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20998] 06:51:49.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1131, 127.0.0.1:8283, complete]! 06:51:49.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1131, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-3463EE97DF7FA522] 06:51:49.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1131, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20998] 06:51:49.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1131, 127.0.0.1:8283, complete] completed CON-POST MID=20998, Token=3463EE97DF7FA522, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20998, Token=3463EE97DF7FA522, 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! 06:51:49.024 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1133, 127.0.0.1:8283] send request 06:51:49.024 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1133, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.024 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1133, 127.0.0.1:8283] 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 06:51:49.024 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1133, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-20999], CON-POST MID=20999, 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 06:51:49.024 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1133, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F8C11F60A4FCE3F7], CON-POST MID=20999, Token=F8C11F60A4FCE3F7, 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 06:51:49.024 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-20999], KeyToken[127.0.0.1:8283-F8C11F60A4FCE3F7]] 06:51:49.024 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.024 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,197,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=20999, Token=F8C11F60A4FCE3F7, 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] 06:51:49.024 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-20999] 06:51:49.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1134, 127.0.0.1:8280] replace CON-POST MID=20999, Token=F8C11F60A4FCE3F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=20999, Token=F8C11F60A4FCE3F7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1134, 127.0.0.1:8280] send response NON-2.05 MID=20999, Token=null, OptionSet={}, "server responds hi" 06:51:49.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1134, 127.0.0.1:8280, complete]! 06:51:49.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1134, 127.0.0.1:8280, complete] completed NON-2.04 MID=20999, Token=F8C11F60A4FCE3F7, 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! 06:51:49.024 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.025 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,198,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=20999, Token=F8C11F60A4FCE3F7, 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] 06:51:49.025 [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 42 bytes from 127.0.0.1:8283 06:51:49.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-20999] 06:51:49.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1133, 127.0.0.1:8283, complete]! 06:51:49.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1133, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F8C11F60A4FCE3F7] 06:51:49.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1133, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-20999] 06:51:49.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1133, 127.0.0.1:8283, complete] completed CON-POST MID=20999, Token=F8C11F60A4FCE3F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=20999, Token=F8C11F60A4FCE3F7, 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! 06:51:49.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1135, 127.0.0.1:8283] send request 06:51:49.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1135, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1135, 127.0.0.1:8283] 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 06:51:49.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1135, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21000], CON-POST MID=21000, 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 06:51:49.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1135, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-60D42F121C237366], CON-POST MID=21000, Token=60D42F121C237366, 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 06:51:49.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21000], KeyToken[127.0.0.1:8283-60D42F121C237366]] 06:51:49.025 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.025 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,199,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21000, Token=60D42F121C237366, 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] 06:51:49.025 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21000] 06:51:49.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1136, 127.0.0.1:8280] replace CON-POST MID=21000, Token=60D42F121C237366, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21000, Token=60D42F121C237366, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1136, 127.0.0.1:8280] send response NON-2.05 MID=21000, Token=null, OptionSet={}, "server responds hi" 06:51:49.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1136, 127.0.0.1:8280, complete]! 06:51:49.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1136, 127.0.0.1:8280, complete] completed NON-2.04 MID=21000, Token=60D42F121C237366, 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! 06:51:49.026 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.026 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,200,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21000, Token=60D42F121C237366, 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] 06:51:49.026 [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 42 bytes from 127.0.0.1:8283 06:51:49.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21000] 06:51:49.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1135, 127.0.0.1:8283, complete]! 06:51:49.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1135, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-60D42F121C237366] 06:51:49.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1135, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21000] 06:51:49.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1135, 127.0.0.1:8283, complete] completed CON-POST MID=21000, Token=60D42F121C237366, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21000, Token=60D42F121C237366, 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! 06:51:49.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1137, 127.0.0.1:8283] send request 06:51:49.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1137, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1137, 127.0.0.1:8283] 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 06:51:49.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1137, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21001], CON-POST MID=21001, 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 06:51:49.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1137, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-242550F1D11CD7FF], CON-POST MID=21001, Token=242550F1D11CD7FF, 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 06:51:49.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21001], KeyToken[127.0.0.1:8283-242550F1D11CD7FF]] 06:51:49.027 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.027 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,201,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21001, Token=242550F1D11CD7FF, 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] 06:51:49.027 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21001] 06:51:49.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1138, 127.0.0.1:8280] replace CON-POST MID=21001, Token=242550F1D11CD7FF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21001, Token=242550F1D11CD7FF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1138, 127.0.0.1:8280] send response NON-2.05 MID=21001, Token=null, OptionSet={}, "server responds hi" 06:51:49.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1138, 127.0.0.1:8280, complete]! 06:51:49.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1138, 127.0.0.1:8280, complete] completed NON-2.04 MID=21001, Token=242550F1D11CD7FF, 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! 06:51:49.027 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.027 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,202,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21001, Token=242550F1D11CD7FF, 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] 06:51:49.027 [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 42 bytes from 127.0.0.1:8283 06:51:49.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21001] 06:51:49.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1137, 127.0.0.1:8283, complete]! 06:51:49.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1137, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-242550F1D11CD7FF] 06:51:49.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1137, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21001] 06:51:49.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1137, 127.0.0.1:8283, complete] completed CON-POST MID=21001, Token=242550F1D11CD7FF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21001, Token=242550F1D11CD7FF, 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! 06:51:49.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1139, 127.0.0.1:8283] send request 06:51:49.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1139, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1139, 127.0.0.1:8283] 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 06:51:49.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1139, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21002], CON-POST MID=21002, 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 06:51:49.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1139, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-9CDE194E103D2B30], CON-POST MID=21002, Token=9CDE194E103D2B30, 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 06:51:49.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21002], KeyToken[127.0.0.1:8283-9CDE194E103D2B30]] 06:51:49.028 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.028 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,203,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21002, Token=9CDE194E103D2B30, 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] 06:51:49.028 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21002] 06:51:49.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1140, 127.0.0.1:8280] replace CON-POST MID=21002, Token=9CDE194E103D2B30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21002, Token=9CDE194E103D2B30, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1140, 127.0.0.1:8280] send response NON-2.05 MID=21002, Token=null, OptionSet={}, "server responds hi" 06:51:49.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1140, 127.0.0.1:8280, complete]! 06:51:49.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1140, 127.0.0.1:8280, complete] completed NON-2.04 MID=21002, Token=9CDE194E103D2B30, 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! 06:51:49.028 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.029 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,204,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21002, Token=9CDE194E103D2B30, 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] 06:51:49.029 [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 42 bytes from 127.0.0.1:8283 06:51:49.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21002] 06:51:49.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1139, 127.0.0.1:8283, complete]! 06:51:49.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1139, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-9CDE194E103D2B30] 06:51:49.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1139, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21002] 06:51:49.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1139, 127.0.0.1:8283, complete] completed CON-POST MID=21002, Token=9CDE194E103D2B30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21002, Token=9CDE194E103D2B30, 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! 06:51:49.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1141, 127.0.0.1:8283] send request 06:51:49.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1141, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1141, 127.0.0.1:8283] 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 06:51:49.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1141, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21003], CON-POST MID=21003, 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 06:51:49.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1141, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-60BDEDE68268B600], CON-POST MID=21003, Token=60BDEDE68268B600, 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 06:51:49.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21003], KeyToken[127.0.0.1:8283-60BDEDE68268B600]] 06:51:49.029 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.029 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,205,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21003, Token=60BDEDE68268B600, 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] 06:51:49.029 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21003] 06:51:49.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1142, 127.0.0.1:8280] replace CON-POST MID=21003, Token=60BDEDE68268B600, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21003, Token=60BDEDE68268B600, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1142, 127.0.0.1:8280] send response NON-2.05 MID=21003, Token=null, OptionSet={}, "server responds hi" 06:51:49.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1142, 127.0.0.1:8280, complete]! 06:51:49.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1142, 127.0.0.1:8280, complete] completed NON-2.04 MID=21003, Token=60BDEDE68268B600, 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! 06:51:49.030 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.030 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,206,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21003, Token=60BDEDE68268B600, 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] 06:51:49.030 [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 42 bytes from 127.0.0.1:8283 06:51:49.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21003] 06:51:49.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1141, 127.0.0.1:8283, complete]! 06:51:49.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1141, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-60BDEDE68268B600] 06:51:49.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1141, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21003] 06:51:49.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1141, 127.0.0.1:8283, complete] completed CON-POST MID=21003, Token=60BDEDE68268B600, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21003, Token=60BDEDE68268B600, 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! 06:51:49.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1143, 127.0.0.1:8283] send request 06:51:49.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1143, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1143, 127.0.0.1:8283] 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 06:51:49.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1143, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21004], CON-POST MID=21004, 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 06:51:49.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1143, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-8474B4085AE4CE6A], CON-POST MID=21004, Token=8474B4085AE4CE6A, 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 06:51:49.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21004], KeyToken[127.0.0.1:8283-8474B4085AE4CE6A]] 06:51:49.031 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.031 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,207,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21004, Token=8474B4085AE4CE6A, 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] 06:51:49.031 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21004] 06:51:49.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1144, 127.0.0.1:8280] replace CON-POST MID=21004, Token=8474B4085AE4CE6A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21004, Token=8474B4085AE4CE6A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1144, 127.0.0.1:8280] send response NON-2.05 MID=21004, Token=null, OptionSet={}, "server responds hi" 06:51:49.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1144, 127.0.0.1:8280, complete]! 06:51:49.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1144, 127.0.0.1:8280, complete] completed NON-2.04 MID=21004, Token=8474B4085AE4CE6A, 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! 06:51:49.031 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.031 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,208,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21004, Token=8474B4085AE4CE6A, 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] 06:51:49.031 [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 42 bytes from 127.0.0.1:8283 06:51:49.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21004] 06:51:49.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1143, 127.0.0.1:8283, complete]! 06:51:49.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1143, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-8474B4085AE4CE6A] 06:51:49.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1143, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21004] 06:51:49.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1143, 127.0.0.1:8283, complete] completed CON-POST MID=21004, Token=8474B4085AE4CE6A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21004, Token=8474B4085AE4CE6A, 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! 06:51:49.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1145, 127.0.0.1:8283] send request 06:51:49.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1145, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1145, 127.0.0.1:8283] 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 06:51:49.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1145, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21005], CON-POST MID=21005, 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 06:51:49.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1145, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-243497A5B53AD37E], CON-POST MID=21005, Token=243497A5B53AD37E, 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 06:51:49.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21005], KeyToken[127.0.0.1:8283-243497A5B53AD37E]] 06:51:49.032 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.032 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,209,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21005, Token=243497A5B53AD37E, 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] 06:51:49.032 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21005] 06:51:49.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1146, 127.0.0.1:8280] replace CON-POST MID=21005, Token=243497A5B53AD37E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21005, Token=243497A5B53AD37E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1146, 127.0.0.1:8280] send response NON-2.05 MID=21005, Token=null, OptionSet={}, "server responds hi" 06:51:49.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1146, 127.0.0.1:8280, complete]! 06:51:49.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1146, 127.0.0.1:8280, complete] completed NON-2.04 MID=21005, Token=243497A5B53AD37E, 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! 06:51:49.032 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.033 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,210,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21005, Token=243497A5B53AD37E, 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] 06:51:49.033 [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 42 bytes from 127.0.0.1:8283 06:51:49.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21005] 06:51:49.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1145, 127.0.0.1:8283, complete]! 06:51:49.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1145, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-243497A5B53AD37E] 06:51:49.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1145, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21005] 06:51:49.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1145, 127.0.0.1:8283, complete] completed CON-POST MID=21005, Token=243497A5B53AD37E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21005, Token=243497A5B53AD37E, 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! 06:51:49.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1147, 127.0.0.1:8283] send request 06:51:49.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1147, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1147, 127.0.0.1:8283] 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 06:51:49.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1147, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21006], CON-POST MID=21006, 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 06:51:49.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1147, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-88190B6676A96687], CON-POST MID=21006, Token=88190B6676A96687, 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 06:51:49.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21006], KeyToken[127.0.0.1:8283-88190B6676A96687]] 06:51:49.033 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.033 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,211,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21006, Token=88190B6676A96687, 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] 06:51:49.033 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21006] 06:51:49.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1148, 127.0.0.1:8280] replace CON-POST MID=21006, Token=88190B6676A96687, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21006, Token=88190B6676A96687, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1148, 127.0.0.1:8280] send response NON-2.05 MID=21006, Token=null, OptionSet={}, "server responds hi" 06:51:49.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1148, 127.0.0.1:8280, complete]! 06:51:49.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1148, 127.0.0.1:8280, complete] completed NON-2.04 MID=21006, Token=88190B6676A96687, 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! 06:51:49.034 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.034 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,212,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21006, Token=88190B6676A96687, 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] 06:51:49.034 [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 42 bytes from 127.0.0.1:8283 06:51:49.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21006] 06:51:49.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1147, 127.0.0.1:8283, complete]! 06:51:49.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1147, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-88190B6676A96687] 06:51:49.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1147, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21006] 06:51:49.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1147, 127.0.0.1:8283, complete] completed CON-POST MID=21006, Token=88190B6676A96687, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21006, Token=88190B6676A96687, 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! 06:51:49.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1149, 127.0.0.1:8283] send request 06:51:49.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1149, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1149, 127.0.0.1:8283] 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 06:51:49.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1149, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21007], CON-POST MID=21007, 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 06:51:49.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1149, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-088869C6379DD547], CON-POST MID=21007, Token=088869C6379DD547, 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 06:51:49.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21007], KeyToken[127.0.0.1:8283-088869C6379DD547]] 06:51:49.034 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.035 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,213,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21007, Token=088869C6379DD547, 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] 06:51:49.035 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21007] 06:51:49.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1150, 127.0.0.1:8280] replace CON-POST MID=21007, Token=088869C6379DD547, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21007, Token=088869C6379DD547, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1150, 127.0.0.1:8280] send response NON-2.05 MID=21007, Token=null, OptionSet={}, "server responds hi" 06:51:49.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1150, 127.0.0.1:8280, complete]! 06:51:49.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1150, 127.0.0.1:8280, complete] completed NON-2.04 MID=21007, Token=088869C6379DD547, 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! 06:51:49.035 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.035 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,214,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21007, Token=088869C6379DD547, 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] 06:51:49.035 [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 42 bytes from 127.0.0.1:8283 06:51:49.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21007] 06:51:49.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1149, 127.0.0.1:8283, complete]! 06:51:49.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1149, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-088869C6379DD547] 06:51:49.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1149, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21007] 06:51:49.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1149, 127.0.0.1:8283, complete] completed CON-POST MID=21007, Token=088869C6379DD547, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21007, Token=088869C6379DD547, 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! 06:51:49.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1151, 127.0.0.1:8283] send request 06:51:49.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1151, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1151, 127.0.0.1:8283] 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 06:51:49.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1151, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21008], CON-POST MID=21008, 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 06:51:49.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1151, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-A8E6FDD40E508D5D], CON-POST MID=21008, Token=A8E6FDD40E508D5D, 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 06:51:49.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21008], KeyToken[127.0.0.1:8283-A8E6FDD40E508D5D]] 06:51:49.036 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.036 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,215,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21008, Token=A8E6FDD40E508D5D, 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] 06:51:49.036 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21008] 06:51:49.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1152, 127.0.0.1:8280] replace CON-POST MID=21008, Token=A8E6FDD40E508D5D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21008, Token=A8E6FDD40E508D5D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1152, 127.0.0.1:8280] send response NON-2.05 MID=21008, Token=null, OptionSet={}, "server responds hi" 06:51:49.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1152, 127.0.0.1:8280, complete]! 06:51:49.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1152, 127.0.0.1:8280, complete] completed NON-2.04 MID=21008, Token=A8E6FDD40E508D5D, 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! 06:51:49.036 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.036 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,216,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21008, Token=A8E6FDD40E508D5D, 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] 06:51:49.036 [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 42 bytes from 127.0.0.1:8283 06:51:49.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21008] 06:51:49.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1151, 127.0.0.1:8283, complete]! 06:51:49.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1151, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-A8E6FDD40E508D5D] 06:51:49.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1151, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21008] 06:51:49.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1151, 127.0.0.1:8283, complete] completed CON-POST MID=21008, Token=A8E6FDD40E508D5D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21008, Token=A8E6FDD40E508D5D, 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! 06:51:49.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1153, 127.0.0.1:8283] send request 06:51:49.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1153, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1153, 127.0.0.1:8283] 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 06:51:49.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1153, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21009], CON-POST MID=21009, 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 06:51:49.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1153, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-001735461AF8C1C7], CON-POST MID=21009, Token=001735461AF8C1C7, 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 06:51:49.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21009], KeyToken[127.0.0.1:8283-001735461AF8C1C7]] 06:51:49.037 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.037 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,217,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21009, Token=001735461AF8C1C7, 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] 06:51:49.037 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21009] 06:51:49.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1154, 127.0.0.1:8280] replace CON-POST MID=21009, Token=001735461AF8C1C7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21009, Token=001735461AF8C1C7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1154, 127.0.0.1:8280] send response NON-2.05 MID=21009, Token=null, OptionSet={}, "server responds hi" 06:51:49.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1154, 127.0.0.1:8280, complete]! 06:51:49.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1154, 127.0.0.1:8280, complete] completed NON-2.04 MID=21009, Token=001735461AF8C1C7, 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! 06:51:49.037 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.037 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,218,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21009, Token=001735461AF8C1C7, 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] 06:51:49.037 [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 42 bytes from 127.0.0.1:8283 06:51:49.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21009] 06:51:49.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1153, 127.0.0.1:8283, complete]! 06:51:49.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1153, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-001735461AF8C1C7] 06:51:49.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1153, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21009] 06:51:49.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1153, 127.0.0.1:8283, complete] completed CON-POST MID=21009, Token=001735461AF8C1C7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21009, Token=001735461AF8C1C7, 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! 06:51:49.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1155, 127.0.0.1:8283] send request 06:51:49.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1155, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1155, 127.0.0.1:8283] 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 06:51:49.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1155, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21010], CON-POST MID=21010, 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 06:51:49.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1155, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-E09FB98CFC792A30], CON-POST MID=21010, Token=E09FB98CFC792A30, 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 06:51:49.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21010], KeyToken[127.0.0.1:8283-E09FB98CFC792A30]] 06:51:49.038 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.038 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,219,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21010, Token=E09FB98CFC792A30, 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] 06:51:49.038 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21010] 06:51:49.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1156, 127.0.0.1:8280] replace CON-POST MID=21010, Token=E09FB98CFC792A30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21010, Token=E09FB98CFC792A30, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1156, 127.0.0.1:8280] send response NON-2.05 MID=21010, Token=null, OptionSet={}, "server responds hi" 06:51:49.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1156, 127.0.0.1:8280, complete]! 06:51:49.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1156, 127.0.0.1:8280, complete] completed NON-2.04 MID=21010, Token=E09FB98CFC792A30, 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! 06:51:49.039 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.039 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,220,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21010, Token=E09FB98CFC792A30, 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] 06:51:49.039 [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 42 bytes from 127.0.0.1:8283 06:51:49.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21010] 06:51:49.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1155, 127.0.0.1:8283, complete]! 06:51:49.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1155, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-E09FB98CFC792A30] 06:51:49.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1155, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21010] 06:51:49.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1155, 127.0.0.1:8283, complete] completed CON-POST MID=21010, Token=E09FB98CFC792A30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21010, Token=E09FB98CFC792A30, 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! 06:51:49.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1157, 127.0.0.1:8283] send request 06:51:49.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1157, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1157, 127.0.0.1:8283] 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 06:51:49.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1157, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21011], CON-POST MID=21011, 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 06:51:49.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1157, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-D8A3C6D58763A33E], CON-POST MID=21011, Token=D8A3C6D58763A33E, 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 06:51:49.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21011], KeyToken[127.0.0.1:8283-D8A3C6D58763A33E]] 06:51:49.040 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.040 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,221,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21011, Token=D8A3C6D58763A33E, 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] 06:51:49.040 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21011] 06:51:49.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1158, 127.0.0.1:8280] replace CON-POST MID=21011, Token=D8A3C6D58763A33E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21011, Token=D8A3C6D58763A33E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1158, 127.0.0.1:8280] send response NON-2.05 MID=21011, Token=null, OptionSet={}, "server responds hi" 06:51:49.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1158, 127.0.0.1:8280, complete]! 06:51:49.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1158, 127.0.0.1:8280, complete] completed NON-2.04 MID=21011, Token=D8A3C6D58763A33E, 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! 06:51:49.040 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.040 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,222,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21011, Token=D8A3C6D58763A33E, 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] 06:51:49.040 [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 42 bytes from 127.0.0.1:8283 06:51:49.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21011] 06:51:49.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1157, 127.0.0.1:8283, complete]! 06:51:49.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1157, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-D8A3C6D58763A33E] 06:51:49.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1157, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21011] 06:51:49.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1157, 127.0.0.1:8283, complete] completed CON-POST MID=21011, Token=D8A3C6D58763A33E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21011, Token=D8A3C6D58763A33E, 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! 06:51:49.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1159, 127.0.0.1:8283] send request 06:51:49.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1159, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1159, 127.0.0.1:8283] 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 06:51:49.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1159, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21012], CON-POST MID=21012, 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 06:51:49.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1159, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-E4BE77AD7B15F93C], CON-POST MID=21012, Token=E4BE77AD7B15F93C, 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 06:51:49.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21012], KeyToken[127.0.0.1:8283-E4BE77AD7B15F93C]] 06:51:49.041 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.041 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,223,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21012, Token=E4BE77AD7B15F93C, 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] 06:51:49.041 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21012] 06:51:49.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1160, 127.0.0.1:8280] replace CON-POST MID=21012, Token=E4BE77AD7B15F93C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21012, Token=E4BE77AD7B15F93C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1160, 127.0.0.1:8280] send response NON-2.05 MID=21012, Token=null, OptionSet={}, "server responds hi" 06:51:49.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1160, 127.0.0.1:8280, complete]! 06:51:49.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1160, 127.0.0.1:8280, complete] completed NON-2.04 MID=21012, Token=E4BE77AD7B15F93C, 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! 06:51:49.041 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.041 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,224,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21012, Token=E4BE77AD7B15F93C, 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] 06:51:49.041 [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 42 bytes from 127.0.0.1:8283 06:51:49.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21012] 06:51:49.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1159, 127.0.0.1:8283, complete]! 06:51:49.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1159, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-E4BE77AD7B15F93C] 06:51:49.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1159, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21012] 06:51:49.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1159, 127.0.0.1:8283, complete] completed CON-POST MID=21012, Token=E4BE77AD7B15F93C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21012, Token=E4BE77AD7B15F93C, 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! 06:51:49.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1161, 127.0.0.1:8283] send request 06:51:49.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1161, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1161, 127.0.0.1:8283] 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 06:51:49.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1161, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21013], CON-POST MID=21013, 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 06:51:49.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1161, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-407CC095CF9F6550], CON-POST MID=21013, Token=407CC095CF9F6550, 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 06:51:49.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21013], KeyToken[127.0.0.1:8283-407CC095CF9F6550]] 06:51:49.042 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.042 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,225,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21013, Token=407CC095CF9F6550, 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] 06:51:49.042 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21013] 06:51:49.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1162, 127.0.0.1:8280] replace CON-POST MID=21013, Token=407CC095CF9F6550, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21013, Token=407CC095CF9F6550, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1162, 127.0.0.1:8280] send response NON-2.05 MID=21013, Token=null, OptionSet={}, "server responds hi" 06:51:49.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1162, 127.0.0.1:8280, complete]! 06:51:49.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1162, 127.0.0.1:8280, complete] completed NON-2.04 MID=21013, Token=407CC095CF9F6550, 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! 06:51:49.043 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.043 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,226,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21013, Token=407CC095CF9F6550, 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] 06:51:49.043 [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 42 bytes from 127.0.0.1:8283 06:51:49.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21013] 06:51:49.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1161, 127.0.0.1:8283, complete]! 06:51:49.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1161, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-407CC095CF9F6550] 06:51:49.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1161, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21013] 06:51:49.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1161, 127.0.0.1:8283, complete] completed CON-POST MID=21013, Token=407CC095CF9F6550, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21013, Token=407CC095CF9F6550, 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! 06:51:49.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1163, 127.0.0.1:8283] send request 06:51:49.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1163, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1163, 127.0.0.1:8283] 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 06:51:49.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1163, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21014], CON-POST MID=21014, 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 06:51:49.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1163, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-5CCD8C14E1DD1534], CON-POST MID=21014, Token=5CCD8C14E1DD1534, 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 06:51:49.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21014], KeyToken[127.0.0.1:8283-5CCD8C14E1DD1534]] 06:51:49.043 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.043 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,227,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21014, Token=5CCD8C14E1DD1534, 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] 06:51:49.043 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21014] 06:51:49.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1164, 127.0.0.1:8280] replace CON-POST MID=21014, Token=5CCD8C14E1DD1534, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21014, Token=5CCD8C14E1DD1534, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1164, 127.0.0.1:8280] send response NON-2.05 MID=21014, Token=null, OptionSet={}, "server responds hi" 06:51:49.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1164, 127.0.0.1:8280, complete]! 06:51:49.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1164, 127.0.0.1:8280, complete] completed NON-2.04 MID=21014, Token=5CCD8C14E1DD1534, 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! 06:51:49.044 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.044 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,228,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21014, Token=5CCD8C14E1DD1534, 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] 06:51:49.044 [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 42 bytes from 127.0.0.1:8283 06:51:49.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21014] 06:51:49.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1163, 127.0.0.1:8283, complete]! 06:51:49.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1163, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-5CCD8C14E1DD1534] 06:51:49.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1163, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21014] 06:51:49.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1163, 127.0.0.1:8283, complete] completed CON-POST MID=21014, Token=5CCD8C14E1DD1534, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21014, Token=5CCD8C14E1DD1534, 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! 06:51:49.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1165, 127.0.0.1:8283] send request 06:51:49.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1165, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1165, 127.0.0.1:8283] 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 06:51:49.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1165, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21015], CON-POST MID=21015, 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 06:51:49.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1165, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-A0B0A23EBD528543], CON-POST MID=21015, Token=A0B0A23EBD528543, 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 06:51:49.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21015], KeyToken[127.0.0.1:8283-A0B0A23EBD528543]] 06:51:49.045 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.045 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,229,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21015, Token=A0B0A23EBD528543, 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] 06:51:49.045 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21015] 06:51:49.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1166, 127.0.0.1:8280] replace CON-POST MID=21015, Token=A0B0A23EBD528543, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21015, Token=A0B0A23EBD528543, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1166, 127.0.0.1:8280] send response NON-2.05 MID=21015, Token=null, OptionSet={}, "server responds hi" 06:51:49.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1166, 127.0.0.1:8280, complete]! 06:51:49.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1166, 127.0.0.1:8280, complete] completed NON-2.04 MID=21015, Token=A0B0A23EBD528543, 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! 06:51:49.045 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.045 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,230,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21015, Token=A0B0A23EBD528543, 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] 06:51:49.045 [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 42 bytes from 127.0.0.1:8283 06:51:49.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21015] 06:51:49.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1165, 127.0.0.1:8283, complete]! 06:51:49.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1165, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-A0B0A23EBD528543] 06:51:49.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1165, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21015] 06:51:49.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1165, 127.0.0.1:8283, complete] completed CON-POST MID=21015, Token=A0B0A23EBD528543, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21015, Token=A0B0A23EBD528543, 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! 06:51:49.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1167, 127.0.0.1:8283] send request 06:51:49.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1167, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1167, 127.0.0.1:8283] 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 06:51:49.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1167, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21016], CON-POST MID=21016, 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 06:51:49.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1167, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-60A474BD4CB5C390], CON-POST MID=21016, Token=60A474BD4CB5C390, 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 06:51:49.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21016], KeyToken[127.0.0.1:8283-60A474BD4CB5C390]] 06:51:49.046 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.046 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,231,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21016, Token=60A474BD4CB5C390, 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] 06:51:49.046 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21016] 06:51:49.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1168, 127.0.0.1:8280] replace CON-POST MID=21016, Token=60A474BD4CB5C390, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21016, Token=60A474BD4CB5C390, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1168, 127.0.0.1:8280] send response NON-2.05 MID=21016, Token=null, OptionSet={}, "server responds hi" 06:51:49.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1168, 127.0.0.1:8280, complete]! 06:51:49.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1168, 127.0.0.1:8280, complete] completed NON-2.04 MID=21016, Token=60A474BD4CB5C390, 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! 06:51:49.046 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.047 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,232,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21016, Token=60A474BD4CB5C390, 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] 06:51:49.047 [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 42 bytes from 127.0.0.1:8283 06:51:49.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21016] 06:51:49.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1167, 127.0.0.1:8283, complete]! 06:51:49.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1167, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-60A474BD4CB5C390] 06:51:49.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1167, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21016] 06:51:49.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1167, 127.0.0.1:8283, complete] completed CON-POST MID=21016, Token=60A474BD4CB5C390, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21016, Token=60A474BD4CB5C390, 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! 06:51:49.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1169, 127.0.0.1:8283] send request 06:51:49.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1169, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1169, 127.0.0.1:8283] 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 06:51:49.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1169, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21017], CON-POST MID=21017, 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 06:51:49.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1169, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-80F4FED836166599], CON-POST MID=21017, Token=80F4FED836166599, 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 06:51:49.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21017], KeyToken[127.0.0.1:8283-80F4FED836166599]] 06:51:49.047 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.047 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,233,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21017, Token=80F4FED836166599, 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] 06:51:49.047 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21017] 06:51:49.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1170, 127.0.0.1:8280] replace CON-POST MID=21017, Token=80F4FED836166599, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21017, Token=80F4FED836166599, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1170, 127.0.0.1:8280] send response NON-2.05 MID=21017, Token=null, OptionSet={}, "server responds hi" 06:51:49.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1170, 127.0.0.1:8280, complete]! 06:51:49.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1170, 127.0.0.1:8280, complete] completed NON-2.04 MID=21017, Token=80F4FED836166599, 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! 06:51:49.048 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.048 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,234,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21017, Token=80F4FED836166599, 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] 06:51:49.048 [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 42 bytes from 127.0.0.1:8283 06:51:49.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21017] 06:51:49.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1169, 127.0.0.1:8283, complete]! 06:51:49.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1169, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-80F4FED836166599] 06:51:49.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1169, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21017] 06:51:49.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1169, 127.0.0.1:8283, complete] completed CON-POST MID=21017, Token=80F4FED836166599, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21017, Token=80F4FED836166599, 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! 06:51:49.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1171, 127.0.0.1:8283] send request 06:51:49.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1171, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1171, 127.0.0.1:8283] 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 06:51:49.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1171, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21018], CON-POST MID=21018, 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 06:51:49.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1171, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-FCE79325A5688756], CON-POST MID=21018, Token=FCE79325A5688756, 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 06:51:49.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21018], KeyToken[127.0.0.1:8283-FCE79325A5688756]] 06:51:49.048 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.048 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,235,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21018, Token=FCE79325A5688756, 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] 06:51:49.048 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21018] 06:51:49.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1172, 127.0.0.1:8280] replace CON-POST MID=21018, Token=FCE79325A5688756, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21018, Token=FCE79325A5688756, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1172, 127.0.0.1:8280] send response NON-2.05 MID=21018, Token=null, OptionSet={}, "server responds hi" 06:51:49.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1172, 127.0.0.1:8280, complete]! 06:51:49.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1172, 127.0.0.1:8280, complete] completed NON-2.04 MID=21018, Token=FCE79325A5688756, 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! 06:51:49.049 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.049 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,236,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21018, Token=FCE79325A5688756, 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] 06:51:49.049 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21018] 06:51:49.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1171, 127.0.0.1:8283, complete]! 06:51:49.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1171, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-FCE79325A5688756] 06:51:49.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1171, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21018] 06:51:49.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1171, 127.0.0.1:8283, complete] completed CON-POST MID=21018, Token=FCE79325A5688756, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21018, Token=FCE79325A5688756, 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! 06:51:49.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1173, 127.0.0.1:8283] send request 06:51:49.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1173, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1173, 127.0.0.1:8283] 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 06:51:49.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1173, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21019], CON-POST MID=21019, 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 06:51:49.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1173, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-44174A5B9D37FBB7], CON-POST MID=21019, Token=44174A5B9D37FBB7, 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 06:51:49.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21019], KeyToken[127.0.0.1:8283-44174A5B9D37FBB7]] 06:51:49.050 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,237,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21019, Token=44174A5B9D37FBB7, 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] 06:51:49.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21019] 06:51:49.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1174, 127.0.0.1:8280] replace CON-POST MID=21019, Token=44174A5B9D37FBB7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21019, Token=44174A5B9D37FBB7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1174, 127.0.0.1:8280] send response NON-2.05 MID=21019, Token=null, OptionSet={}, "server responds hi" 06:51:49.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1174, 127.0.0.1:8280, complete]! 06:51:49.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1174, 127.0.0.1:8280, complete] completed NON-2.04 MID=21019, Token=44174A5B9D37FBB7, 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! 06:51:49.050 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.050 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,238,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21019, Token=44174A5B9D37FBB7, 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] 06:51:49.050 [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 42 bytes from 127.0.0.1:8283 06:51:49.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21019] 06:51:49.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1173, 127.0.0.1:8283, complete]! 06:51:49.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1173, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-44174A5B9D37FBB7] 06:51:49.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1173, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21019] 06:51:49.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1173, 127.0.0.1:8283, complete] completed CON-POST MID=21019, Token=44174A5B9D37FBB7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21019, Token=44174A5B9D37FBB7, 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! 06:51:49.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1175, 127.0.0.1:8283] send request 06:51:49.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1175, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1175, 127.0.0.1:8283] 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 06:51:49.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1175, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21020], CON-POST MID=21020, 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 06:51:49.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1175, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-E8D3A037CB851A52], CON-POST MID=21020, Token=E8D3A037CB851A52, 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 06:51:49.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21020], KeyToken[127.0.0.1:8283-E8D3A037CB851A52]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,239,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21020, Token=E8D3A037CB851A52, 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] 06:51:49.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21020] 06:51:49.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1176, 127.0.0.1:8280] replace CON-POST MID=21020, Token=E8D3A037CB851A52, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21020, Token=E8D3A037CB851A52, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1176, 127.0.0.1:8280] send response NON-2.05 MID=21020, Token=null, OptionSet={}, "server responds hi" 06:51:49.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1176, 127.0.0.1:8280, complete]! 06:51:49.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1176, 127.0.0.1:8280, complete] completed NON-2.04 MID=21020, Token=E8D3A037CB851A52, 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! 06:51:49.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:8280 06:51:49.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,240,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21020, Token=E8D3A037CB851A52, 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] 06:51:49.052 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21020] 06:51:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1175, 127.0.0.1:8283, complete]! 06:51:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1175, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-E8D3A037CB851A52] 06:51:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1175, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21020] 06:51:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1175, 127.0.0.1:8283, complete] completed CON-POST MID=21020, Token=E8D3A037CB851A52, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21020, Token=E8D3A037CB851A52, 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! 06:51:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1177, 127.0.0.1:8283] send request 06:51:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1177, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1177, 127.0.0.1:8283] 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 06:51:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1177, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21021], CON-POST MID=21021, 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 06:51:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1177, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F8F4B628A895142A], CON-POST MID=21021, Token=F8F4B628A895142A, 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 06:51:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21021], KeyToken[127.0.0.1:8283-F8F4B628A895142A]] 06:51:49.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:8283 06:51:49.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,241,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21021, Token=F8F4B628A895142A, 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] 06:51:49.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21021] 06:51:49.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1178, 127.0.0.1:8280] replace CON-POST MID=21021, Token=F8F4B628A895142A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21021, Token=F8F4B628A895142A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1178, 127.0.0.1:8280] send response NON-2.05 MID=21021, Token=null, OptionSet={}, "server responds hi" 06:51:49.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1178, 127.0.0.1:8280, complete]! 06:51:49.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1178, 127.0.0.1:8280, complete] completed NON-2.04 MID=21021, Token=F8F4B628A895142A, 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! 06:51:49.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:8280 06:51:49.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,242,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21021, Token=F8F4B628A895142A, 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] 06:51:49.053 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21021] 06:51:49.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1177, 127.0.0.1:8283, complete]! 06:51:49.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1177, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F8F4B628A895142A] 06:51:49.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1177, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21021] 06:51:49.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1177, 127.0.0.1:8283, complete] completed CON-POST MID=21021, Token=F8F4B628A895142A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21021, Token=F8F4B628A895142A, 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! 06:51:49.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1179, 127.0.0.1:8283] send request 06:51:49.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1179, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1179, 127.0.0.1:8283] 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 06:51:49.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1179, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21022], CON-POST MID=21022, 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 06:51:49.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1179, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-CC0A52DA07766F5B], CON-POST MID=21022, Token=CC0A52DA07766F5B, 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 06:51:49.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21022], KeyToken[127.0.0.1:8283-CC0A52DA07766F5B]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,243,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21022, Token=CC0A52DA07766F5B, 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] 06:51:49.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21022] 06:51:49.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1180, 127.0.0.1:8280] replace CON-POST MID=21022, Token=CC0A52DA07766F5B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21022, Token=CC0A52DA07766F5B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1180, 127.0.0.1:8280] send response NON-2.05 MID=21022, Token=null, OptionSet={}, "server responds hi" 06:51:49.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1180, 127.0.0.1:8280, complete]! 06:51:49.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1180, 127.0.0.1:8280, complete] completed NON-2.04 MID=21022, Token=CC0A52DA07766F5B, 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! 06:51:49.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:8280 06:51:49.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,244,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21022, Token=CC0A52DA07766F5B, 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] 06:51:49.054 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21022] 06:51:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1179, 127.0.0.1:8283, complete]! 06:51:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1179, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-CC0A52DA07766F5B] 06:51:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1179, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21022] 06:51:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1179, 127.0.0.1:8283, complete] completed CON-POST MID=21022, Token=CC0A52DA07766F5B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21022, Token=CC0A52DA07766F5B, 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! 06:51:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1181, 127.0.0.1:8283] send request 06:51:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1181, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1181, 127.0.0.1:8283] 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 06:51:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1181, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21023], CON-POST MID=21023, 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 06:51:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1181, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-54F15A3A9EC15401], CON-POST MID=21023, Token=54F15A3A9EC15401, 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 06:51:49.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21023], KeyToken[127.0.0.1:8283-54F15A3A9EC15401]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,245,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21023, Token=54F15A3A9EC15401, 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] 06:51:49.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21023] 06:51:49.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1182, 127.0.0.1:8280] replace CON-POST MID=21023, Token=54F15A3A9EC15401, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21023, Token=54F15A3A9EC15401, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1182, 127.0.0.1:8280] send response NON-2.05 MID=21023, Token=null, OptionSet={}, "server responds hi" 06:51:49.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1182, 127.0.0.1:8280, complete]! 06:51:49.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1182, 127.0.0.1:8280, complete] completed NON-2.04 MID=21023, Token=54F15A3A9EC15401, 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! 06:51:49.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:8280 06:51:49.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,246,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21023, Token=54F15A3A9EC15401, 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] 06:51:49.055 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21023] 06:51:49.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1181, 127.0.0.1:8283, complete]! 06:51:49.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1181, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-54F15A3A9EC15401] 06:51:49.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1181, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21023] 06:51:49.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1181, 127.0.0.1:8283, complete] completed CON-POST MID=21023, Token=54F15A3A9EC15401, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21023, Token=54F15A3A9EC15401, 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! 06:51:49.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1183, 127.0.0.1:8283] send request 06:51:49.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1183, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1183, 127.0.0.1:8283] 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 06:51:49.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1183, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21024], CON-POST MID=21024, 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 06:51:49.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1183, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-D825B73C5CE38D9A], CON-POST MID=21024, Token=D825B73C5CE38D9A, 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 06:51:49.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21024], KeyToken[127.0.0.1:8283-D825B73C5CE38D9A]] 06:51:49.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:8283 06:51:49.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,247,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21024, Token=D825B73C5CE38D9A, 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] 06:51:49.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21024] 06:51:49.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1184, 127.0.0.1:8280] replace CON-POST MID=21024, Token=D825B73C5CE38D9A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21024, Token=D825B73C5CE38D9A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1184, 127.0.0.1:8280] send response NON-2.05 MID=21024, Token=null, OptionSet={}, "server responds hi" 06:51:49.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1184, 127.0.0.1:8280, complete]! 06:51:49.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1184, 127.0.0.1:8280, complete] completed NON-2.04 MID=21024, Token=D825B73C5CE38D9A, 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! 06:51:49.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:8280 06:51:49.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,248,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21024, Token=D825B73C5CE38D9A, 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] 06:51:49.056 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21024] 06:51:49.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1183, 127.0.0.1:8283, complete]! 06:51:49.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1183, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-D825B73C5CE38D9A] 06:51:49.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1183, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21024] 06:51:49.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1183, 127.0.0.1:8283, complete] completed CON-POST MID=21024, Token=D825B73C5CE38D9A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21024, Token=D825B73C5CE38D9A, 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! 06:51:49.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1185, 127.0.0.1:8283] send request 06:51:49.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1185, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1185, 127.0.0.1:8283] 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 06:51:49.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1185, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21025], CON-POST MID=21025, 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 06:51:49.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1185, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-9C11669E67CDA04E], CON-POST MID=21025, Token=9C11669E67CDA04E, 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 06:51:49.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21025], KeyToken[127.0.0.1:8283-9C11669E67CDA04E]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,249,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21025, Token=9C11669E67CDA04E, 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] 06:51:49.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21025] 06:51:49.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1186, 127.0.0.1:8280] replace CON-POST MID=21025, Token=9C11669E67CDA04E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21025, Token=9C11669E67CDA04E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1186, 127.0.0.1:8280] send response NON-2.05 MID=21025, Token=null, OptionSet={}, "server responds hi" 06:51:49.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1186, 127.0.0.1:8280, complete]! 06:51:49.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1186, 127.0.0.1:8280, complete] completed NON-2.04 MID=21025, Token=9C11669E67CDA04E, 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! 06:51:49.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:8280 06:51:49.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,250,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21025, Token=9C11669E67CDA04E, 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] 06:51:49.058 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21025] 06:51:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1185, 127.0.0.1:8283, complete]! 06:51:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1185, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-9C11669E67CDA04E] 06:51:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1185, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21025] 06:51:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1185, 127.0.0.1:8283, complete] completed CON-POST MID=21025, Token=9C11669E67CDA04E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21025, Token=9C11669E67CDA04E, 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! 06:51:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1187, 127.0.0.1:8283] send request 06:51:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1187, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1187, 127.0.0.1:8283] 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 06:51:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1187, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21026], CON-POST MID=21026, 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 06:51:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1187, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-908B2D0A20530670], CON-POST MID=21026, Token=908B2D0A20530670, 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 06:51:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21026], KeyToken[127.0.0.1:8283-908B2D0A20530670]] 06:51:49.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:8283 06:51:49.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,251,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21026, Token=908B2D0A20530670, 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] 06:51:49.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21026] 06:51:49.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1188, 127.0.0.1:8280] replace CON-POST MID=21026, Token=908B2D0A20530670, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21026, Token=908B2D0A20530670, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1188, 127.0.0.1:8280] send response NON-2.05 MID=21026, Token=null, OptionSet={}, "server responds hi" 06:51:49.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1188, 127.0.0.1:8280, complete]! 06:51:49.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1188, 127.0.0.1:8280, complete] completed NON-2.04 MID=21026, Token=908B2D0A20530670, 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! 06:51:49.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:8280 06:51:49.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,252,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21026, Token=908B2D0A20530670, 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] 06:51:49.059 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21026] 06:51:49.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1187, 127.0.0.1:8283, complete]! 06:51:49.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1187, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-908B2D0A20530670] 06:51:49.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1187, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21026] 06:51:49.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1187, 127.0.0.1:8283, complete] completed CON-POST MID=21026, Token=908B2D0A20530670, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21026, Token=908B2D0A20530670, 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! 06:51:49.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1189, 127.0.0.1:8283] send request 06:51:49.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1189, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1189, 127.0.0.1:8283] 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 06:51:49.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1189, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21027], CON-POST MID=21027, 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 06:51:49.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1189, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-34208F115170D898], CON-POST MID=21027, Token=34208F115170D898, 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 06:51:49.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21027], KeyToken[127.0.0.1:8283-34208F115170D898]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.059 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,253,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21027, Token=34208F115170D898, 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] 06:51:49.059 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21027] 06:51:49.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1190, 127.0.0.1:8280] replace CON-POST MID=21027, Token=34208F115170D898, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21027, Token=34208F115170D898, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1190, 127.0.0.1:8280] send response NON-2.05 MID=21027, Token=null, OptionSet={}, "server responds hi" 06:51:49.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1190, 127.0.0.1:8280, complete]! 06:51:49.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1190, 127.0.0.1:8280, complete] completed NON-2.04 MID=21027, Token=34208F115170D898, 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! 06:51:49.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:8280 06:51:49.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,254,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21027, Token=34208F115170D898, 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] 06:51:49.060 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21027] 06:51:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1189, 127.0.0.1:8283, complete]! 06:51:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1189, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-34208F115170D898] 06:51:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1189, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21027] 06:51:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1189, 127.0.0.1:8283, complete] completed CON-POST MID=21027, Token=34208F115170D898, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21027, Token=34208F115170D898, 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! 06:51:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1191, 127.0.0.1:8283] send request 06:51:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1191, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1191, 127.0.0.1:8283] 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 06:51:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1191, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21028], CON-POST MID=21028, 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 06:51:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1191, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-443A8EB4448F30D2], CON-POST MID=21028, Token=443A8EB4448F30D2, 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 06:51:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21028], KeyToken[127.0.0.1:8283-443A8EB4448F30D2]] 06:51:49.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:8283 06:51:49.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,255,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21028, Token=443A8EB4448F30D2, 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] 06:51:49.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21028] 06:51:49.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1192, 127.0.0.1:8280] replace CON-POST MID=21028, Token=443A8EB4448F30D2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21028, Token=443A8EB4448F30D2, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1192, 127.0.0.1:8280] send response NON-2.05 MID=21028, Token=null, OptionSet={}, "server responds hi" 06:51:49.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1192, 127.0.0.1:8280, complete]! 06:51:49.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1192, 127.0.0.1:8280, complete] completed NON-2.04 MID=21028, Token=443A8EB4448F30D2, 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! 06:51:49.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:8280 06:51:49.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,256,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21028, Token=443A8EB4448F30D2, 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] 06:51:49.061 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21028] 06:51:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1191, 127.0.0.1:8283, complete]! 06:51:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1191, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-443A8EB4448F30D2] 06:51:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1191, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21028] 06:51:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1191, 127.0.0.1:8283, complete] completed CON-POST MID=21028, Token=443A8EB4448F30D2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21028, Token=443A8EB4448F30D2, 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! 06:51:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1193, 127.0.0.1:8283] send request 06:51:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1193, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1193, 127.0.0.1:8283] 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 06:51:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1193, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21029], CON-POST MID=21029, 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 06:51:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1193, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-8C2C6E74F8595A0B], CON-POST MID=21029, Token=8C2C6E74F8595A0B, 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 06:51:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21029], KeyToken[127.0.0.1:8283-8C2C6E74F8595A0B]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,257,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21029, Token=8C2C6E74F8595A0B, 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] 06:51:49.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21029] 06:51:49.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1194, 127.0.0.1:8280] replace CON-POST MID=21029, Token=8C2C6E74F8595A0B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21029, Token=8C2C6E74F8595A0B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1194, 127.0.0.1:8280] send response NON-2.05 MID=21029, Token=null, OptionSet={}, "server responds hi" 06:51:49.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1194, 127.0.0.1:8280, complete]! 06:51:49.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1194, 127.0.0.1:8280, complete] completed NON-2.04 MID=21029, Token=8C2C6E74F8595A0B, 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! 06:51:49.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:8280 06:51:49.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,258,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21029, Token=8C2C6E74F8595A0B, 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] 06:51:49.062 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21029] 06:51:49.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1193, 127.0.0.1:8283, complete]! 06:51:49.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1193, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-8C2C6E74F8595A0B] 06:51:49.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1193, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21029] 06:51:49.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1193, 127.0.0.1:8283, complete] completed CON-POST MID=21029, Token=8C2C6E74F8595A0B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21029, Token=8C2C6E74F8595A0B, 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! 06:51:49.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1195, 127.0.0.1:8283] send request 06:51:49.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1195, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1195, 127.0.0.1:8283] 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 06:51:49.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1195, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21030], CON-POST MID=21030, 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 06:51:49.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1195, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-B88ACA850C355E47], CON-POST MID=21030, Token=B88ACA850C355E47, 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 06:51:49.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21030], KeyToken[127.0.0.1:8283-B88ACA850C355E47]] 06:51:49.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:8283 06:51:49.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,259,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21030, Token=B88ACA850C355E47, 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] 06:51:49.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21030] 06:51:49.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1196, 127.0.0.1:8280] replace CON-POST MID=21030, Token=B88ACA850C355E47, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21030, Token=B88ACA850C355E47, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1196, 127.0.0.1:8280] send response NON-2.05 MID=21030, Token=null, OptionSet={}, "server responds hi" 06:51:49.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1196, 127.0.0.1:8280, complete]! 06:51:49.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1196, 127.0.0.1:8280, complete] completed NON-2.04 MID=21030, Token=B88ACA850C355E47, 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! 06:51:49.063 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,260,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21030, Token=B88ACA850C355E47, 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] 06:51:49.063 [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 42 bytes from 127.0.0.1:8283 06:51:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21030] 06:51:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1195, 127.0.0.1:8283, complete]! 06:51:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1195, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-B88ACA850C355E47] 06:51:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1195, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21030] 06:51:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1195, 127.0.0.1:8283, complete] completed CON-POST MID=21030, Token=B88ACA850C355E47, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21030, Token=B88ACA850C355E47, 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! 06:51:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1197, 127.0.0.1:8283] send request 06:51:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1197, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1197, 127.0.0.1:8283] 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 06:51:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1197, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21031], CON-POST MID=21031, 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 06:51:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1197, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-8CB72A972F6E831D], CON-POST MID=21031, Token=8CB72A972F6E831D, 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 06:51:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21031], KeyToken[127.0.0.1:8283-8CB72A972F6E831D]] 06:51:49.064 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,261,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21031, Token=8CB72A972F6E831D, 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] 06:51:49.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21031] 06:51:49.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1198, 127.0.0.1:8280] replace CON-POST MID=21031, Token=8CB72A972F6E831D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21031, Token=8CB72A972F6E831D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1198, 127.0.0.1:8280] send response NON-2.05 MID=21031, Token=null, OptionSet={}, "server responds hi" 06:51:49.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1198, 127.0.0.1:8280, complete]! 06:51:49.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1198, 127.0.0.1:8280, complete] completed NON-2.04 MID=21031, Token=8CB72A972F6E831D, 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! 06:51:49.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:8280 06:51:49.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,262,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21031, Token=8CB72A972F6E831D, 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] 06:51:49.064 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21031] 06:51:49.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1197, 127.0.0.1:8283, complete]! 06:51:49.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1197, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-8CB72A972F6E831D] 06:51:49.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1197, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21031] 06:51:49.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1197, 127.0.0.1:8283, complete] completed CON-POST MID=21031, Token=8CB72A972F6E831D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21031, Token=8CB72A972F6E831D, 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! 06:51:49.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1199, 127.0.0.1:8283] send request 06:51:49.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1199, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1199, 127.0.0.1:8283] 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 06:51:49.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1199, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21032], CON-POST MID=21032, 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 06:51:49.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1199, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-D8F7AEAC252934D4], CON-POST MID=21032, Token=D8F7AEAC252934D4, 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 06:51:49.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21032], KeyToken[127.0.0.1:8283-D8F7AEAC252934D4]] 06:51:49.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:8283 06:51:49.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,263,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21032, Token=D8F7AEAC252934D4, 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] 06:51:49.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21032] 06:51:49.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1200, 127.0.0.1:8280] replace CON-POST MID=21032, Token=D8F7AEAC252934D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21032, Token=D8F7AEAC252934D4, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1200, 127.0.0.1:8280] send response NON-2.05 MID=21032, Token=null, OptionSet={}, "server responds hi" 06:51:49.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1200, 127.0.0.1:8280, complete]! 06:51:49.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1200, 127.0.0.1:8280, complete] completed NON-2.04 MID=21032, Token=D8F7AEAC252934D4, 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! 06:51:49.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:8280 06:51:49.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,264,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21032, Token=D8F7AEAC252934D4, 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] 06:51:49.065 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21032] 06:51:49.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1199, 127.0.0.1:8283, complete]! 06:51:49.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1199, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-D8F7AEAC252934D4] 06:51:49.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1199, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21032] 06:51:49.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1199, 127.0.0.1:8283, complete] completed CON-POST MID=21032, Token=D8F7AEAC252934D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21032, Token=D8F7AEAC252934D4, 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! 06:51:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1201, 127.0.0.1:8283] send request 06:51:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1201, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1201, 127.0.0.1:8283] 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 06:51:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1201, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21033], CON-POST MID=21033, 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 06:51:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1201, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-84BCE929F9F2FF0F], CON-POST MID=21033, Token=84BCE929F9F2FF0F, 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 06:51:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21033], KeyToken[127.0.0.1:8283-84BCE929F9F2FF0F]] 06:51:49.066 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,265,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21033, Token=84BCE929F9F2FF0F, 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] 06:51:49.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21033] 06:51:49.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1202, 127.0.0.1:8280] replace CON-POST MID=21033, Token=84BCE929F9F2FF0F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21033, Token=84BCE929F9F2FF0F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1202, 127.0.0.1:8280] send response NON-2.05 MID=21033, Token=null, OptionSet={}, "server responds hi" 06:51:49.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1202, 127.0.0.1:8280, complete]! 06:51:49.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1202, 127.0.0.1:8280, complete] completed NON-2.04 MID=21033, Token=84BCE929F9F2FF0F, 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! 06:51:49.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:8280 06:51:49.066 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,266,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21033, Token=84BCE929F9F2FF0F, 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] 06:51:49.066 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21033] 06:51:49.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1201, 127.0.0.1:8283, complete]! 06:51:49.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1201, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-84BCE929F9F2FF0F] 06:51:49.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1201, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21033] 06:51:49.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1201, 127.0.0.1:8283, complete] completed CON-POST MID=21033, Token=84BCE929F9F2FF0F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21033, Token=84BCE929F9F2FF0F, 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! 06:51:49.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1203, 127.0.0.1:8283] send request 06:51:49.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1203, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1203, 127.0.0.1:8283] 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 06:51:49.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1203, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21034], CON-POST MID=21034, 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 06:51:49.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1203, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-2451945496DFBE1B], CON-POST MID=21034, Token=2451945496DFBE1B, 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 06:51:49.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21034], KeyToken[127.0.0.1:8283-2451945496DFBE1B]] 06:51:49.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:8283 06:51:49.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,267,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21034, Token=2451945496DFBE1B, 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] 06:51:49.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21034] 06:51:49.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1204, 127.0.0.1:8280] replace CON-POST MID=21034, Token=2451945496DFBE1B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21034, Token=2451945496DFBE1B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1204, 127.0.0.1:8280] send response NON-2.05 MID=21034, Token=null, OptionSet={}, "server responds hi" 06:51:49.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1204, 127.0.0.1:8280, complete]! 06:51:49.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1204, 127.0.0.1:8280, complete] completed NON-2.04 MID=21034, Token=2451945496DFBE1B, 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! 06:51:49.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:8280 06:51:49.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,268,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21034, Token=2451945496DFBE1B, 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] 06:51:49.068 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21034] 06:51:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1203, 127.0.0.1:8283, complete]! 06:51:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1203, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-2451945496DFBE1B] 06:51:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1203, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21034] 06:51:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1203, 127.0.0.1:8283, complete] completed CON-POST MID=21034, Token=2451945496DFBE1B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21034, Token=2451945496DFBE1B, 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! 06:51:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1205, 127.0.0.1:8283] send request 06:51:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1205, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1205, 127.0.0.1:8283] 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 06:51:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1205, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21035], CON-POST MID=21035, 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 06:51:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1205, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-10BA7080D205B757], CON-POST MID=21035, Token=10BA7080D205B757, 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 06:51:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21035], KeyToken[127.0.0.1:8283-10BA7080D205B757]] 06:51:49.068 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,269,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21035, Token=10BA7080D205B757, 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] 06:51:49.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21035] 06:51:49.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1206, 127.0.0.1:8280] replace CON-POST MID=21035, Token=10BA7080D205B757, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21035, Token=10BA7080D205B757, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1206, 127.0.0.1:8280] send response NON-2.05 MID=21035, Token=null, OptionSet={}, "server responds hi" 06:51:49.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1206, 127.0.0.1:8280, complete]! 06:51:49.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1206, 127.0.0.1:8280, complete] completed NON-2.04 MID=21035, Token=10BA7080D205B757, 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! 06:51:49.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:8280 06:51:49.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,270,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21035, Token=10BA7080D205B757, 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] 06:51:49.069 [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 42 bytes from 127.0.0.1:8283 06:51:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21035] 06:51:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1205, 127.0.0.1:8283, complete]! 06:51:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1205, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-10BA7080D205B757] 06:51:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1205, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21035] 06:51:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1205, 127.0.0.1:8283, complete] completed CON-POST MID=21035, Token=10BA7080D205B757, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21035, Token=10BA7080D205B757, 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! 06:51:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1207, 127.0.0.1:8283] send request 06:51:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1207, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1207, 127.0.0.1:8283] 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 06:51:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1207, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21036], CON-POST MID=21036, 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 06:51:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1207, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F4A5FA042C3A374E], CON-POST MID=21036, Token=F4A5FA042C3A374E, 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 06:51:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21036], KeyToken[127.0.0.1:8283-F4A5FA042C3A374E]] 06:51:49.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:8283 06:51:49.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,271,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21036, Token=F4A5FA042C3A374E, 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] 06:51:49.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21036] 06:51:49.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1208, 127.0.0.1:8280] replace CON-POST MID=21036, Token=F4A5FA042C3A374E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21036, Token=F4A5FA042C3A374E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1208, 127.0.0.1:8280] send response NON-2.05 MID=21036, Token=null, OptionSet={}, "server responds hi" 06:51:49.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1208, 127.0.0.1:8280, complete]! 06:51:49.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1208, 127.0.0.1:8280, complete] completed NON-2.04 MID=21036, Token=F4A5FA042C3A374E, 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! 06:51:49.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:8280 06:51:49.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,272,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21036, Token=F4A5FA042C3A374E, 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] 06:51:49.070 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21036] 06:51:49.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1207, 127.0.0.1:8283, complete]! 06:51:49.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1207, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F4A5FA042C3A374E] 06:51:49.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1207, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21036] 06:51:49.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1207, 127.0.0.1:8283, complete] completed CON-POST MID=21036, Token=F4A5FA042C3A374E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21036, Token=F4A5FA042C3A374E, 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! 06:51:49.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1209, 127.0.0.1:8283] send request 06:51:49.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1209, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1209, 127.0.0.1:8283] 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 06:51:49.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1209, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21037], CON-POST MID=21037, 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 06:51:49.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1209, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-B0C09616AD0F812A], CON-POST MID=21037, Token=B0C09616AD0F812A, 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 06:51:49.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21037], KeyToken[127.0.0.1:8283-B0C09616AD0F812A]] 06:51:49.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:8283 06:51:49.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,273,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21037, Token=B0C09616AD0F812A, 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] 06:51:49.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21037] 06:51:49.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1210, 127.0.0.1:8280] replace CON-POST MID=21037, Token=B0C09616AD0F812A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21037, Token=B0C09616AD0F812A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1210, 127.0.0.1:8280] send response NON-2.05 MID=21037, Token=null, OptionSet={}, "server responds hi" 06:51:49.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1210, 127.0.0.1:8280, complete]! 06:51:49.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1210, 127.0.0.1:8280, complete] completed NON-2.04 MID=21037, Token=B0C09616AD0F812A, 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! 06:51:49.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:8280 06:51:49.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,274,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21037, Token=B0C09616AD0F812A, 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] 06:51:49.071 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21037] 06:51:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1209, 127.0.0.1:8283, complete]! 06:51:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1209, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-B0C09616AD0F812A] 06:51:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1209, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21037] 06:51:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1209, 127.0.0.1:8283, complete] completed CON-POST MID=21037, Token=B0C09616AD0F812A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21037, Token=B0C09616AD0F812A, 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! 06:51:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1211, 127.0.0.1:8283] send request 06:51:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1211, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1211, 127.0.0.1:8283] 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 06:51:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1211, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21038], CON-POST MID=21038, 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 06:51:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1211, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-10A7F62BBDDFEC69], CON-POST MID=21038, Token=10A7F62BBDDFEC69, 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 06:51:49.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21038], KeyToken[127.0.0.1:8283-10A7F62BBDDFEC69]] 06:51:49.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:8283 06:51:49.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,275,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21038, Token=10A7F62BBDDFEC69, 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] 06:51:49.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21038] 06:51:49.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1212, 127.0.0.1:8280] replace CON-POST MID=21038, Token=10A7F62BBDDFEC69, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21038, Token=10A7F62BBDDFEC69, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1212, 127.0.0.1:8280] send response NON-2.05 MID=21038, Token=null, OptionSet={}, "server responds hi" 06:51:49.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1212, 127.0.0.1:8280, complete]! 06:51:49.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1212, 127.0.0.1:8280, complete] completed NON-2.04 MID=21038, Token=10A7F62BBDDFEC69, 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! 06:51:49.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:8280 06:51:49.115 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,276,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21038, Token=10A7F62BBDDFEC69, 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] 06:51:49.115 [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 42 bytes from 127.0.0.1:8283 06:51:49.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21038] 06:51:49.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1211, 127.0.0.1:8283, complete]! 06:51:49.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1211, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-10A7F62BBDDFEC69] 06:51:49.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1211, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21038] 06:51:49.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1211, 127.0.0.1:8283, complete] completed CON-POST MID=21038, Token=10A7F62BBDDFEC69, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21038, Token=10A7F62BBDDFEC69, 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! 06:51:49.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1213, 127.0.0.1:8283] send request 06:51:49.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1213, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1213, 127.0.0.1:8283] 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 06:51:49.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1213, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21039], CON-POST MID=21039, 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 06:51:49.116 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1213, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-547565CDFD8DE49A], CON-POST MID=21039, Token=547565CDFD8DE49A, 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 06:51:49.116 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21039], KeyToken[127.0.0.1:8283-547565CDFD8DE49A]] 06:51:49.116 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.116 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,277,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21039, Token=547565CDFD8DE49A, 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] 06:51:49.116 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21039] 06:51:49.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1214, 127.0.0.1:8280] replace CON-POST MID=21039, Token=547565CDFD8DE49A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21039, Token=547565CDFD8DE49A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1214, 127.0.0.1:8280] send response NON-2.05 MID=21039, Token=null, OptionSet={}, "server responds hi" 06:51:49.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1214, 127.0.0.1:8280, complete]! 06:51:49.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1214, 127.0.0.1:8280, complete] completed NON-2.04 MID=21039, Token=547565CDFD8DE49A, 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! 06:51:49.116 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.116 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,278,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21039, Token=547565CDFD8DE49A, 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] 06:51:49.116 [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 42 bytes from 127.0.0.1:8283 06:51:49.116 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21039] 06:51:49.116 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.116 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1213, 127.0.0.1:8283, complete]! 06:51:49.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1213, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-547565CDFD8DE49A] 06:51:49.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1213, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21039] 06:51:49.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1213, 127.0.0.1:8283, complete] completed CON-POST MID=21039, Token=547565CDFD8DE49A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21039, Token=547565CDFD8DE49A, 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! 06:51:49.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1215, 127.0.0.1:8283] send request 06:51:49.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1215, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1215, 127.0.0.1:8283] 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 06:51:49.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1215, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21040], CON-POST MID=21040, 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 06:51:49.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1215, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-84D6AF2192E6AB6D], CON-POST MID=21040, Token=84D6AF2192E6AB6D, 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 06:51:49.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21040], KeyToken[127.0.0.1:8283-84D6AF2192E6AB6D]] 06:51:49.117 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.117 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,279,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21040, Token=84D6AF2192E6AB6D, 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] 06:51:49.117 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.117 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21040] 06:51:49.117 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.117 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1216, 127.0.0.1:8280] replace CON-POST MID=21040, Token=84D6AF2192E6AB6D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21040, Token=84D6AF2192E6AB6D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.117 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1216, 127.0.0.1:8280] send response NON-2.05 MID=21040, Token=null, OptionSet={}, "server responds hi" 06:51:49.118 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1216, 127.0.0.1:8280, complete]! 06:51:49.118 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1216, 127.0.0.1:8280, complete] completed NON-2.04 MID=21040, Token=84D6AF2192E6AB6D, 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! 06:51:49.118 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.118 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,280,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21040, Token=84D6AF2192E6AB6D, 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] 06:51:49.118 [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 42 bytes from 127.0.0.1:8283 06:51:49.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21040] 06:51:49.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1215, 127.0.0.1:8283, complete]! 06:51:49.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1215, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-84D6AF2192E6AB6D] 06:51:49.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1215, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21040] 06:51:49.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1215, 127.0.0.1:8283, complete] completed CON-POST MID=21040, Token=84D6AF2192E6AB6D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21040, Token=84D6AF2192E6AB6D, 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! 06:51:49.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1217, 127.0.0.1:8283] send request 06:51:49.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1217, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1217, 127.0.0.1:8283] 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 06:51:49.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1217, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21041], CON-POST MID=21041, 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 06:51:49.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1217, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-38D49F3718BB6649], CON-POST MID=21041, Token=38D49F3718BB6649, 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 06:51:49.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21041], KeyToken[127.0.0.1:8283-38D49F3718BB6649]] 06:51:49.118 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.119 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,281,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21041, Token=38D49F3718BB6649, 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] 06:51:49.119 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.119 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21041] 06:51:49.119 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.119 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1218, 127.0.0.1:8280] replace CON-POST MID=21041, Token=38D49F3718BB6649, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21041, Token=38D49F3718BB6649, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.119 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1218, 127.0.0.1:8280] send response NON-2.05 MID=21041, Token=null, OptionSet={}, "server responds hi" 06:51:49.119 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1218, 127.0.0.1:8280, complete]! 06:51:49.119 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1218, 127.0.0.1:8280, complete] completed NON-2.04 MID=21041, Token=38D49F3718BB6649, 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! 06:51:49.119 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.119 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,282,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21041, Token=38D49F3718BB6649, 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] 06:51:49.119 [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 42 bytes from 127.0.0.1:8283 06:51:49.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21041] 06:51:49.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1217, 127.0.0.1:8283, complete]! 06:51:49.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1217, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-38D49F3718BB6649] 06:51:49.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1217, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21041] 06:51:49.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1217, 127.0.0.1:8283, complete] completed CON-POST MID=21041, Token=38D49F3718BB6649, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21041, Token=38D49F3718BB6649, 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! 06:51:49.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1219, 127.0.0.1:8283] send request 06:51:49.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1219, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.120 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1219, 127.0.0.1:8283] 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 06:51:49.120 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1219, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21042], CON-POST MID=21042, 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 06:51:49.120 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1219, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-1081EE73BEE89A0C], CON-POST MID=21042, Token=1081EE73BEE89A0C, 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 06:51:49.120 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21042], KeyToken[127.0.0.1:8283-1081EE73BEE89A0C]] 06:51:49.120 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.120 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,283,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21042, Token=1081EE73BEE89A0C, 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] 06:51:49.120 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21042] 06:51:49.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1220, 127.0.0.1:8280] replace CON-POST MID=21042, Token=1081EE73BEE89A0C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21042, Token=1081EE73BEE89A0C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1220, 127.0.0.1:8280] send response NON-2.05 MID=21042, Token=null, OptionSet={}, "server responds hi" 06:51:49.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1220, 127.0.0.1:8280, complete]! 06:51:49.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1220, 127.0.0.1:8280, complete] completed NON-2.04 MID=21042, Token=1081EE73BEE89A0C, 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! 06:51:49.120 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.120 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,284,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21042, Token=1081EE73BEE89A0C, 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] 06:51:49.120 [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 42 bytes from 127.0.0.1:8283 06:51:49.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21042] 06:51:49.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1219, 127.0.0.1:8283, complete]! 06:51:49.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1219, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-1081EE73BEE89A0C] 06:51:49.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1219, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21042] 06:51:49.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1219, 127.0.0.1:8283, complete] completed CON-POST MID=21042, Token=1081EE73BEE89A0C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21042, Token=1081EE73BEE89A0C, 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! 06:51:49.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1221, 127.0.0.1:8283] send request 06:51:49.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1221, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1221, 127.0.0.1:8283] 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 06:51:49.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1221, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21043], CON-POST MID=21043, 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 06:51:49.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1221, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-1042C094E35478E6], CON-POST MID=21043, Token=1042C094E35478E6, 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 06:51:49.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21043], KeyToken[127.0.0.1:8283-1042C094E35478E6]] 06:51:49.121 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.121 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,285,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21043, Token=1042C094E35478E6, 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] 06:51:49.121 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.121 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21043] 06:51:49.121 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.121 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1222, 127.0.0.1:8280] replace CON-POST MID=21043, Token=1042C094E35478E6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21043, Token=1042C094E35478E6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.121 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1222, 127.0.0.1:8280] send response NON-2.05 MID=21043, Token=null, OptionSet={}, "server responds hi" 06:51:49.121 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1222, 127.0.0.1:8280, complete]! 06:51:49.121 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1222, 127.0.0.1:8280, complete] completed NON-2.04 MID=21043, Token=1042C094E35478E6, 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! 06:51:49.122 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.122 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,286,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21043, Token=1042C094E35478E6, 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] 06:51:49.122 [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 42 bytes from 127.0.0.1:8283 06:51:49.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21043] 06:51:49.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1221, 127.0.0.1:8283, complete]! 06:51:49.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1221, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-1042C094E35478E6] 06:51:49.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1221, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21043] 06:51:49.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1221, 127.0.0.1:8283, complete] completed CON-POST MID=21043, Token=1042C094E35478E6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21043, Token=1042C094E35478E6, 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! 06:51:49.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1223, 127.0.0.1:8283] send request 06:51:49.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1223, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1223, 127.0.0.1:8283] 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 06:51:49.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1223, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21044], CON-POST MID=21044, 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 06:51:49.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1223, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-1869450AF7CD982B], CON-POST MID=21044, Token=1869450AF7CD982B, 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 06:51:49.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21044], KeyToken[127.0.0.1:8283-1869450AF7CD982B]] 06:51:49.122 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.122 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,287,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21044, Token=1869450AF7CD982B, 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] 06:51:49.122 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21044] 06:51:49.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.123 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1224, 127.0.0.1:8280] replace CON-POST MID=21044, Token=1869450AF7CD982B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21044, Token=1869450AF7CD982B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.123 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1224, 127.0.0.1:8280] send response NON-2.05 MID=21044, Token=null, OptionSet={}, "server responds hi" 06:51:49.123 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1224, 127.0.0.1:8280, complete]! 06:51:49.123 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1224, 127.0.0.1:8280, complete] completed NON-2.04 MID=21044, Token=1869450AF7CD982B, 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! 06:51:49.123 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.123 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,288,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21044, Token=1869450AF7CD982B, 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] 06:51:49.123 [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 42 bytes from 127.0.0.1:8283 06:51:49.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21044] 06:51:49.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1223, 127.0.0.1:8283, complete]! 06:51:49.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1223, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-1869450AF7CD982B] 06:51:49.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1223, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21044] 06:51:49.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1223, 127.0.0.1:8283, complete] completed CON-POST MID=21044, Token=1869450AF7CD982B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21044, Token=1869450AF7CD982B, 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! 06:51:49.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1225, 127.0.0.1:8283] send request 06:51:49.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1225, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1225, 127.0.0.1:8283] 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 06:51:49.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1225, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21045], CON-POST MID=21045, 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 06:51:49.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1225, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-B044351248EFFF07], CON-POST MID=21045, Token=B044351248EFFF07, 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 06:51:49.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21045], KeyToken[127.0.0.1:8283-B044351248EFFF07]] 06:51:49.124 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.124 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,289,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21045, Token=B044351248EFFF07, 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] 06:51:49.124 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21045] 06:51:49.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1226, 127.0.0.1:8280] replace CON-POST MID=21045, Token=B044351248EFFF07, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21045, Token=B044351248EFFF07, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1226, 127.0.0.1:8280] send response NON-2.05 MID=21045, Token=null, OptionSet={}, "server responds hi" 06:51:49.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1226, 127.0.0.1:8280, complete]! 06:51:49.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1226, 127.0.0.1:8280, complete] completed NON-2.04 MID=21045, Token=B044351248EFFF07, 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! 06:51:49.124 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.124 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,290,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21045, Token=B044351248EFFF07, 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] 06:51:49.124 [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 42 bytes from 127.0.0.1:8283 06:51:49.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21045] 06:51:49.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1225, 127.0.0.1:8283, complete]! 06:51:49.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1225, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-B044351248EFFF07] 06:51:49.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1225, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21045] 06:51:49.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1225, 127.0.0.1:8283, complete] completed CON-POST MID=21045, Token=B044351248EFFF07, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21045, Token=B044351248EFFF07, 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! 06:51:49.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1227, 127.0.0.1:8283] send request 06:51:49.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1227, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.124 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1227, 127.0.0.1:8283] 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 06:51:49.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1227, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21046], CON-POST MID=21046, 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 06:51:49.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1227, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-B035636AA4183CE8], CON-POST MID=21046, Token=B035636AA4183CE8, 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 06:51:49.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21046], KeyToken[127.0.0.1:8283-B035636AA4183CE8]] 06:51:49.125 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.125 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,291,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21046, Token=B035636AA4183CE8, 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] 06:51:49.125 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21046] 06:51:49.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1228, 127.0.0.1:8280] replace CON-POST MID=21046, Token=B035636AA4183CE8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21046, Token=B035636AA4183CE8, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1228, 127.0.0.1:8280] send response NON-2.05 MID=21046, Token=null, OptionSet={}, "server responds hi" 06:51:49.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1228, 127.0.0.1:8280, complete]! 06:51:49.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1228, 127.0.0.1:8280, complete] completed NON-2.04 MID=21046, Token=B035636AA4183CE8, 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! 06:51:49.125 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.125 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,292,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21046, Token=B035636AA4183CE8, 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] 06:51:49.125 [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 42 bytes from 127.0.0.1:8283 06:51:49.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21046] 06:51:49.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1227, 127.0.0.1:8283, complete]! 06:51:49.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1227, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-B035636AA4183CE8] 06:51:49.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1227, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21046] 06:51:49.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1227, 127.0.0.1:8283, complete] completed CON-POST MID=21046, Token=B035636AA4183CE8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21046, Token=B035636AA4183CE8, 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! 06:51:49.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1229, 127.0.0.1:8283] send request 06:51:49.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1229, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1229, 127.0.0.1:8283] 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 06:51:49.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1229, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21047], CON-POST MID=21047, 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 06:51:49.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1229, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-70D99702174532CB], CON-POST MID=21047, Token=70D99702174532CB, 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 06:51:49.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21047], KeyToken[127.0.0.1:8283-70D99702174532CB]] 06:51:49.126 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.126 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,293,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21047, Token=70D99702174532CB, 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] 06:51:49.126 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21047] 06:51:49.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1230, 127.0.0.1:8280] replace CON-POST MID=21047, Token=70D99702174532CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21047, Token=70D99702174532CB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1230, 127.0.0.1:8280] send response NON-2.05 MID=21047, Token=null, OptionSet={}, "server responds hi" 06:51:49.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1230, 127.0.0.1:8280, complete]! 06:51:49.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1230, 127.0.0.1:8280, complete] completed NON-2.04 MID=21047, Token=70D99702174532CB, 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! 06:51:49.126 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.126 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,294,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21047, Token=70D99702174532CB, 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] 06:51:49.126 [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 42 bytes from 127.0.0.1:8283 06:51:49.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21047] 06:51:49.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1229, 127.0.0.1:8283, complete]! 06:51:49.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1229, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-70D99702174532CB] 06:51:49.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1229, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21047] 06:51:49.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1229, 127.0.0.1:8283, complete] completed CON-POST MID=21047, Token=70D99702174532CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21047, Token=70D99702174532CB, 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! 06:51:49.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1231, 127.0.0.1:8283] send request 06:51:49.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1231, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1231, 127.0.0.1:8283] 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 06:51:49.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1231, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21048], CON-POST MID=21048, 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 06:51:49.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1231, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-EC8D0EC22073DF48], CON-POST MID=21048, Token=EC8D0EC22073DF48, 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 06:51:49.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21048], KeyToken[127.0.0.1:8283-EC8D0EC22073DF48]] 06:51:49.127 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.127 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,295,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21048, Token=EC8D0EC22073DF48, 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] 06:51:49.127 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21048] 06:51:49.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1232, 127.0.0.1:8280] replace CON-POST MID=21048, Token=EC8D0EC22073DF48, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21048, Token=EC8D0EC22073DF48, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1232, 127.0.0.1:8280] send response NON-2.05 MID=21048, Token=null, OptionSet={}, "server responds hi" 06:51:49.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1232, 127.0.0.1:8280, complete]! 06:51:49.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1232, 127.0.0.1:8280, complete] completed NON-2.04 MID=21048, Token=EC8D0EC22073DF48, 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! 06:51:49.127 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.128 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,296,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21048, Token=EC8D0EC22073DF48, 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] 06:51:49.128 [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 42 bytes from 127.0.0.1:8283 06:51:49.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21048] 06:51:49.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1231, 127.0.0.1:8283, complete]! 06:51:49.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1231, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-EC8D0EC22073DF48] 06:51:49.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1231, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21048] 06:51:49.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1231, 127.0.0.1:8283, complete] completed CON-POST MID=21048, Token=EC8D0EC22073DF48, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21048, Token=EC8D0EC22073DF48, 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! 06:51:49.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1233, 127.0.0.1:8283] send request 06:51:49.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1233, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1233, 127.0.0.1:8283] 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 06:51:49.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1233, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21049], CON-POST MID=21049, 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 06:51:49.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1233, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F01C4AF394EAF0D9], CON-POST MID=21049, Token=F01C4AF394EAF0D9, 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 06:51:49.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21049], KeyToken[127.0.0.1:8283-F01C4AF394EAF0D9]] 06:51:49.128 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.128 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,297,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21049, Token=F01C4AF394EAF0D9, 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] 06:51:49.128 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21049] 06:51:49.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1234, 127.0.0.1:8280] replace CON-POST MID=21049, Token=F01C4AF394EAF0D9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21049, Token=F01C4AF394EAF0D9, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1234, 127.0.0.1:8280] send response NON-2.05 MID=21049, Token=null, OptionSet={}, "server responds hi" 06:51:49.129 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1234, 127.0.0.1:8280, complete]! 06:51:49.129 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1234, 127.0.0.1:8280, complete] completed NON-2.04 MID=21049, Token=F01C4AF394EAF0D9, 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! 06:51:49.129 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.129 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,298,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21049, Token=F01C4AF394EAF0D9, 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] 06:51:49.129 [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 42 bytes from 127.0.0.1:8283 06:51:49.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21049] 06:51:49.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1233, 127.0.0.1:8283, complete]! 06:51:49.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1233, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F01C4AF394EAF0D9] 06:51:49.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1233, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21049] 06:51:49.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1233, 127.0.0.1:8283, complete] completed CON-POST MID=21049, Token=F01C4AF394EAF0D9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21049, Token=F01C4AF394EAF0D9, 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! 06:51:49.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1235, 127.0.0.1:8283] send request 06:51:49.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1235, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1235, 127.0.0.1:8283] 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 06:51:49.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1235, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21050], CON-POST MID=21050, 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 06:51:49.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1235, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-4C8E55F46D364510], CON-POST MID=21050, Token=4C8E55F46D364510, 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 06:51:49.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21050], KeyToken[127.0.0.1:8283-4C8E55F46D364510]] 06:51:49.129 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.129 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,299,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21050, Token=4C8E55F46D364510, 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] 06:51:49.129 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.129 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21050] 06:51:49.129 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.129 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1236, 127.0.0.1:8280] replace CON-POST MID=21050, Token=4C8E55F46D364510, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21050, Token=4C8E55F46D364510, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1236, 127.0.0.1:8280] send response NON-2.05 MID=21050, Token=null, OptionSet={}, "server responds hi" 06:51:49.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1236, 127.0.0.1:8280, complete]! 06:51:49.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1236, 127.0.0.1:8280, complete] completed NON-2.04 MID=21050, Token=4C8E55F46D364510, 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! 06:51:49.130 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.130 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,300,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21050, Token=4C8E55F46D364510, 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] 06:51:49.130 [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 42 bytes from 127.0.0.1:8283 06:51:49.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21050] 06:51:49.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1235, 127.0.0.1:8283, complete]! 06:51:49.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1235, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-4C8E55F46D364510] 06:51:49.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1235, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21050] 06:51:49.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1235, 127.0.0.1:8283, complete] completed CON-POST MID=21050, Token=4C8E55F46D364510, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21050, Token=4C8E55F46D364510, 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! 06:51:49.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1237, 127.0.0.1:8283] send request 06:51:49.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1237, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1237, 127.0.0.1:8283] 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 06:51:49.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1237, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21051], CON-POST MID=21051, 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 06:51:49.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1237, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-80C5D120AD8F2CD0], CON-POST MID=21051, Token=80C5D120AD8F2CD0, 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 06:51:49.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21051], KeyToken[127.0.0.1:8283-80C5D120AD8F2CD0]] 06:51:49.130 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.130 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,301,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21051, Token=80C5D120AD8F2CD0, 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] 06:51:49.130 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21051] 06:51:49.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1238, 127.0.0.1:8280] replace CON-POST MID=21051, Token=80C5D120AD8F2CD0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21051, Token=80C5D120AD8F2CD0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1238, 127.0.0.1:8280] send response NON-2.05 MID=21051, Token=null, OptionSet={}, "server responds hi" 06:51:49.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1238, 127.0.0.1:8280, complete]! 06:51:49.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1238, 127.0.0.1:8280, complete] completed NON-2.04 MID=21051, Token=80C5D120AD8F2CD0, 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! 06:51:49.131 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.131 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,302,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21051, Token=80C5D120AD8F2CD0, 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] 06:51:49.131 [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 42 bytes from 127.0.0.1:8283 06:51:49.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21051] 06:51:49.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1237, 127.0.0.1:8283, complete]! 06:51:49.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1237, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-80C5D120AD8F2CD0] 06:51:49.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1237, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21051] 06:51:49.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1237, 127.0.0.1:8283, complete] completed CON-POST MID=21051, Token=80C5D120AD8F2CD0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21051, Token=80C5D120AD8F2CD0, 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! 06:51:49.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1239, 127.0.0.1:8283] send request 06:51:49.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1239, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1239, 127.0.0.1:8283] 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 06:51:49.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1239, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21052], CON-POST MID=21052, 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 06:51:49.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1239, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F895A3AEE3D3FFCB], CON-POST MID=21052, Token=F895A3AEE3D3FFCB, 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 06:51:49.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21052], KeyToken[127.0.0.1:8283-F895A3AEE3D3FFCB]] 06:51:49.131 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.132 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,303,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21052, Token=F895A3AEE3D3FFCB, 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] 06:51:49.132 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21052] 06:51:49.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1240, 127.0.0.1:8280] replace CON-POST MID=21052, Token=F895A3AEE3D3FFCB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21052, Token=F895A3AEE3D3FFCB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1240, 127.0.0.1:8280] send response NON-2.05 MID=21052, Token=null, OptionSet={}, "server responds hi" 06:51:49.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1240, 127.0.0.1:8280, complete]! 06:51:49.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1240, 127.0.0.1:8280, complete] completed NON-2.04 MID=21052, Token=F895A3AEE3D3FFCB, 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! 06:51:49.132 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.132 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,304,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21052, Token=F895A3AEE3D3FFCB, 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] 06:51:49.132 [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 42 bytes from 127.0.0.1:8283 06:51:49.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21052] 06:51:49.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1239, 127.0.0.1:8283, complete]! 06:51:49.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1239, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F895A3AEE3D3FFCB] 06:51:49.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1239, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21052] 06:51:49.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1239, 127.0.0.1:8283, complete] completed CON-POST MID=21052, Token=F895A3AEE3D3FFCB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21052, Token=F895A3AEE3D3FFCB, 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! 06:51:49.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1241, 127.0.0.1:8283] send request 06:51:49.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1241, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1241, 127.0.0.1:8283] 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 06:51:49.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1241, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21053], CON-POST MID=21053, 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 06:51:49.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1241, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-B86BF461A0C4F099], CON-POST MID=21053, Token=B86BF461A0C4F099, 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 06:51:49.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21053], KeyToken[127.0.0.1:8283-B86BF461A0C4F099]] 06:51:49.133 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.133 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,305,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21053, Token=B86BF461A0C4F099, 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] 06:51:49.133 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21053] 06:51:49.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1242, 127.0.0.1:8280] replace CON-POST MID=21053, Token=B86BF461A0C4F099, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21053, Token=B86BF461A0C4F099, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1242, 127.0.0.1:8280] send response NON-2.05 MID=21053, Token=null, OptionSet={}, "server responds hi" 06:51:49.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1242, 127.0.0.1:8280, complete]! 06:51:49.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1242, 127.0.0.1:8280, complete] completed NON-2.04 MID=21053, Token=B86BF461A0C4F099, 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! 06:51:49.133 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.133 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,306,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21053, Token=B86BF461A0C4F099, 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] 06:51:49.133 [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 42 bytes from 127.0.0.1:8283 06:51:49.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21053] 06:51:49.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1241, 127.0.0.1:8283, complete]! 06:51:49.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1241, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-B86BF461A0C4F099] 06:51:49.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1241, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21053] 06:51:49.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1241, 127.0.0.1:8283, complete] completed CON-POST MID=21053, Token=B86BF461A0C4F099, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21053, Token=B86BF461A0C4F099, 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! 06:51:49.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1243, 127.0.0.1:8283] send request 06:51:49.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1243, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1243, 127.0.0.1:8283] 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 06:51:49.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1243, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21054], CON-POST MID=21054, 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 06:51:49.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1243, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-D0602E9084BA5827], CON-POST MID=21054, Token=D0602E9084BA5827, 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 06:51:49.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21054], KeyToken[127.0.0.1:8283-D0602E9084BA5827]] 06:51:49.134 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.134 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,307,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21054, Token=D0602E9084BA5827, 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] 06:51:49.134 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21054] 06:51:49.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1244, 127.0.0.1:8280] replace CON-POST MID=21054, Token=D0602E9084BA5827, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21054, Token=D0602E9084BA5827, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1244, 127.0.0.1:8280] send response NON-2.05 MID=21054, Token=null, OptionSet={}, "server responds hi" 06:51:49.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1244, 127.0.0.1:8280, complete]! 06:51:49.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1244, 127.0.0.1:8280, complete] completed NON-2.04 MID=21054, Token=D0602E9084BA5827, 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! 06:51:49.134 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.134 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,308,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21054, Token=D0602E9084BA5827, 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] 06:51:49.134 [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 42 bytes from 127.0.0.1:8283 06:51:49.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21054] 06:51:49.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1243, 127.0.0.1:8283, complete]! 06:51:49.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1243, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-D0602E9084BA5827] 06:51:49.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1243, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21054] 06:51:49.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1243, 127.0.0.1:8283, complete] completed CON-POST MID=21054, Token=D0602E9084BA5827, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21054, Token=D0602E9084BA5827, 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! 06:51:49.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1245, 127.0.0.1:8283] send request 06:51:49.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1245, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1245, 127.0.0.1:8283] 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 06:51:49.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1245, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21055], CON-POST MID=21055, 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 06:51:49.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1245, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-8072094699B99C86], CON-POST MID=21055, Token=8072094699B99C86, 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 06:51:49.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21055], KeyToken[127.0.0.1:8283-8072094699B99C86]] 06:51:49.135 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.135 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,309,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21055, Token=8072094699B99C86, 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] 06:51:49.135 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21055] 06:51:49.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1246, 127.0.0.1:8280] replace CON-POST MID=21055, Token=8072094699B99C86, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21055, Token=8072094699B99C86, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1246, 127.0.0.1:8280] send response NON-2.05 MID=21055, Token=null, OptionSet={}, "server responds hi" 06:51:49.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1246, 127.0.0.1:8280, complete]! 06:51:49.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1246, 127.0.0.1:8280, complete] completed NON-2.04 MID=21055, Token=8072094699B99C86, 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! 06:51:49.135 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.135 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,310,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21055, Token=8072094699B99C86, 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] 06:51:49.135 [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 42 bytes from 127.0.0.1:8283 06:51:49.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21055] 06:51:49.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1245, 127.0.0.1:8283, complete]! 06:51:49.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1245, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-8072094699B99C86] 06:51:49.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1245, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21055] 06:51:49.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1245, 127.0.0.1:8283, complete] completed CON-POST MID=21055, Token=8072094699B99C86, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21055, Token=8072094699B99C86, 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! 06:51:49.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1247, 127.0.0.1:8283] send request 06:51:49.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1247, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1247, 127.0.0.1:8283] 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 06:51:49.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1247, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21056], CON-POST MID=21056, 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 06:51:49.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1247, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-EC4B1062DF3B25A4], CON-POST MID=21056, Token=EC4B1062DF3B25A4, 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 06:51:49.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21056], KeyToken[127.0.0.1:8283-EC4B1062DF3B25A4]] 06:51:49.136 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.136 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,311,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21056, Token=EC4B1062DF3B25A4, 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] 06:51:49.136 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21056] 06:51:49.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1248, 127.0.0.1:8280] replace CON-POST MID=21056, Token=EC4B1062DF3B25A4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21056, Token=EC4B1062DF3B25A4, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1248, 127.0.0.1:8280] send response NON-2.05 MID=21056, Token=null, OptionSet={}, "server responds hi" 06:51:49.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1248, 127.0.0.1:8280, complete]! 06:51:49.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1248, 127.0.0.1:8280, complete] completed NON-2.04 MID=21056, Token=EC4B1062DF3B25A4, 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! 06:51:49.136 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.136 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,312,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21056, Token=EC4B1062DF3B25A4, 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] 06:51:49.136 [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 42 bytes from 127.0.0.1:8283 06:51:49.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21056] 06:51:49.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1247, 127.0.0.1:8283, complete]! 06:51:49.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1247, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-EC4B1062DF3B25A4] 06:51:49.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1247, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21056] 06:51:49.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1247, 127.0.0.1:8283, complete] completed CON-POST MID=21056, Token=EC4B1062DF3B25A4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21056, Token=EC4B1062DF3B25A4, 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! 06:51:49.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1249, 127.0.0.1:8283] send request 06:51:49.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1249, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1249, 127.0.0.1:8283] 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 06:51:49.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1249, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21057], CON-POST MID=21057, 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 06:51:49.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1249, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-288C641DB9D10528], CON-POST MID=21057, Token=288C641DB9D10528, 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 06:51:49.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21057], KeyToken[127.0.0.1:8283-288C641DB9D10528]] 06:51:49.137 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.137 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,313,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21057, Token=288C641DB9D10528, 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] 06:51:49.137 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21057] 06:51:49.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1250, 127.0.0.1:8280] replace CON-POST MID=21057, Token=288C641DB9D10528, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21057, Token=288C641DB9D10528, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1250, 127.0.0.1:8280] send response NON-2.05 MID=21057, Token=null, OptionSet={}, "server responds hi" 06:51:49.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1250, 127.0.0.1:8280, complete]! 06:51:49.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1250, 127.0.0.1:8280, complete] completed NON-2.04 MID=21057, Token=288C641DB9D10528, 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! 06:51:49.137 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.138 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,314,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21057, Token=288C641DB9D10528, 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] 06:51:49.138 [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 42 bytes from 127.0.0.1:8283 06:51:49.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21057] 06:51:49.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1249, 127.0.0.1:8283, complete]! 06:51:49.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1249, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-288C641DB9D10528] 06:51:49.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1249, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21057] 06:51:49.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1249, 127.0.0.1:8283, complete] completed CON-POST MID=21057, Token=288C641DB9D10528, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21057, Token=288C641DB9D10528, 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! 06:51:49.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1251, 127.0.0.1:8283] send request 06:51:49.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1251, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1251, 127.0.0.1:8283] 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 06:51:49.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1251, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21058], CON-POST MID=21058, 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 06:51:49.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1251, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-403A6CBEECCA4A86], CON-POST MID=21058, Token=403A6CBEECCA4A86, 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 06:51:49.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21058], KeyToken[127.0.0.1:8283-403A6CBEECCA4A86]] 06:51:49.138 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.138 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,315,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21058, Token=403A6CBEECCA4A86, 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] 06:51:49.138 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21058] 06:51:49.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1252, 127.0.0.1:8280] replace CON-POST MID=21058, Token=403A6CBEECCA4A86, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21058, Token=403A6CBEECCA4A86, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1252, 127.0.0.1:8280] send response NON-2.05 MID=21058, Token=null, OptionSet={}, "server responds hi" 06:51:49.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1252, 127.0.0.1:8280, complete]! 06:51:49.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1252, 127.0.0.1:8280, complete] completed NON-2.04 MID=21058, Token=403A6CBEECCA4A86, 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! 06:51:49.138 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.139 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,316,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21058, Token=403A6CBEECCA4A86, 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] 06:51:49.139 [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 42 bytes from 127.0.0.1:8283 06:51:49.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21058] 06:51:49.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1251, 127.0.0.1:8283, complete]! 06:51:49.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1251, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-403A6CBEECCA4A86] 06:51:49.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1251, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21058] 06:51:49.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1251, 127.0.0.1:8283, complete] completed CON-POST MID=21058, Token=403A6CBEECCA4A86, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21058, Token=403A6CBEECCA4A86, 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! 06:51:49.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1253, 127.0.0.1:8283] send request 06:51:49.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1253, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1253, 127.0.0.1:8283] 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 06:51:49.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1253, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21059], CON-POST MID=21059, 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 06:51:49.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1253, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-DC7D82294C3FA22C], CON-POST MID=21059, Token=DC7D82294C3FA22C, 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 06:51:49.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21059], KeyToken[127.0.0.1:8283-DC7D82294C3FA22C]] 06:51:49.139 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.139 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,317,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21059, Token=DC7D82294C3FA22C, 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] 06:51:49.139 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21059] 06:51:49.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1254, 127.0.0.1:8280] replace CON-POST MID=21059, Token=DC7D82294C3FA22C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21059, Token=DC7D82294C3FA22C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1254, 127.0.0.1:8280] send response NON-2.05 MID=21059, Token=null, OptionSet={}, "server responds hi" 06:51:49.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1254, 127.0.0.1:8280, complete]! 06:51:49.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1254, 127.0.0.1:8280, complete] completed NON-2.04 MID=21059, Token=DC7D82294C3FA22C, 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! 06:51:49.140 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.140 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,318,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21059, Token=DC7D82294C3FA22C, 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] 06:51:49.140 [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 42 bytes from 127.0.0.1:8283 06:51:49.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21059] 06:51:49.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1253, 127.0.0.1:8283, complete]! 06:51:49.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1253, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-DC7D82294C3FA22C] 06:51:49.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1253, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21059] 06:51:49.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1253, 127.0.0.1:8283, complete] completed CON-POST MID=21059, Token=DC7D82294C3FA22C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21059, Token=DC7D82294C3FA22C, 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! 06:51:49.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1255, 127.0.0.1:8283] send request 06:51:49.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1255, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1255, 127.0.0.1:8283] 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 06:51:49.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1255, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21060], CON-POST MID=21060, 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 06:51:49.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1255, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-4877828B5E382DDB], CON-POST MID=21060, Token=4877828B5E382DDB, 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 06:51:49.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21060], KeyToken[127.0.0.1:8283-4877828B5E382DDB]] 06:51:49.140 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.140 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,319,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21060, Token=4877828B5E382DDB, 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] 06:51:49.140 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21060] 06:51:49.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1256, 127.0.0.1:8280] replace CON-POST MID=21060, Token=4877828B5E382DDB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21060, Token=4877828B5E382DDB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1256, 127.0.0.1:8280] send response NON-2.05 MID=21060, Token=null, OptionSet={}, "server responds hi" 06:51:49.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1256, 127.0.0.1:8280, complete]! 06:51:49.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1256, 127.0.0.1:8280, complete] completed NON-2.04 MID=21060, Token=4877828B5E382DDB, 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! 06:51:49.141 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.141 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,320,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21060, Token=4877828B5E382DDB, 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] 06:51:49.141 [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 42 bytes from 127.0.0.1:8283 06:51:49.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21060] 06:51:49.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1255, 127.0.0.1:8283, complete]! 06:51:49.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1255, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-4877828B5E382DDB] 06:51:49.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1255, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21060] 06:51:49.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1255, 127.0.0.1:8283, complete] completed CON-POST MID=21060, Token=4877828B5E382DDB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21060, Token=4877828B5E382DDB, 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! 06:51:49.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1257, 127.0.0.1:8283] send request 06:51:49.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1257, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1257, 127.0.0.1:8283] 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 06:51:49.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1257, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21061], CON-POST MID=21061, 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 06:51:49.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1257, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-80D5ED76CF502E81], CON-POST MID=21061, Token=80D5ED76CF502E81, 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 06:51:49.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21061], KeyToken[127.0.0.1:8283-80D5ED76CF502E81]] 06:51:49.141 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.142 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,321,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21061, Token=80D5ED76CF502E81, 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] 06:51:49.142 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21061] 06:51:49.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1258, 127.0.0.1:8280] replace CON-POST MID=21061, Token=80D5ED76CF502E81, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21061, Token=80D5ED76CF502E81, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1258, 127.0.0.1:8280] send response NON-2.05 MID=21061, Token=null, OptionSet={}, "server responds hi" 06:51:49.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1258, 127.0.0.1:8280, complete]! 06:51:49.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1258, 127.0.0.1:8280, complete] completed NON-2.04 MID=21061, Token=80D5ED76CF502E81, 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! 06:51:49.142 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.142 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,322,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21061, Token=80D5ED76CF502E81, 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] 06:51:49.142 [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 42 bytes from 127.0.0.1:8283 06:51:49.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21061] 06:51:49.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1257, 127.0.0.1:8283, complete]! 06:51:49.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1257, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-80D5ED76CF502E81] 06:51:49.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1257, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21061] 06:51:49.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1257, 127.0.0.1:8283, complete] completed CON-POST MID=21061, Token=80D5ED76CF502E81, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21061, Token=80D5ED76CF502E81, 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! 06:51:49.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1259, 127.0.0.1:8283] send request 06:51:49.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1259, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1259, 127.0.0.1:8283] 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 06:51:49.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1259, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21062], CON-POST MID=21062, 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 06:51:49.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1259, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-38A509B396CBA97A], CON-POST MID=21062, Token=38A509B396CBA97A, 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 06:51:49.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21062], KeyToken[127.0.0.1:8283-38A509B396CBA97A]] 06:51:49.143 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.143 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,323,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21062, Token=38A509B396CBA97A, 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] 06:51:49.143 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21062] 06:51:49.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1260, 127.0.0.1:8280] replace CON-POST MID=21062, Token=38A509B396CBA97A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21062, Token=38A509B396CBA97A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1260, 127.0.0.1:8280] send response NON-2.05 MID=21062, Token=null, OptionSet={}, "server responds hi" 06:51:49.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1260, 127.0.0.1:8280, complete]! 06:51:49.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1260, 127.0.0.1:8280, complete] completed NON-2.04 MID=21062, Token=38A509B396CBA97A, 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! 06:51:49.143 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.144 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,324,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21062, Token=38A509B396CBA97A, 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] 06:51:49.144 [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 42 bytes from 127.0.0.1:8283 06:51:49.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21062] 06:51:49.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1259, 127.0.0.1:8283, complete]! 06:51:49.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1259, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-38A509B396CBA97A] 06:51:49.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1259, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21062] 06:51:49.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1259, 127.0.0.1:8283, complete] completed CON-POST MID=21062, Token=38A509B396CBA97A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21062, Token=38A509B396CBA97A, 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! 06:51:49.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1261, 127.0.0.1:8283] send request 06:51:49.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1261, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1261, 127.0.0.1:8283] 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 06:51:49.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1261, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21063], CON-POST MID=21063, 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 06:51:49.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1261, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F453DDEF6ED1CFB9], CON-POST MID=21063, Token=F453DDEF6ED1CFB9, 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 06:51:49.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21063], KeyToken[127.0.0.1:8283-F453DDEF6ED1CFB9]] 06:51:49.144 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.144 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,325,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21063, Token=F453DDEF6ED1CFB9, 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] 06:51:49.144 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21063] 06:51:49.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1262, 127.0.0.1:8280] replace CON-POST MID=21063, Token=F453DDEF6ED1CFB9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21063, Token=F453DDEF6ED1CFB9, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1262, 127.0.0.1:8280] send response NON-2.05 MID=21063, Token=null, OptionSet={}, "server responds hi" 06:51:49.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1262, 127.0.0.1:8280, complete]! 06:51:49.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1262, 127.0.0.1:8280, complete] completed NON-2.04 MID=21063, Token=F453DDEF6ED1CFB9, 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! 06:51:49.145 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.145 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,326,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21063, Token=F453DDEF6ED1CFB9, 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] 06:51:49.145 [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 42 bytes from 127.0.0.1:8283 06:51:49.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21063] 06:51:49.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1261, 127.0.0.1:8283, complete]! 06:51:49.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1261, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F453DDEF6ED1CFB9] 06:51:49.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1261, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21063] 06:51:49.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1261, 127.0.0.1:8283, complete] completed CON-POST MID=21063, Token=F453DDEF6ED1CFB9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21063, Token=F453DDEF6ED1CFB9, 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! 06:51:49.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1263, 127.0.0.1:8283] send request 06:51:49.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1263, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1263, 127.0.0.1:8283] 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 06:51:49.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1263, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21064], CON-POST MID=21064, 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 06:51:49.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1263, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F4E93BD363A3FD2E], CON-POST MID=21064, Token=F4E93BD363A3FD2E, 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 06:51:49.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21064], KeyToken[127.0.0.1:8283-F4E93BD363A3FD2E]] 06:51:49.146 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.146 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,327,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21064, Token=F4E93BD363A3FD2E, 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] 06:51:49.146 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21064] 06:51:49.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1264, 127.0.0.1:8280] replace CON-POST MID=21064, Token=F4E93BD363A3FD2E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21064, Token=F4E93BD363A3FD2E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1264, 127.0.0.1:8280] send response NON-2.05 MID=21064, Token=null, OptionSet={}, "server responds hi" 06:51:49.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1264, 127.0.0.1:8280, complete]! 06:51:49.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1264, 127.0.0.1:8280, complete] completed NON-2.04 MID=21064, Token=F4E93BD363A3FD2E, 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! 06:51:49.146 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.146 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,328,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21064, Token=F4E93BD363A3FD2E, 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] 06:51:49.146 [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 42 bytes from 127.0.0.1:8283 06:51:49.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21064] 06:51:49.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1263, 127.0.0.1:8283, complete]! 06:51:49.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1263, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F4E93BD363A3FD2E] 06:51:49.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1263, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21064] 06:51:49.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1263, 127.0.0.1:8283, complete] completed CON-POST MID=21064, Token=F4E93BD363A3FD2E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21064, Token=F4E93BD363A3FD2E, 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! 06:51:49.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1265, 127.0.0.1:8283] send request 06:51:49.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1265, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1265, 127.0.0.1:8283] 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 06:51:49.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1265, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21065], CON-POST MID=21065, 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 06:51:49.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1265, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-54717930183B0248], CON-POST MID=21065, Token=54717930183B0248, 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 06:51:49.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21065], KeyToken[127.0.0.1:8283-54717930183B0248]] 06:51:49.147 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.147 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,329,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21065, Token=54717930183B0248, 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] 06:51:49.147 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21065] 06:51:49.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1266, 127.0.0.1:8280] replace CON-POST MID=21065, Token=54717930183B0248, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21065, Token=54717930183B0248, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1266, 127.0.0.1:8280] send response NON-2.05 MID=21065, Token=null, OptionSet={}, "server responds hi" 06:51:49.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1266, 127.0.0.1:8280, complete]! 06:51:49.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1266, 127.0.0.1:8280, complete] completed NON-2.04 MID=21065, Token=54717930183B0248, 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! 06:51:49.147 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.148 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,330,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21065, Token=54717930183B0248, 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] 06:51:49.148 [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 42 bytes from 127.0.0.1:8283 06:51:49.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21065] 06:51:49.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1265, 127.0.0.1:8283, complete]! 06:51:49.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1265, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-54717930183B0248] 06:51:49.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1265, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21065] 06:51:49.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1265, 127.0.0.1:8283, complete] completed CON-POST MID=21065, Token=54717930183B0248, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21065, Token=54717930183B0248, 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! 06:51:49.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1267, 127.0.0.1:8283] send request 06:51:49.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1267, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1267, 127.0.0.1:8283] 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 06:51:49.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1267, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21066], CON-POST MID=21066, 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 06:51:49.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1267, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-384F8C957444EDB5], CON-POST MID=21066, Token=384F8C957444EDB5, 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 06:51:49.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21066], KeyToken[127.0.0.1:8283-384F8C957444EDB5]] 06:51:49.148 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,331,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21066, Token=384F8C957444EDB5, 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] 06:51:49.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21066] 06:51:49.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1268, 127.0.0.1:8280] replace CON-POST MID=21066, Token=384F8C957444EDB5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21066, Token=384F8C957444EDB5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1268, 127.0.0.1:8280] send response NON-2.05 MID=21066, Token=null, OptionSet={}, "server responds hi" 06:51:49.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1268, 127.0.0.1:8280, complete]! 06:51:49.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1268, 127.0.0.1:8280, complete] completed NON-2.04 MID=21066, Token=384F8C957444EDB5, 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! 06:51:49.149 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.149 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,332,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21066, Token=384F8C957444EDB5, 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] 06:51:49.149 [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 42 bytes from 127.0.0.1:8283 06:51:49.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21066] 06:51:49.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1267, 127.0.0.1:8283, complete]! 06:51:49.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1267, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-384F8C957444EDB5] 06:51:49.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1267, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21066] 06:51:49.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1267, 127.0.0.1:8283, complete] completed CON-POST MID=21066, Token=384F8C957444EDB5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21066, Token=384F8C957444EDB5, 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! 06:51:49.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1269, 127.0.0.1:8283] send request 06:51:49.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1269, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1269, 127.0.0.1:8283] 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 06:51:49.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1269, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21067], CON-POST MID=21067, 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 06:51:49.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1269, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-A4C367834A3CDE1C], CON-POST MID=21067, Token=A4C367834A3CDE1C, 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 06:51:49.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21067], KeyToken[127.0.0.1:8283-A4C367834A3CDE1C]] 06:51:49.150 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.150 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,333,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21067, Token=A4C367834A3CDE1C, 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] 06:51:49.150 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21067] 06:51:49.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1270, 127.0.0.1:8280] replace CON-POST MID=21067, Token=A4C367834A3CDE1C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21067, Token=A4C367834A3CDE1C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1270, 127.0.0.1:8280] send response NON-2.05 MID=21067, Token=null, OptionSet={}, "server responds hi" 06:51:49.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1270, 127.0.0.1:8280, complete]! 06:51:49.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1270, 127.0.0.1:8280, complete] completed NON-2.04 MID=21067, Token=A4C367834A3CDE1C, 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! 06:51:49.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:8280 06:51:49.150 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,334,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21067, Token=A4C367834A3CDE1C, 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] 06:51:49.150 [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 42 bytes from 127.0.0.1:8283 06:51:49.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21067] 06:51:49.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1269, 127.0.0.1:8283, complete]! 06:51:49.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1269, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-A4C367834A3CDE1C] 06:51:49.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1269, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21067] 06:51:49.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1269, 127.0.0.1:8283, complete] completed CON-POST MID=21067, Token=A4C367834A3CDE1C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21067, Token=A4C367834A3CDE1C, 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! 06:51:49.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1271, 127.0.0.1:8283] send request 06:51:49.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1271, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1271, 127.0.0.1:8283] 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 06:51:49.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1271, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21068], CON-POST MID=21068, 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 06:51:49.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1271, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-B8D39A4312F0CD87], CON-POST MID=21068, Token=B8D39A4312F0CD87, 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 06:51:49.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21068], KeyToken[127.0.0.1:8283-B8D39A4312F0CD87]] 06:51:49.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:8283 06:51:49.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,335,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21068, Token=B8D39A4312F0CD87, 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] 06:51:49.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21068] 06:51:49.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1272, 127.0.0.1:8280] replace CON-POST MID=21068, Token=B8D39A4312F0CD87, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21068, Token=B8D39A4312F0CD87, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1272, 127.0.0.1:8280] send response NON-2.05 MID=21068, Token=null, OptionSet={}, "server responds hi" 06:51:49.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1272, 127.0.0.1:8280, complete]! 06:51:49.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1272, 127.0.0.1:8280, complete] completed NON-2.04 MID=21068, Token=B8D39A4312F0CD87, 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! 06:51:49.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 42 bytes to 127.0.0.1:8280 06:51:49.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,336,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21068, Token=B8D39A4312F0CD87, 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] 06:51:49.151 [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 42 bytes from 127.0.0.1:8283 06:51:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21068] 06:51:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1271, 127.0.0.1:8283, complete]! 06:51:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1271, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-B8D39A4312F0CD87] 06:51:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1271, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21068] 06:51:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1271, 127.0.0.1:8283, complete] completed CON-POST MID=21068, Token=B8D39A4312F0CD87, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21068, Token=B8D39A4312F0CD87, 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! 06:51:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1273, 127.0.0.1:8283] send request 06:51:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1273, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1273, 127.0.0.1:8283] 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 06:51:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1273, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21069], CON-POST MID=21069, 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 06:51:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1273, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-8415B4E60FE9FF66], CON-POST MID=21069, Token=8415B4E60FE9FF66, 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 06:51:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21069], KeyToken[127.0.0.1:8283-8415B4E60FE9FF66]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,337,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21069, Token=8415B4E60FE9FF66, 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] 06:51:49.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21069] 06:51:49.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1274, 127.0.0.1:8280] replace CON-POST MID=21069, Token=8415B4E60FE9FF66, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21069, Token=8415B4E60FE9FF66, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1274, 127.0.0.1:8280] send response NON-2.05 MID=21069, Token=null, OptionSet={}, "server responds hi" 06:51:49.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1274, 127.0.0.1:8280, complete]! 06:51:49.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1274, 127.0.0.1:8280, complete] completed NON-2.04 MID=21069, Token=8415B4E60FE9FF66, 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! 06:51:49.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:8280 06:51:49.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,338,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21069, Token=8415B4E60FE9FF66, 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] 06:51:49.153 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21069] 06:51:49.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1273, 127.0.0.1:8283, complete]! 06:51:49.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1273, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-8415B4E60FE9FF66] 06:51:49.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1273, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21069] 06:51:49.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1273, 127.0.0.1:8283, complete] completed CON-POST MID=21069, Token=8415B4E60FE9FF66, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21069, Token=8415B4E60FE9FF66, 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! 06:51:49.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1275, 127.0.0.1:8283] send request 06:51:49.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1275, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1275, 127.0.0.1:8283] 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 06:51:49.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1275, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21070], CON-POST MID=21070, 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 06:51:49.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1275, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-8C31E868910F8205], CON-POST MID=21070, Token=8C31E868910F8205, 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 06:51:49.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21070], KeyToken[127.0.0.1:8283-8C31E868910F8205]] 06:51:49.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:8283 06:51:49.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,339,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21070, Token=8C31E868910F8205, 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] 06:51:49.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21070] 06:51:49.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1276, 127.0.0.1:8280] replace CON-POST MID=21070, Token=8C31E868910F8205, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21070, Token=8C31E868910F8205, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1276, 127.0.0.1:8280] send response NON-2.05 MID=21070, Token=null, OptionSet={}, "server responds hi" 06:51:49.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1276, 127.0.0.1:8280, complete]! 06:51:49.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1276, 127.0.0.1:8280, complete] completed NON-2.04 MID=21070, Token=8C31E868910F8205, 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! 06:51:49.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 42 bytes to 127.0.0.1:8280 06:51:49.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,340,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21070, Token=8C31E868910F8205, 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] 06:51:49.154 [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 42 bytes from 127.0.0.1:8283 06:51:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21070] 06:51:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1275, 127.0.0.1:8283, complete]! 06:51:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1275, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-8C31E868910F8205] 06:51:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1275, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21070] 06:51:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1275, 127.0.0.1:8283, complete] completed CON-POST MID=21070, Token=8C31E868910F8205, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21070, Token=8C31E868910F8205, 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! 06:51:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1277, 127.0.0.1:8283] send request 06:51:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1277, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1277, 127.0.0.1:8283] 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 06:51:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1277, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21071], CON-POST MID=21071, 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 06:51:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1277, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-40728FA6FB943B98], CON-POST MID=21071, Token=40728FA6FB943B98, 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 06:51:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21071], KeyToken[127.0.0.1:8283-40728FA6FB943B98]] 06:51:49.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:8283 06:51:49.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,341,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21071, Token=40728FA6FB943B98, 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] 06:51:49.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21071] 06:51:49.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1278, 127.0.0.1:8280] replace CON-POST MID=21071, Token=40728FA6FB943B98, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21071, Token=40728FA6FB943B98, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1278, 127.0.0.1:8280] send response NON-2.05 MID=21071, Token=null, OptionSet={}, "server responds hi" 06:51:49.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1278, 127.0.0.1:8280, complete]! 06:51:49.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1278, 127.0.0.1:8280, complete] completed NON-2.04 MID=21071, Token=40728FA6FB943B98, 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! 06:51:49.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:8280 06:51:49.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,342,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21071, Token=40728FA6FB943B98, 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] 06:51:49.155 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21071] 06:51:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1277, 127.0.0.1:8283, complete]! 06:51:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1277, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-40728FA6FB943B98] 06:51:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1277, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21071] 06:51:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1277, 127.0.0.1:8283, complete] completed CON-POST MID=21071, Token=40728FA6FB943B98, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21071, Token=40728FA6FB943B98, 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! 06:51:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1279, 127.0.0.1:8283] send request 06:51:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1279, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1279, 127.0.0.1:8283] 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 06:51:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1279, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21072], CON-POST MID=21072, 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 06:51:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1279, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-7439E8EB4BD8D382], CON-POST MID=21072, Token=7439E8EB4BD8D382, 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 06:51:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21072], KeyToken[127.0.0.1:8283-7439E8EB4BD8D382]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,343,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21072, Token=7439E8EB4BD8D382, 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] 06:51:49.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21072] 06:51:49.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1280, 127.0.0.1:8280] replace CON-POST MID=21072, Token=7439E8EB4BD8D382, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21072, Token=7439E8EB4BD8D382, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1280, 127.0.0.1:8280] send response NON-2.05 MID=21072, Token=null, OptionSet={}, "server responds hi" 06:51:49.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1280, 127.0.0.1:8280, complete]! 06:51:49.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1280, 127.0.0.1:8280, complete] completed NON-2.04 MID=21072, Token=7439E8EB4BD8D382, 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! 06:51:49.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:8280 06:51:49.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,344,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21072, Token=7439E8EB4BD8D382, 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] 06:51:49.156 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21072] 06:51:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1279, 127.0.0.1:8283, complete]! 06:51:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1279, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-7439E8EB4BD8D382] 06:51:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1279, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21072] 06:51:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1279, 127.0.0.1:8283, complete] completed CON-POST MID=21072, Token=7439E8EB4BD8D382, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21072, Token=7439E8EB4BD8D382, 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! 06:51:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1281, 127.0.0.1:8283] send request 06:51:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1281, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1281, 127.0.0.1:8283] 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 06:51:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1281, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21073], CON-POST MID=21073, 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 06:51:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1281, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-583051EAA3B09A23], CON-POST MID=21073, Token=583051EAA3B09A23, 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 06:51:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21073], KeyToken[127.0.0.1:8283-583051EAA3B09A23]] 06:51:49.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:8283 06:51:49.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,345,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21073, Token=583051EAA3B09A23, 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] 06:51:49.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21073] 06:51:49.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1282, 127.0.0.1:8280] replace CON-POST MID=21073, Token=583051EAA3B09A23, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21073, Token=583051EAA3B09A23, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1282, 127.0.0.1:8280] send response NON-2.05 MID=21073, Token=null, OptionSet={}, "server responds hi" 06:51:49.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1282, 127.0.0.1:8280, complete]! 06:51:49.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1282, 127.0.0.1:8280, complete] completed NON-2.04 MID=21073, Token=583051EAA3B09A23, 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! 06:51:49.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:8280 06:51:49.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,346,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21073, Token=583051EAA3B09A23, 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] 06:51:49.157 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21073] 06:51:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1281, 127.0.0.1:8283, complete]! 06:51:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1281, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-583051EAA3B09A23] 06:51:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1281, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21073] 06:51:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1281, 127.0.0.1:8283, complete] completed CON-POST MID=21073, Token=583051EAA3B09A23, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21073, Token=583051EAA3B09A23, 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! 06:51:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1283, 127.0.0.1:8283] send request 06:51:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1283, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1283, 127.0.0.1:8283] 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 06:51:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1283, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21074], CON-POST MID=21074, 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 06:51:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1283, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-5CE32664C29E7DE0], CON-POST MID=21074, Token=5CE32664C29E7DE0, 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 06:51:49.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21074], KeyToken[127.0.0.1:8283-5CE32664C29E7DE0]] 06:51:49.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:8283 06:51:49.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,347,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21074, Token=5CE32664C29E7DE0, 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] 06:51:49.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21074] 06:51:49.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1284, 127.0.0.1:8280] replace CON-POST MID=21074, Token=5CE32664C29E7DE0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21074, Token=5CE32664C29E7DE0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1284, 127.0.0.1:8280] send response NON-2.05 MID=21074, Token=null, OptionSet={}, "server responds hi" 06:51:49.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1284, 127.0.0.1:8280, complete]! 06:51:49.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1284, 127.0.0.1:8280, complete] completed NON-2.04 MID=21074, Token=5CE32664C29E7DE0, 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! 06:51:49.158 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,348,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21074, Token=5CE32664C29E7DE0, 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] 06:51:49.158 [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 42 bytes from 127.0.0.1:8283 06:51:49.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21074] 06:51:49.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1283, 127.0.0.1:8283, complete]! 06:51:49.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1283, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-5CE32664C29E7DE0] 06:51:49.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1283, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21074] 06:51:49.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1283, 127.0.0.1:8283, complete] completed CON-POST MID=21074, Token=5CE32664C29E7DE0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21074, Token=5CE32664C29E7DE0, 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! 06:51:49.214 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1285, 127.0.0.1:8283] send request 06:51:49.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1285, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1285, 127.0.0.1:8283] 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 06:51:49.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1285, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21075], CON-POST MID=21075, 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 06:51:49.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1285, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-50C9DCFEA5E165D5], CON-POST MID=21075, Token=50C9DCFEA5E165D5, 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 06:51:49.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21075], KeyToken[127.0.0.1:8283-50C9DCFEA5E165D5]] 06:51:49.215 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.215 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,349,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21075, Token=50C9DCFEA5E165D5, 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] 06:51:49.215 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.215 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21075] 06:51:49.215 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.215 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1286, 127.0.0.1:8280] replace CON-POST MID=21075, Token=50C9DCFEA5E165D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21075, Token=50C9DCFEA5E165D5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.216 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1286, 127.0.0.1:8280] send response NON-2.05 MID=21075, Token=null, OptionSet={}, "server responds hi" 06:51:49.216 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1286, 127.0.0.1:8280, complete]! 06:51:49.216 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1286, 127.0.0.1:8280, complete] completed NON-2.04 MID=21075, Token=50C9DCFEA5E165D5, 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! 06:51:49.216 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.216 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,350,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21075, Token=50C9DCFEA5E165D5, 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] 06:51:49.216 [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 42 bytes from 127.0.0.1:8283 06:51:49.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21075] 06:51:49.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1285, 127.0.0.1:8283, complete]! 06:51:49.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1285, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-50C9DCFEA5E165D5] 06:51:49.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1285, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21075] 06:51:49.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1285, 127.0.0.1:8283, complete] completed CON-POST MID=21075, Token=50C9DCFEA5E165D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21075, Token=50C9DCFEA5E165D5, 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! 06:51:49.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1287, 127.0.0.1:8283] send request 06:51:49.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1287, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1287, 127.0.0.1:8283] 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 06:51:49.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1287, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21076], CON-POST MID=21076, 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 06:51:49.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1287, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-488F498E9E5E53B1], CON-POST MID=21076, Token=488F498E9E5E53B1, 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 06:51:49.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21076], KeyToken[127.0.0.1:8283-488F498E9E5E53B1]] 06:51:49.217 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.217 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,351,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21076, Token=488F498E9E5E53B1, 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] 06:51:49.217 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.217 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21076] 06:51:49.217 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.217 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1288, 127.0.0.1:8280] replace CON-POST MID=21076, Token=488F498E9E5E53B1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21076, Token=488F498E9E5E53B1, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.217 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1288, 127.0.0.1:8280] send response NON-2.05 MID=21076, Token=null, OptionSet={}, "server responds hi" 06:51:49.217 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1288, 127.0.0.1:8280, complete]! 06:51:49.217 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1288, 127.0.0.1:8280, complete] completed NON-2.04 MID=21076, Token=488F498E9E5E53B1, 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! 06:51:49.217 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.217 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,352,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21076, Token=488F498E9E5E53B1, 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] 06:51:49.217 [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 42 bytes from 127.0.0.1:8283 06:51:49.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21076] 06:51:49.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1287, 127.0.0.1:8283, complete]! 06:51:49.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1287, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-488F498E9E5E53B1] 06:51:49.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1287, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21076] 06:51:49.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1287, 127.0.0.1:8283, complete] completed CON-POST MID=21076, Token=488F498E9E5E53B1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21076, Token=488F498E9E5E53B1, 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! 06:51:49.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1289, 127.0.0.1:8283] send request 06:51:49.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1289, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1289, 127.0.0.1:8283] 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 06:51:49.218 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1289, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21077], CON-POST MID=21077, 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 06:51:49.218 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1289, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-400941FFE4A071F4], CON-POST MID=21077, Token=400941FFE4A071F4, 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 06:51:49.218 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21077], KeyToken[127.0.0.1:8283-400941FFE4A071F4]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.218 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,353,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21077, Token=400941FFE4A071F4, 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] 06:51:49.218 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21077] 06:51:49.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1290, 127.0.0.1:8280] replace CON-POST MID=21077, Token=400941FFE4A071F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21077, Token=400941FFE4A071F4, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1290, 127.0.0.1:8280] send response NON-2.05 MID=21077, Token=null, OptionSet={}, "server responds hi" 06:51:49.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1290, 127.0.0.1:8280, complete]! 06:51:49.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1290, 127.0.0.1:8280, complete] completed NON-2.04 MID=21077, Token=400941FFE4A071F4, 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! 06:51:49.218 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.218 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,354,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21077, Token=400941FFE4A071F4, 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] 06:51:49.218 [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 42 bytes from 127.0.0.1:8283 06:51:49.218 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21077] 06:51:49.218 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.218 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.218 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1289, 127.0.0.1:8283, complete]! 06:51:49.218 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1289, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-400941FFE4A071F4] 06:51:49.218 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1289, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21077] 06:51:49.218 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1289, 127.0.0.1:8283, complete] completed CON-POST MID=21077, Token=400941FFE4A071F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21077, Token=400941FFE4A071F4, 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! 06:51:49.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1291, 127.0.0.1:8283] send request 06:51:49.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1291, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1291, 127.0.0.1:8283] 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 06:51:49.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1291, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21078], CON-POST MID=21078, 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 06:51:49.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1291, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-B4B3AB69F4CC68D3], CON-POST MID=21078, Token=B4B3AB69F4CC68D3, 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 06:51:49.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21078], KeyToken[127.0.0.1:8283-B4B3AB69F4CC68D3]] 06:51:49.219 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.219 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,355,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21078, Token=B4B3AB69F4CC68D3, 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] 06:51:49.219 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.219 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21078] 06:51:49.219 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.219 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1292, 127.0.0.1:8280] replace CON-POST MID=21078, Token=B4B3AB69F4CC68D3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21078, Token=B4B3AB69F4CC68D3, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.219 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1292, 127.0.0.1:8280] send response NON-2.05 MID=21078, Token=null, OptionSet={}, "server responds hi" 06:51:49.219 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1292, 127.0.0.1:8280, complete]! 06:51:49.219 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1292, 127.0.0.1:8280, complete] completed NON-2.04 MID=21078, Token=B4B3AB69F4CC68D3, 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! 06:51:49.219 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.219 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,356,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21078, Token=B4B3AB69F4CC68D3, 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] 06:51:49.219 [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 42 bytes from 127.0.0.1:8283 06:51:49.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21078] 06:51:49.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1291, 127.0.0.1:8283, complete]! 06:51:49.220 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1291, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-B4B3AB69F4CC68D3] 06:51:49.220 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1291, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21078] 06:51:49.220 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1291, 127.0.0.1:8283, complete] completed CON-POST MID=21078, Token=B4B3AB69F4CC68D3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21078, Token=B4B3AB69F4CC68D3, 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! 06:51:49.220 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1293, 127.0.0.1:8283] send request 06:51:49.220 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1293, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.220 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1293, 127.0.0.1:8283] 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 06:51:49.220 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1293, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21079], CON-POST MID=21079, 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 06:51:49.220 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1293, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-E40719432E2E98B7], CON-POST MID=21079, Token=E40719432E2E98B7, 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 06:51:49.220 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21079], KeyToken[127.0.0.1:8283-E40719432E2E98B7]] 06:51:49.220 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.220 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,357,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21079, Token=E40719432E2E98B7, 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] 06:51:49.220 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21079] 06:51:49.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1294, 127.0.0.1:8280] replace CON-POST MID=21079, Token=E40719432E2E98B7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21079, Token=E40719432E2E98B7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1294, 127.0.0.1:8280] send response NON-2.05 MID=21079, Token=null, OptionSet={}, "server responds hi" 06:51:49.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1294, 127.0.0.1:8280, complete]! 06:51:49.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1294, 127.0.0.1:8280, complete] completed NON-2.04 MID=21079, Token=E40719432E2E98B7, 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! 06:51:49.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 42 bytes to 127.0.0.1:8280 06:51:49.221 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,358,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21079, Token=E40719432E2E98B7, 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] 06:51:49.221 [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 42 bytes from 127.0.0.1:8283 06:51:49.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21079] 06:51:49.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1293, 127.0.0.1:8283, complete]! 06:51:49.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1293, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-E40719432E2E98B7] 06:51:49.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1293, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21079] 06:51:49.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1293, 127.0.0.1:8283, complete] completed CON-POST MID=21079, Token=E40719432E2E98B7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21079, Token=E40719432E2E98B7, 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! 06:51:49.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1295, 127.0.0.1:8283] send request 06:51:49.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1295, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1295, 127.0.0.1:8283] 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 06:51:49.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1295, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21080], CON-POST MID=21080, 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 06:51:49.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1295, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-60DE6C1094487A08], CON-POST MID=21080, Token=60DE6C1094487A08, 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 06:51:49.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21080], KeyToken[127.0.0.1:8283-60DE6C1094487A08]] 06:51:49.221 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.221 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,359,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21080, Token=60DE6C1094487A08, 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] 06:51:49.221 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.221 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21080] 06:51:49.221 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1296, 127.0.0.1:8280] replace CON-POST MID=21080, Token=60DE6C1094487A08, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21080, Token=60DE6C1094487A08, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1296, 127.0.0.1:8280] send response NON-2.05 MID=21080, Token=null, OptionSet={}, "server responds hi" 06:51:49.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1296, 127.0.0.1:8280, complete]! 06:51:49.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1296, 127.0.0.1:8280, complete] completed NON-2.04 MID=21080, Token=60DE6C1094487A08, 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! 06:51:49.222 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.222 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,360,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21080, Token=60DE6C1094487A08, 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] 06:51:49.222 [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 42 bytes from 127.0.0.1:8283 06:51:49.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21080] 06:51:49.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1295, 127.0.0.1:8283, complete]! 06:51:49.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1295, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-60DE6C1094487A08] 06:51:49.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1295, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21080] 06:51:49.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1295, 127.0.0.1:8283, complete] completed CON-POST MID=21080, Token=60DE6C1094487A08, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21080, Token=60DE6C1094487A08, 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! 06:51:49.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1297, 127.0.0.1:8283] send request 06:51:49.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1297, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1297, 127.0.0.1:8283] 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 06:51:49.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1297, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21081], CON-POST MID=21081, 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 06:51:49.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1297, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-740BE4426552F1DA], CON-POST MID=21081, Token=740BE4426552F1DA, 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 06:51:49.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21081], KeyToken[127.0.0.1:8283-740BE4426552F1DA]] 06:51:49.222 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.223 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,361,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21081, Token=740BE4426552F1DA, 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] 06:51:49.223 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21081] 06:51:49.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1298, 127.0.0.1:8280] replace CON-POST MID=21081, Token=740BE4426552F1DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21081, Token=740BE4426552F1DA, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1298, 127.0.0.1:8280] send response NON-2.05 MID=21081, Token=null, OptionSet={}, "server responds hi" 06:51:49.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1298, 127.0.0.1:8280, complete]! 06:51:49.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1298, 127.0.0.1:8280, complete] completed NON-2.04 MID=21081, Token=740BE4426552F1DA, 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! 06:51:49.223 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.223 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,362,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21081, Token=740BE4426552F1DA, 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] 06:51:49.223 [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 42 bytes from 127.0.0.1:8283 06:51:49.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21081] 06:51:49.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1297, 127.0.0.1:8283, complete]! 06:51:49.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1297, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-740BE4426552F1DA] 06:51:49.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1297, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21081] 06:51:49.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1297, 127.0.0.1:8283, complete] completed CON-POST MID=21081, Token=740BE4426552F1DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21081, Token=740BE4426552F1DA, 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! 06:51:49.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1299, 127.0.0.1:8283] send request 06:51:49.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1299, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1299, 127.0.0.1:8283] 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 06:51:49.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1299, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21082], CON-POST MID=21082, 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 06:51:49.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1299, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C850E853F0E7364D], CON-POST MID=21082, Token=C850E853F0E7364D, 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 06:51:49.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21082], KeyToken[127.0.0.1:8283-C850E853F0E7364D]] 06:51:49.224 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.224 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,363,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21082, Token=C850E853F0E7364D, 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] 06:51:49.224 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21082] 06:51:49.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1300, 127.0.0.1:8280] replace CON-POST MID=21082, Token=C850E853F0E7364D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21082, Token=C850E853F0E7364D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1300, 127.0.0.1:8280] send response NON-2.05 MID=21082, Token=null, OptionSet={}, "server responds hi" 06:51:49.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1300, 127.0.0.1:8280, complete]! 06:51:49.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1300, 127.0.0.1:8280, complete] completed NON-2.04 MID=21082, Token=C850E853F0E7364D, 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! 06:51:49.224 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.224 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,364,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21082, Token=C850E853F0E7364D, 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] 06:51:49.224 [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 42 bytes from 127.0.0.1:8283 06:51:49.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21082] 06:51:49.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1299, 127.0.0.1:8283, complete]! 06:51:49.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1299, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C850E853F0E7364D] 06:51:49.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1299, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21082] 06:51:49.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1299, 127.0.0.1:8283, complete] completed CON-POST MID=21082, Token=C850E853F0E7364D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21082, Token=C850E853F0E7364D, 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! 06:51:49.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1301, 127.0.0.1:8283] send request 06:51:49.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1301, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1301, 127.0.0.1:8283] 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 06:51:49.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1301, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21083], CON-POST MID=21083, 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 06:51:49.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1301, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-34EB397E47613761], CON-POST MID=21083, Token=34EB397E47613761, 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 06:51:49.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21083], KeyToken[127.0.0.1:8283-34EB397E47613761]] 06:51:49.225 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.225 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,365,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21083, Token=34EB397E47613761, 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] 06:51:49.225 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21083] 06:51:49.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1302, 127.0.0.1:8280] replace CON-POST MID=21083, Token=34EB397E47613761, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21083, Token=34EB397E47613761, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1302, 127.0.0.1:8280] send response NON-2.05 MID=21083, Token=null, OptionSet={}, "server responds hi" 06:51:49.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1302, 127.0.0.1:8280, complete]! 06:51:49.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1302, 127.0.0.1:8280, complete] completed NON-2.04 MID=21083, Token=34EB397E47613761, 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! 06:51:49.225 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.225 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,366,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21083, Token=34EB397E47613761, 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] 06:51:49.225 [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 42 bytes from 127.0.0.1:8283 06:51:49.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21083] 06:51:49.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1301, 127.0.0.1:8283, complete]! 06:51:49.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1301, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-34EB397E47613761] 06:51:49.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1301, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21083] 06:51:49.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1301, 127.0.0.1:8283, complete] completed CON-POST MID=21083, Token=34EB397E47613761, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21083, Token=34EB397E47613761, 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! 06:51:49.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1303, 127.0.0.1:8283] send request 06:51:49.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1303, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1303, 127.0.0.1:8283] 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 06:51:49.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1303, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21084], CON-POST MID=21084, 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 06:51:49.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1303, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-A43C2176669E95C0], CON-POST MID=21084, Token=A43C2176669E95C0, 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 06:51:49.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21084], KeyToken[127.0.0.1:8283-A43C2176669E95C0]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.226 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,367,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21084, Token=A43C2176669E95C0, 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] 06:51:49.226 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21084] 06:51:49.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1304, 127.0.0.1:8280] replace CON-POST MID=21084, Token=A43C2176669E95C0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21084, Token=A43C2176669E95C0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1304, 127.0.0.1:8280] send response NON-2.05 MID=21084, Token=null, OptionSet={}, "server responds hi" 06:51:49.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1304, 127.0.0.1:8280, complete]! 06:51:49.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1304, 127.0.0.1:8280, complete] completed NON-2.04 MID=21084, Token=A43C2176669E95C0, 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! 06:51:49.226 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.226 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,368,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21084, Token=A43C2176669E95C0, 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] 06:51:49.226 [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 42 bytes from 127.0.0.1:8283 06:51:49.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21084] 06:51:49.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1303, 127.0.0.1:8283, complete]! 06:51:49.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1303, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-A43C2176669E95C0] 06:51:49.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1303, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21084] 06:51:49.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1303, 127.0.0.1:8283, complete] completed CON-POST MID=21084, Token=A43C2176669E95C0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21084, Token=A43C2176669E95C0, 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! 06:51:49.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1305, 127.0.0.1:8283] send request 06:51:49.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1305, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1305, 127.0.0.1:8283] 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 06:51:49.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1305, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21085], CON-POST MID=21085, 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 06:51:49.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1305, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-BC97A3D4A688D62E], CON-POST MID=21085, Token=BC97A3D4A688D62E, 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 06:51:49.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21085], KeyToken[127.0.0.1:8283-BC97A3D4A688D62E]] 06:51:49.227 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.227 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,369,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21085, Token=BC97A3D4A688D62E, 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] 06:51:49.227 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21085] 06:51:49.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1306, 127.0.0.1:8280] replace CON-POST MID=21085, Token=BC97A3D4A688D62E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21085, Token=BC97A3D4A688D62E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1306, 127.0.0.1:8280] send response NON-2.05 MID=21085, Token=null, OptionSet={}, "server responds hi" 06:51:49.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1306, 127.0.0.1:8280, complete]! 06:51:49.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1306, 127.0.0.1:8280, complete] completed NON-2.04 MID=21085, Token=BC97A3D4A688D62E, 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! 06:51:49.227 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.227 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,370,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21085, Token=BC97A3D4A688D62E, 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] 06:51:49.227 [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 42 bytes from 127.0.0.1:8283 06:51:49.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21085] 06:51:49.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1305, 127.0.0.1:8283, complete]! 06:51:49.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1305, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-BC97A3D4A688D62E] 06:51:49.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1305, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21085] 06:51:49.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1305, 127.0.0.1:8283, complete] completed CON-POST MID=21085, Token=BC97A3D4A688D62E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21085, Token=BC97A3D4A688D62E, 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! 06:51:49.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1307, 127.0.0.1:8283] send request 06:51:49.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1307, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1307, 127.0.0.1:8283] 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 06:51:49.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1307, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21086], CON-POST MID=21086, 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 06:51:49.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1307, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-902F20C9FE41DB05], CON-POST MID=21086, Token=902F20C9FE41DB05, 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 06:51:49.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21086], KeyToken[127.0.0.1:8283-902F20C9FE41DB05]] 06:51:49.228 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.228 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,371,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21086, Token=902F20C9FE41DB05, 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] 06:51:49.228 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21086] 06:51:49.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1308, 127.0.0.1:8280] replace CON-POST MID=21086, Token=902F20C9FE41DB05, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21086, Token=902F20C9FE41DB05, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1308, 127.0.0.1:8280] send response NON-2.05 MID=21086, Token=null, OptionSet={}, "server responds hi" 06:51:49.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1308, 127.0.0.1:8280, complete]! 06:51:49.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1308, 127.0.0.1:8280, complete] completed NON-2.04 MID=21086, Token=902F20C9FE41DB05, 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! 06:51:49.229 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.229 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,372,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21086, Token=902F20C9FE41DB05, 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] 06:51:49.229 [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 42 bytes from 127.0.0.1:8283 06:51:49.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21086] 06:51:49.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1307, 127.0.0.1:8283, complete]! 06:51:49.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1307, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-902F20C9FE41DB05] 06:51:49.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1307, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21086] 06:51:49.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1307, 127.0.0.1:8283, complete] completed CON-POST MID=21086, Token=902F20C9FE41DB05, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21086, Token=902F20C9FE41DB05, 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! 06:51:49.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1309, 127.0.0.1:8283] send request 06:51:49.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1309, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1309, 127.0.0.1:8283] 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 06:51:49.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1309, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21087], CON-POST MID=21087, 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 06:51:49.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1309, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-9C5EEB986C31D76E], CON-POST MID=21087, Token=9C5EEB986C31D76E, 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 06:51:49.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21087], KeyToken[127.0.0.1:8283-9C5EEB986C31D76E]] 06:51:49.229 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.229 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,373,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21087, Token=9C5EEB986C31D76E, 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] 06:51:49.229 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21087] 06:51:49.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1310, 127.0.0.1:8280] replace CON-POST MID=21087, Token=9C5EEB986C31D76E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21087, Token=9C5EEB986C31D76E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1310, 127.0.0.1:8280] send response NON-2.05 MID=21087, Token=null, OptionSet={}, "server responds hi" 06:51:49.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1310, 127.0.0.1:8280, complete]! 06:51:49.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1310, 127.0.0.1:8280, complete] completed NON-2.04 MID=21087, Token=9C5EEB986C31D76E, 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! 06:51:49.230 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.230 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,374,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21087, Token=9C5EEB986C31D76E, 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] 06:51:49.230 [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 42 bytes from 127.0.0.1:8283 06:51:49.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21087] 06:51:49.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1309, 127.0.0.1:8283, complete]! 06:51:49.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1309, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-9C5EEB986C31D76E] 06:51:49.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1309, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21087] 06:51:49.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1309, 127.0.0.1:8283, complete] completed CON-POST MID=21087, Token=9C5EEB986C31D76E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21087, Token=9C5EEB986C31D76E, 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! 06:51:49.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1311, 127.0.0.1:8283] send request 06:51:49.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1311, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1311, 127.0.0.1:8283] 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 06:51:49.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1311, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21088], CON-POST MID=21088, 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 06:51:49.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1311, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-B0E63620126D19CF], CON-POST MID=21088, Token=B0E63620126D19CF, 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 06:51:49.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21088], KeyToken[127.0.0.1:8283-B0E63620126D19CF]] 06:51:49.231 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.231 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,375,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21088, Token=B0E63620126D19CF, 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] 06:51:49.231 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21088] 06:51:49.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1312, 127.0.0.1:8280] replace CON-POST MID=21088, Token=B0E63620126D19CF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21088, Token=B0E63620126D19CF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1312, 127.0.0.1:8280] send response NON-2.05 MID=21088, Token=null, OptionSet={}, "server responds hi" 06:51:49.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1312, 127.0.0.1:8280, complete]! 06:51:49.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1312, 127.0.0.1:8280, complete] completed NON-2.04 MID=21088, Token=B0E63620126D19CF, 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! 06:51:49.231 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.231 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,376,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21088, Token=B0E63620126D19CF, 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] 06:51:49.231 [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 42 bytes from 127.0.0.1:8283 06:51:49.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21088] 06:51:49.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1311, 127.0.0.1:8283, complete]! 06:51:49.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1311, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-B0E63620126D19CF] 06:51:49.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1311, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21088] 06:51:49.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1311, 127.0.0.1:8283, complete] completed CON-POST MID=21088, Token=B0E63620126D19CF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21088, Token=B0E63620126D19CF, 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! 06:51:49.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1313, 127.0.0.1:8283] send request 06:51:49.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1313, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1313, 127.0.0.1:8283] 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 06:51:49.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1313, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21089], CON-POST MID=21089, 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 06:51:49.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1313, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-B87D3BA4177BA252], CON-POST MID=21089, Token=B87D3BA4177BA252, 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 06:51:49.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21089], KeyToken[127.0.0.1:8283-B87D3BA4177BA252]] 06:51:49.232 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.232 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,377,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21089, Token=B87D3BA4177BA252, 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] 06:51:49.232 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21089] 06:51:49.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1314, 127.0.0.1:8280] replace CON-POST MID=21089, Token=B87D3BA4177BA252, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21089, Token=B87D3BA4177BA252, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1314, 127.0.0.1:8280] send response NON-2.05 MID=21089, Token=null, OptionSet={}, "server responds hi" 06:51:49.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1314, 127.0.0.1:8280, complete]! 06:51:49.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1314, 127.0.0.1:8280, complete] completed NON-2.04 MID=21089, Token=B87D3BA4177BA252, 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! 06:51:49.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 42 bytes to 127.0.0.1:8280 06:51:49.233 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,378,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21089, Token=B87D3BA4177BA252, 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] 06:51:49.233 [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 42 bytes from 127.0.0.1:8283 06:51:49.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21089] 06:51:49.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1313, 127.0.0.1:8283, complete]! 06:51:49.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1313, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-B87D3BA4177BA252] 06:51:49.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1313, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21089] 06:51:49.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1313, 127.0.0.1:8283, complete] completed CON-POST MID=21089, Token=B87D3BA4177BA252, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21089, Token=B87D3BA4177BA252, 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! 06:51:49.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1315, 127.0.0.1:8283] send request 06:51:49.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1315, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1315, 127.0.0.1:8283] 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 06:51:49.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1315, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21090], CON-POST MID=21090, 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 06:51:49.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1315, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-082263408CE6081A], CON-POST MID=21090, Token=082263408CE6081A, 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 06:51:49.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21090], KeyToken[127.0.0.1:8283-082263408CE6081A]] 06:51:49.234 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.234 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,379,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21090, Token=082263408CE6081A, 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] 06:51:49.234 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21090] 06:51:49.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1316, 127.0.0.1:8280] replace CON-POST MID=21090, Token=082263408CE6081A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21090, Token=082263408CE6081A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1316, 127.0.0.1:8280] send response NON-2.05 MID=21090, Token=null, OptionSet={}, "server responds hi" 06:51:49.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1316, 127.0.0.1:8280, complete]! 06:51:49.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1316, 127.0.0.1:8280, complete] completed NON-2.04 MID=21090, Token=082263408CE6081A, 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! 06:51:49.234 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,380,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21090, Token=082263408CE6081A, 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] 06:51:49.234 [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 42 bytes from 127.0.0.1:8283 06:51:49.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21090] 06:51:49.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1315, 127.0.0.1:8283, complete]! 06:51:49.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1315, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-082263408CE6081A] 06:51:49.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1315, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21090] 06:51:49.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1315, 127.0.0.1:8283, complete] completed CON-POST MID=21090, Token=082263408CE6081A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21090, Token=082263408CE6081A, 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! 06:51:49.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1317, 127.0.0.1:8283] send request 06:51:49.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1317, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1317, 127.0.0.1:8283] 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 06:51:49.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1317, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21091], CON-POST MID=21091, 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 06:51:49.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1317, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-D0940DE2E9B46235], CON-POST MID=21091, Token=D0940DE2E9B46235, 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 06:51:49.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21091], KeyToken[127.0.0.1:8283-D0940DE2E9B46235]] 06:51:49.235 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.235 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,381,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21091, Token=D0940DE2E9B46235, 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] 06:51:49.235 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21091] 06:51:49.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1318, 127.0.0.1:8280] replace CON-POST MID=21091, Token=D0940DE2E9B46235, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21091, Token=D0940DE2E9B46235, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1318, 127.0.0.1:8280] send response NON-2.05 MID=21091, Token=null, OptionSet={}, "server responds hi" 06:51:49.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1318, 127.0.0.1:8280, complete]! 06:51:49.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1318, 127.0.0.1:8280, complete] completed NON-2.04 MID=21091, Token=D0940DE2E9B46235, 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! 06:51:49.235 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.236 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,382,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21091, Token=D0940DE2E9B46235, 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] 06:51:49.236 [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 42 bytes from 127.0.0.1:8283 06:51:49.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21091] 06:51:49.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1317, 127.0.0.1:8283, complete]! 06:51:49.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1317, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-D0940DE2E9B46235] 06:51:49.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1317, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21091] 06:51:49.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1317, 127.0.0.1:8283, complete] completed CON-POST MID=21091, Token=D0940DE2E9B46235, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21091, Token=D0940DE2E9B46235, 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! 06:51:49.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1319, 127.0.0.1:8283] send request 06:51:49.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1319, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1319, 127.0.0.1:8283] 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 06:51:49.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1319, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21092], CON-POST MID=21092, 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 06:51:49.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1319, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-0C8622BC90F8A695], CON-POST MID=21092, Token=0C8622BC90F8A695, 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 06:51:49.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21092], KeyToken[127.0.0.1:8283-0C8622BC90F8A695]] 06:51:49.236 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.236 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,383,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21092, Token=0C8622BC90F8A695, 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] 06:51:49.236 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21092] 06:51:49.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1320, 127.0.0.1:8280] replace CON-POST MID=21092, Token=0C8622BC90F8A695, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21092, Token=0C8622BC90F8A695, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1320, 127.0.0.1:8280] send response NON-2.05 MID=21092, Token=null, OptionSet={}, "server responds hi" 06:51:49.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1320, 127.0.0.1:8280, complete]! 06:51:49.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1320, 127.0.0.1:8280, complete] completed NON-2.04 MID=21092, Token=0C8622BC90F8A695, 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! 06:51:49.237 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.237 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,384,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21092, Token=0C8622BC90F8A695, 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] 06:51:49.237 [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 42 bytes from 127.0.0.1:8283 06:51:49.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21092] 06:51:49.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1319, 127.0.0.1:8283, complete]! 06:51:49.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1319, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-0C8622BC90F8A695] 06:51:49.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1319, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21092] 06:51:49.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1319, 127.0.0.1:8283, complete] completed CON-POST MID=21092, Token=0C8622BC90F8A695, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21092, Token=0C8622BC90F8A695, 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! 06:51:49.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1321, 127.0.0.1:8283] send request 06:51:49.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1321, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1321, 127.0.0.1:8283] 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 06:51:49.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1321, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21093], CON-POST MID=21093, 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 06:51:49.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1321, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-4C04C7FF43C6721A], CON-POST MID=21093, Token=4C04C7FF43C6721A, 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 06:51:49.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21093], KeyToken[127.0.0.1:8283-4C04C7FF43C6721A]] 06:51:49.238 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.238 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,385,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21093, Token=4C04C7FF43C6721A, 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] 06:51:49.238 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21093] 06:51:49.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1322, 127.0.0.1:8280] replace CON-POST MID=21093, Token=4C04C7FF43C6721A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21093, Token=4C04C7FF43C6721A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1322, 127.0.0.1:8280] send response NON-2.05 MID=21093, Token=null, OptionSet={}, "server responds hi" 06:51:49.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1322, 127.0.0.1:8280, complete]! 06:51:49.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1322, 127.0.0.1:8280, complete] completed NON-2.04 MID=21093, Token=4C04C7FF43C6721A, 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! 06:51:49.238 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.238 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,386,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21093, Token=4C04C7FF43C6721A, 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] 06:51:49.238 [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 42 bytes from 127.0.0.1:8283 06:51:49.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21093] 06:51:49.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1321, 127.0.0.1:8283, complete]! 06:51:49.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1321, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-4C04C7FF43C6721A] 06:51:49.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1321, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21093] 06:51:49.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1321, 127.0.0.1:8283, complete] completed CON-POST MID=21093, Token=4C04C7FF43C6721A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21093, Token=4C04C7FF43C6721A, 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! 06:51:49.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1323, 127.0.0.1:8283] send request 06:51:49.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1323, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1323, 127.0.0.1:8283] 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 06:51:49.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1323, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21094], CON-POST MID=21094, 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 06:51:49.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1323, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-74E4FD29287C7551], CON-POST MID=21094, Token=74E4FD29287C7551, 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 06:51:49.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21094], KeyToken[127.0.0.1:8283-74E4FD29287C7551]] 06:51:49.239 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.239 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,387,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21094, Token=74E4FD29287C7551, 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] 06:51:49.239 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21094] 06:51:49.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1324, 127.0.0.1:8280] replace CON-POST MID=21094, Token=74E4FD29287C7551, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21094, Token=74E4FD29287C7551, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1324, 127.0.0.1:8280] send response NON-2.05 MID=21094, Token=null, OptionSet={}, "server responds hi" 06:51:49.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1324, 127.0.0.1:8280, complete]! 06:51:49.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1324, 127.0.0.1:8280, complete] completed NON-2.04 MID=21094, Token=74E4FD29287C7551, 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! 06:51:49.240 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.240 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,388,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21094, Token=74E4FD29287C7551, 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] 06:51:49.240 [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 42 bytes from 127.0.0.1:8283 06:51:49.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21094] 06:51:49.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1323, 127.0.0.1:8283, complete]! 06:51:49.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1323, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-74E4FD29287C7551] 06:51:49.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1323, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21094] 06:51:49.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1323, 127.0.0.1:8283, complete] completed CON-POST MID=21094, Token=74E4FD29287C7551, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21094, Token=74E4FD29287C7551, 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! 06:51:49.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1325, 127.0.0.1:8283] send request 06:51:49.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1325, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1325, 127.0.0.1:8283] 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 06:51:49.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1325, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21095], CON-POST MID=21095, 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 06:51:49.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1325, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C4077AE9519F99AF], CON-POST MID=21095, Token=C4077AE9519F99AF, 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 06:51:49.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21095], KeyToken[127.0.0.1:8283-C4077AE9519F99AF]] 06:51:49.240 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.240 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,389,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21095, Token=C4077AE9519F99AF, 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] 06:51:49.240 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21095] 06:51:49.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1326, 127.0.0.1:8280] replace CON-POST MID=21095, Token=C4077AE9519F99AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21095, Token=C4077AE9519F99AF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1326, 127.0.0.1:8280] send response NON-2.05 MID=21095, Token=null, OptionSet={}, "server responds hi" 06:51:49.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1326, 127.0.0.1:8280, complete]! 06:51:49.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1326, 127.0.0.1:8280, complete] completed NON-2.04 MID=21095, Token=C4077AE9519F99AF, 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! 06:51:49.241 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.241 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,390,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21095, Token=C4077AE9519F99AF, 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] 06:51:49.241 [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 42 bytes from 127.0.0.1:8283 06:51:49.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21095] 06:51:49.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1325, 127.0.0.1:8283, complete]! 06:51:49.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1325, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C4077AE9519F99AF] 06:51:49.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1325, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21095] 06:51:49.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1325, 127.0.0.1:8283, complete] completed CON-POST MID=21095, Token=C4077AE9519F99AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21095, Token=C4077AE9519F99AF, 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! 06:51:49.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1327, 127.0.0.1:8283] send request 06:51:49.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1327, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1327, 127.0.0.1:8283] 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 06:51:49.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1327, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21096], CON-POST MID=21096, 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 06:51:49.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1327, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F02DFB7221FAF113], CON-POST MID=21096, Token=F02DFB7221FAF113, 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 06:51:49.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21096], KeyToken[127.0.0.1:8283-F02DFB7221FAF113]] 06:51:49.242 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.242 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,391,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21096, Token=F02DFB7221FAF113, 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] 06:51:49.242 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21096] 06:51:49.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1328, 127.0.0.1:8280] replace CON-POST MID=21096, Token=F02DFB7221FAF113, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21096, Token=F02DFB7221FAF113, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1328, 127.0.0.1:8280] send response NON-2.05 MID=21096, Token=null, OptionSet={}, "server responds hi" 06:51:49.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1328, 127.0.0.1:8280, complete]! 06:51:49.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1328, 127.0.0.1:8280, complete] completed NON-2.04 MID=21096, Token=F02DFB7221FAF113, 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! 06:51:49.242 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.242 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,392,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21096, Token=F02DFB7221FAF113, 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] 06:51:49.242 [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 42 bytes from 127.0.0.1:8283 06:51:49.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21096] 06:51:49.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1327, 127.0.0.1:8283, complete]! 06:51:49.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1327, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F02DFB7221FAF113] 06:51:49.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1327, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21096] 06:51:49.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1327, 127.0.0.1:8283, complete] completed CON-POST MID=21096, Token=F02DFB7221FAF113, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21096, Token=F02DFB7221FAF113, 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! 06:51:49.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1329, 127.0.0.1:8283] send request 06:51:49.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1329, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1329, 127.0.0.1:8283] 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 06:51:49.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1329, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21097], CON-POST MID=21097, 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 06:51:49.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1329, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-B8530F609F64057F], CON-POST MID=21097, Token=B8530F609F64057F, 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 06:51:49.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21097], KeyToken[127.0.0.1:8283-B8530F609F64057F]] 06:51:49.243 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.243 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,393,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21097, Token=B8530F609F64057F, 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] 06:51:49.243 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21097] 06:51:49.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1330, 127.0.0.1:8280] replace CON-POST MID=21097, Token=B8530F609F64057F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21097, Token=B8530F609F64057F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1330, 127.0.0.1:8280] send response NON-2.05 MID=21097, Token=null, OptionSet={}, "server responds hi" 06:51:49.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1330, 127.0.0.1:8280, complete]! 06:51:49.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1330, 127.0.0.1:8280, complete] completed NON-2.04 MID=21097, Token=B8530F609F64057F, 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! 06:51:49.244 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.244 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,394,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21097, Token=B8530F609F64057F, 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] 06:51:49.244 [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 42 bytes from 127.0.0.1:8283 06:51:49.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21097] 06:51:49.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1329, 127.0.0.1:8283, complete]! 06:51:49.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1329, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-B8530F609F64057F] 06:51:49.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1329, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21097] 06:51:49.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1329, 127.0.0.1:8283, complete] completed CON-POST MID=21097, Token=B8530F609F64057F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21097, Token=B8530F609F64057F, 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! 06:51:49.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1331, 127.0.0.1:8283] send request 06:51:49.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1331, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1331, 127.0.0.1:8283] 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 06:51:49.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1331, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21098], CON-POST MID=21098, 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 06:51:49.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1331, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-D035B3F82C84B98E], CON-POST MID=21098, Token=D035B3F82C84B98E, 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 06:51:49.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21098], KeyToken[127.0.0.1:8283-D035B3F82C84B98E]] 06:51:49.244 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.245 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,395,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21098, Token=D035B3F82C84B98E, 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] 06:51:49.245 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21098] 06:51:49.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1332, 127.0.0.1:8280] replace CON-POST MID=21098, Token=D035B3F82C84B98E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21098, Token=D035B3F82C84B98E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1332, 127.0.0.1:8280] send response NON-2.05 MID=21098, Token=null, OptionSet={}, "server responds hi" 06:51:49.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1332, 127.0.0.1:8280, complete]! 06:51:49.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1332, 127.0.0.1:8280, complete] completed NON-2.04 MID=21098, Token=D035B3F82C84B98E, 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! 06:51:49.245 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.245 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,396,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21098, Token=D035B3F82C84B98E, 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] 06:51:49.245 [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 42 bytes from 127.0.0.1:8283 06:51:49.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21098] 06:51:49.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1331, 127.0.0.1:8283, complete]! 06:51:49.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1331, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-D035B3F82C84B98E] 06:51:49.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1331, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21098] 06:51:49.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1331, 127.0.0.1:8283, complete] completed CON-POST MID=21098, Token=D035B3F82C84B98E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21098, Token=D035B3F82C84B98E, 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! 06:51:49.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1333, 127.0.0.1:8283] send request 06:51:49.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1333, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1333, 127.0.0.1:8283] 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 06:51:49.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1333, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21099], CON-POST MID=21099, 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 06:51:49.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1333, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F024E5C0AA0C3F50], CON-POST MID=21099, Token=F024E5C0AA0C3F50, 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 06:51:49.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21099], KeyToken[127.0.0.1:8283-F024E5C0AA0C3F50]] 06:51:49.246 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.246 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,397,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21099, Token=F024E5C0AA0C3F50, 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] 06:51:49.246 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21099] 06:51:49.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1334, 127.0.0.1:8280] replace CON-POST MID=21099, Token=F024E5C0AA0C3F50, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21099, Token=F024E5C0AA0C3F50, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1334, 127.0.0.1:8280] send response NON-2.05 MID=21099, Token=null, OptionSet={}, "server responds hi" 06:51:49.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1334, 127.0.0.1:8280, complete]! 06:51:49.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1334, 127.0.0.1:8280, complete] completed NON-2.04 MID=21099, Token=F024E5C0AA0C3F50, 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! 06:51:49.246 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.246 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,398,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21099, Token=F024E5C0AA0C3F50, 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] 06:51:49.246 [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 42 bytes from 127.0.0.1:8283 06:51:49.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21099] 06:51:49.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1333, 127.0.0.1:8283, complete]! 06:51:49.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1333, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F024E5C0AA0C3F50] 06:51:49.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1333, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21099] 06:51:49.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1333, 127.0.0.1:8283, complete] completed CON-POST MID=21099, Token=F024E5C0AA0C3F50, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21099, Token=F024E5C0AA0C3F50, 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! 06:51:49.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1335, 127.0.0.1:8283] send request 06:51:49.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1335, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1335, 127.0.0.1:8283] 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 06:51:49.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1335, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21100], CON-POST MID=21100, 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 06:51:49.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1335, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-E87606E9C4905A57], CON-POST MID=21100, Token=E87606E9C4905A57, 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 06:51:49.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21100], KeyToken[127.0.0.1:8283-E87606E9C4905A57]] 06:51:49.247 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,399,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21100, Token=E87606E9C4905A57, 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] 06:51:49.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21100] 06:51:49.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1336, 127.0.0.1:8280] replace CON-POST MID=21100, Token=E87606E9C4905A57, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21100, Token=E87606E9C4905A57, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1336, 127.0.0.1:8280] send response NON-2.05 MID=21100, Token=null, OptionSet={}, "server responds hi" 06:51:49.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1336, 127.0.0.1:8280, complete]! 06:51:49.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1336, 127.0.0.1:8280, complete] completed NON-2.04 MID=21100, Token=E87606E9C4905A57, 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! 06:51:49.248 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.248 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,400,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21100, Token=E87606E9C4905A57, 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] 06:51:49.248 [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 42 bytes from 127.0.0.1:8283 06:51:49.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21100] 06:51:49.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1335, 127.0.0.1:8283, complete]! 06:51:49.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1335, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-E87606E9C4905A57] 06:51:49.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1335, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21100] 06:51:49.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1335, 127.0.0.1:8283, complete] completed CON-POST MID=21100, Token=E87606E9C4905A57, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21100, Token=E87606E9C4905A57, 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! 06:51:49.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1337, 127.0.0.1:8283] send request 06:51:49.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1337, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1337, 127.0.0.1:8283] 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 06:51:49.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1337, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21101], CON-POST MID=21101, 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 06:51:49.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1337, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F09AB6D8B92EED98], CON-POST MID=21101, Token=F09AB6D8B92EED98, 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 06:51:49.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21101], KeyToken[127.0.0.1:8283-F09AB6D8B92EED98]] 06:51:49.249 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,401,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21101, Token=F09AB6D8B92EED98, 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] 06:51:49.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21101] 06:51:49.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1338, 127.0.0.1:8280] replace CON-POST MID=21101, Token=F09AB6D8B92EED98, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21101, Token=F09AB6D8B92EED98, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1338, 127.0.0.1:8280] send response NON-2.05 MID=21101, Token=null, OptionSet={}, "server responds hi" 06:51:49.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1338, 127.0.0.1:8280, complete]! 06:51:49.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1338, 127.0.0.1:8280, complete] completed NON-2.04 MID=21101, Token=F09AB6D8B92EED98, 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! 06:51:49.249 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.249 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,402,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21101, Token=F09AB6D8B92EED98, 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] 06:51:49.249 [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 42 bytes from 127.0.0.1:8283 06:51:49.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21101] 06:51:49.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1337, 127.0.0.1:8283, complete]! 06:51:49.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1337, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F09AB6D8B92EED98] 06:51:49.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1337, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21101] 06:51:49.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1337, 127.0.0.1:8283, complete] completed CON-POST MID=21101, Token=F09AB6D8B92EED98, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21101, Token=F09AB6D8B92EED98, 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! 06:51:49.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1339, 127.0.0.1:8283] send request 06:51:49.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1339, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1339, 127.0.0.1:8283] 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 06:51:49.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1339, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21102], CON-POST MID=21102, 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 06:51:49.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1339, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-CCF67A2244FF95BD], CON-POST MID=21102, Token=CCF67A2244FF95BD, 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 06:51:49.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21102], KeyToken[127.0.0.1:8283-CCF67A2244FF95BD]] 06:51:49.250 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.250 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,403,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21102, Token=CCF67A2244FF95BD, 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] 06:51:49.250 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21102] 06:51:49.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1340, 127.0.0.1:8280] replace CON-POST MID=21102, Token=CCF67A2244FF95BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21102, Token=CCF67A2244FF95BD, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1340, 127.0.0.1:8280] send response NON-2.05 MID=21102, Token=null, OptionSet={}, "server responds hi" 06:51:49.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1340, 127.0.0.1:8280, complete]! 06:51:49.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1340, 127.0.0.1:8280, complete] completed NON-2.04 MID=21102, Token=CCF67A2244FF95BD, 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! 06:51:49.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:8280 06:51:49.251 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,404,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21102, Token=CCF67A2244FF95BD, 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] 06:51:49.251 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21102] 06:51:49.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1339, 127.0.0.1:8283, complete]! 06:51:49.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1339, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-CCF67A2244FF95BD] 06:51:49.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1339, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21102] 06:51:49.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1339, 127.0.0.1:8283, complete] completed CON-POST MID=21102, Token=CCF67A2244FF95BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21102, Token=CCF67A2244FF95BD, 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! 06:51:49.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1341, 127.0.0.1:8283] send request 06:51:49.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1341, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1341, 127.0.0.1:8283] 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 06:51:49.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1341, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21103], CON-POST MID=21103, 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 06:51:49.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1341, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-00BAD9F52E79E2D6], CON-POST MID=21103, Token=00BAD9F52E79E2D6, 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 06:51:49.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21103], KeyToken[127.0.0.1:8283-00BAD9F52E79E2D6]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,405,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21103, Token=00BAD9F52E79E2D6, 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] 06:51:49.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21103] 06:51:49.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1342, 127.0.0.1:8280] replace CON-POST MID=21103, Token=00BAD9F52E79E2D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21103, Token=00BAD9F52E79E2D6, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1342, 127.0.0.1:8280] send response NON-2.05 MID=21103, Token=null, OptionSet={}, "server responds hi" 06:51:49.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1342, 127.0.0.1:8280, complete]! 06:51:49.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1342, 127.0.0.1:8280, complete] completed NON-2.04 MID=21103, Token=00BAD9F52E79E2D6, 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! 06:51:49.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:8280 06:51:49.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,406,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21103, Token=00BAD9F52E79E2D6, 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] 06:51:49.252 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21103] 06:51:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1341, 127.0.0.1:8283, complete]! 06:51:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1341, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-00BAD9F52E79E2D6] 06:51:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1341, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21103] 06:51:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1341, 127.0.0.1:8283, complete] completed CON-POST MID=21103, Token=00BAD9F52E79E2D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21103, Token=00BAD9F52E79E2D6, 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! 06:51:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1343, 127.0.0.1:8283] send request 06:51:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1343, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1343, 127.0.0.1:8283] 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 06:51:49.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1343, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21104], CON-POST MID=21104, 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 06:51:49.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1343, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-CCAB05F08BE86EA5], CON-POST MID=21104, Token=CCAB05F08BE86EA5, 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 06:51:49.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21104], KeyToken[127.0.0.1:8283-CCAB05F08BE86EA5]] 06:51:49.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:8283 06:51:49.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,407,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21104, Token=CCAB05F08BE86EA5, 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] 06:51:49.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21104] 06:51:49.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1344, 127.0.0.1:8280] replace CON-POST MID=21104, Token=CCAB05F08BE86EA5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21104, Token=CCAB05F08BE86EA5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1344, 127.0.0.1:8280] send response NON-2.05 MID=21104, Token=null, OptionSet={}, "server responds hi" 06:51:49.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1344, 127.0.0.1:8280, complete]! 06:51:49.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1344, 127.0.0.1:8280, complete] completed NON-2.04 MID=21104, Token=CCAB05F08BE86EA5, 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! 06:51:49.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:8280 06:51:49.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,408,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21104, Token=CCAB05F08BE86EA5, 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] 06:51:49.253 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21104] 06:51:49.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1343, 127.0.0.1:8283, complete]! 06:51:49.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1343, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-CCAB05F08BE86EA5] 06:51:49.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1343, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21104] 06:51:49.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1343, 127.0.0.1:8283, complete] completed CON-POST MID=21104, Token=CCAB05F08BE86EA5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21104, Token=CCAB05F08BE86EA5, 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! 06:51:49.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1345, 127.0.0.1:8283] send request 06:51:49.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1345, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1345, 127.0.0.1:8283] 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 06:51:49.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1345, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21105], CON-POST MID=21105, 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 06:51:49.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1345, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-E471F0AEB1BC2F05], CON-POST MID=21105, Token=E471F0AEB1BC2F05, 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 06:51:49.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21105], KeyToken[127.0.0.1:8283-E471F0AEB1BC2F05]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,409,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21105, Token=E471F0AEB1BC2F05, 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] 06:51:49.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21105] 06:51:49.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1346, 127.0.0.1:8280] replace CON-POST MID=21105, Token=E471F0AEB1BC2F05, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21105, Token=E471F0AEB1BC2F05, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1346, 127.0.0.1:8280] send response NON-2.05 MID=21105, Token=null, OptionSet={}, "server responds hi" 06:51:49.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1346, 127.0.0.1:8280, complete]! 06:51:49.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1346, 127.0.0.1:8280, complete] completed NON-2.04 MID=21105, Token=E471F0AEB1BC2F05, 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! 06:51:49.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:8280 06:51:49.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,410,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21105, Token=E471F0AEB1BC2F05, 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] 06:51:49.255 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21105] 06:51:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1345, 127.0.0.1:8283, complete]! 06:51:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1345, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-E471F0AEB1BC2F05] 06:51:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1345, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21105] 06:51:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1345, 127.0.0.1:8283, complete] completed CON-POST MID=21105, Token=E471F0AEB1BC2F05, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21105, Token=E471F0AEB1BC2F05, 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! 06:51:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1347, 127.0.0.1:8283] send request 06:51:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1347, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1347, 127.0.0.1:8283] 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 06:51:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1347, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21106], CON-POST MID=21106, 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 06:51:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1347, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-D4B68614A2F8CC83], CON-POST MID=21106, Token=D4B68614A2F8CC83, 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 06:51:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21106], KeyToken[127.0.0.1:8283-D4B68614A2F8CC83]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,411,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21106, Token=D4B68614A2F8CC83, 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] 06:51:49.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21106] 06:51:49.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1348, 127.0.0.1:8280] replace CON-POST MID=21106, Token=D4B68614A2F8CC83, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21106, Token=D4B68614A2F8CC83, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1348, 127.0.0.1:8280] send response NON-2.05 MID=21106, Token=null, OptionSet={}, "server responds hi" 06:51:49.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1348, 127.0.0.1:8280, complete]! 06:51:49.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1348, 127.0.0.1:8280, complete] completed NON-2.04 MID=21106, Token=D4B68614A2F8CC83, 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! 06:51:49.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:8280 06:51:49.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,412,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21106, Token=D4B68614A2F8CC83, 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] 06:51:49.256 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21106] 06:51:49.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1347, 127.0.0.1:8283, complete]! 06:51:49.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1347, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-D4B68614A2F8CC83] 06:51:49.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1347, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21106] 06:51:49.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1347, 127.0.0.1:8283, complete] completed CON-POST MID=21106, Token=D4B68614A2F8CC83, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21106, Token=D4B68614A2F8CC83, 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! 06:51:49.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1349, 127.0.0.1:8283] send request 06:51:49.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1349, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1349, 127.0.0.1:8283] 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 06:51:49.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1349, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21107], CON-POST MID=21107, 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 06:51:49.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1349, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-FCC539F7E7523F71], CON-POST MID=21107, Token=FCC539F7E7523F71, 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 06:51:49.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21107], KeyToken[127.0.0.1:8283-FCC539F7E7523F71]] 06:51:49.257 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,413,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21107, Token=FCC539F7E7523F71, 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] 06:51:49.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21107] 06:51:49.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1350, 127.0.0.1:8280] replace CON-POST MID=21107, Token=FCC539F7E7523F71, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21107, Token=FCC539F7E7523F71, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1350, 127.0.0.1:8280] send response NON-2.05 MID=21107, Token=null, OptionSet={}, "server responds hi" 06:51:49.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1350, 127.0.0.1:8280, complete]! 06:51:49.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1350, 127.0.0.1:8280, complete] completed NON-2.04 MID=21107, Token=FCC539F7E7523F71, 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! 06:51:49.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:8280 06:51:49.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,414,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21107, Token=FCC539F7E7523F71, 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] 06:51:49.257 [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 42 bytes from 127.0.0.1:8283 06:51:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21107] 06:51:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1349, 127.0.0.1:8283, complete]! 06:51:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1349, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-FCC539F7E7523F71] 06:51:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1349, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21107] 06:51:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1349, 127.0.0.1:8283, complete] completed CON-POST MID=21107, Token=FCC539F7E7523F71, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21107, Token=FCC539F7E7523F71, 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! 06:51:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1351, 127.0.0.1:8283] send request 06:51:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1351, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1351, 127.0.0.1:8283] 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 06:51:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1351, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21108], CON-POST MID=21108, 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 06:51:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1351, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-3C836826771B2079], CON-POST MID=21108, Token=3C836826771B2079, 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 06:51:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21108], KeyToken[127.0.0.1:8283-3C836826771B2079]] 06:51:49.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:8283 06:51:49.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,415,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21108, Token=3C836826771B2079, 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] 06:51:49.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21108] 06:51:49.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1352, 127.0.0.1:8280] replace CON-POST MID=21108, Token=3C836826771B2079, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21108, Token=3C836826771B2079, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1352, 127.0.0.1:8280] send response NON-2.05 MID=21108, Token=null, OptionSet={}, "server responds hi" 06:51:49.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1352, 127.0.0.1:8280, complete]! 06:51:49.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1352, 127.0.0.1:8280, complete] completed NON-2.04 MID=21108, Token=3C836826771B2079, 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! 06:51:49.259 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,416,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21108, Token=3C836826771B2079, 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] 06:51:49.259 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21108] 06:51:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1351, 127.0.0.1:8283, complete]! 06:51:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1351, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-3C836826771B2079] 06:51:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1351, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21108] 06:51:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1351, 127.0.0.1:8283, complete] completed CON-POST MID=21108, Token=3C836826771B2079, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21108, Token=3C836826771B2079, 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! 06:51:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1353, 127.0.0.1:8283] send request 06:51:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1353, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1353, 127.0.0.1:8283] 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 06:51:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1353, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21109], CON-POST MID=21109, 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 06:51:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1353, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-1CCDA6979971319E], CON-POST MID=21109, Token=1CCDA6979971319E, 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 06:51:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21109], KeyToken[127.0.0.1:8283-1CCDA6979971319E]] 06:51:49.259 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,417,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21109, Token=1CCDA6979971319E, 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] 06:51:49.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21109] 06:51:49.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1354, 127.0.0.1:8280] replace CON-POST MID=21109, Token=1CCDA6979971319E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21109, Token=1CCDA6979971319E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1354, 127.0.0.1:8280] send response NON-2.05 MID=21109, Token=null, OptionSet={}, "server responds hi" 06:51:49.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1354, 127.0.0.1:8280, complete]! 06:51:49.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1354, 127.0.0.1:8280, complete] completed NON-2.04 MID=21109, Token=1CCDA6979971319E, 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! 06:51:49.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:8280 06:51:49.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,418,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21109, Token=1CCDA6979971319E, 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] 06:51:49.260 [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 42 bytes from 127.0.0.1:8283 06:51:49.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21109] 06:51:49.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1353, 127.0.0.1:8283, complete]! 06:51:49.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1353, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-1CCDA6979971319E] 06:51:49.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1353, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21109] 06:51:49.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1353, 127.0.0.1:8283, complete] completed CON-POST MID=21109, Token=1CCDA6979971319E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21109, Token=1CCDA6979971319E, 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! 06:51:49.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1355, 127.0.0.1:8283] send request 06:51:49.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1355, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1355, 127.0.0.1:8283] 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 06:51:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1355, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21110], CON-POST MID=21110, 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 06:51:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1355, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-EC03ED27B2B2C00C], CON-POST MID=21110, Token=EC03ED27B2B2C00C, 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 06:51:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21110], KeyToken[127.0.0.1:8283-EC03ED27B2B2C00C]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,419,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21110, Token=EC03ED27B2B2C00C, 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] 06:51:49.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21110] 06:51:49.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1356, 127.0.0.1:8280] replace CON-POST MID=21110, Token=EC03ED27B2B2C00C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21110, Token=EC03ED27B2B2C00C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1356, 127.0.0.1:8280] send response NON-2.05 MID=21110, Token=null, OptionSet={}, "server responds hi" 06:51:49.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1356, 127.0.0.1:8280, complete]! 06:51:49.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1356, 127.0.0.1:8280, complete] completed NON-2.04 MID=21110, Token=EC03ED27B2B2C00C, 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! 06:51:49.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:8280 06:51:49.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,420,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21110, Token=EC03ED27B2B2C00C, 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] 06:51:49.261 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21110] 06:51:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1355, 127.0.0.1:8283, complete]! 06:51:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1355, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-EC03ED27B2B2C00C] 06:51:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1355, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21110] 06:51:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1355, 127.0.0.1:8283, complete] completed CON-POST MID=21110, Token=EC03ED27B2B2C00C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21110, Token=EC03ED27B2B2C00C, 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! 06:51:49.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1357, 127.0.0.1:8283] send request 06:51:49.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1357, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1357, 127.0.0.1:8283] 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 06:51:49.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1357, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21111], CON-POST MID=21111, 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 06:51:49.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1357, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F03B27ADAF863383], CON-POST MID=21111, Token=F03B27ADAF863383, 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 06:51:49.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21111], KeyToken[127.0.0.1:8283-F03B27ADAF863383]] 06:51:49.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:8283 06:51:49.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,421,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21111, Token=F03B27ADAF863383, 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] 06:51:49.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21111] 06:51:49.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1358, 127.0.0.1:8280] replace CON-POST MID=21111, Token=F03B27ADAF863383, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21111, Token=F03B27ADAF863383, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1358, 127.0.0.1:8280] send response NON-2.05 MID=21111, Token=null, OptionSet={}, "server responds hi" 06:51:49.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1358, 127.0.0.1:8280, complete]! 06:51:49.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1358, 127.0.0.1:8280, complete] completed NON-2.04 MID=21111, Token=F03B27ADAF863383, 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! 06:51:49.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:8280 06:51:49.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,422,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21111, Token=F03B27ADAF863383, 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] 06:51:49.263 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21111] 06:51:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1357, 127.0.0.1:8283, complete]! 06:51:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1357, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F03B27ADAF863383] 06:51:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1357, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21111] 06:51:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1357, 127.0.0.1:8283, complete] completed CON-POST MID=21111, Token=F03B27ADAF863383, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21111, Token=F03B27ADAF863383, 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! 06:51:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1359, 127.0.0.1:8283] send request 06:51:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1359, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1359, 127.0.0.1:8283] 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 06:51:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1359, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21112], CON-POST MID=21112, 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 06:51:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1359, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-20A8E531FF759010], CON-POST MID=21112, Token=20A8E531FF759010, 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 06:51:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21112], KeyToken[127.0.0.1:8283-20A8E531FF759010]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,423,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21112, Token=20A8E531FF759010, 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] 06:51:49.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21112] 06:51:49.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1360, 127.0.0.1:8280] replace CON-POST MID=21112, Token=20A8E531FF759010, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21112, Token=20A8E531FF759010, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1360, 127.0.0.1:8280] send response NON-2.05 MID=21112, Token=null, OptionSet={}, "server responds hi" 06:51:49.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1360, 127.0.0.1:8280, complete]! 06:51:49.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1360, 127.0.0.1:8280, complete] completed NON-2.04 MID=21112, Token=20A8E531FF759010, 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! 06:51:49.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:8280 06:51:49.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,424,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21112, Token=20A8E531FF759010, 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] 06:51:49.269 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21112] 06:51:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1359, 127.0.0.1:8283, complete]! 06:51:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1359, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-20A8E531FF759010] 06:51:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1359, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21112] 06:51:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1359, 127.0.0.1:8283, complete] completed CON-POST MID=21112, Token=20A8E531FF759010, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21112, Token=20A8E531FF759010, 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! 06:51:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1361, 127.0.0.1:8283] send request 06:51:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1361, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1361, 127.0.0.1:8283] 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 06:51:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1361, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21113], CON-POST MID=21113, 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 06:51:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1361, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-B48A5BE705EA8606], CON-POST MID=21113, Token=B48A5BE705EA8606, 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 06:51:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21113], KeyToken[127.0.0.1:8283-B48A5BE705EA8606]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,425,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21113, Token=B48A5BE705EA8606, 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] 06:51:49.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21113] 06:51:49.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1362, 127.0.0.1:8280] replace CON-POST MID=21113, Token=B48A5BE705EA8606, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21113, Token=B48A5BE705EA8606, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1362, 127.0.0.1:8280] send response NON-2.05 MID=21113, Token=null, OptionSet={}, "server responds hi" 06:51:49.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1362, 127.0.0.1:8280, complete]! 06:51:49.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1362, 127.0.0.1:8280, complete] completed NON-2.04 MID=21113, Token=B48A5BE705EA8606, 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! 06:51:49.270 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.270 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,426,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21113, Token=B48A5BE705EA8606, 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] 06:51:49.270 [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 42 bytes from 127.0.0.1:8283 06:51:49.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21113] 06:51:49.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1361, 127.0.0.1:8283, complete]! 06:51:49.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1361, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-B48A5BE705EA8606] 06:51:49.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1361, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21113] 06:51:49.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1361, 127.0.0.1:8283, complete] completed CON-POST MID=21113, Token=B48A5BE705EA8606, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21113, Token=B48A5BE705EA8606, 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! 06:51:49.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1363, 127.0.0.1:8283] send request 06:51:49.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1363, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1363, 127.0.0.1:8283] 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 06:51:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1363, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21114], CON-POST MID=21114, 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 06:51:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1363, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-2CDE8684BEF3E4E9], CON-POST MID=21114, Token=2CDE8684BEF3E4E9, 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 06:51:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21114], KeyToken[127.0.0.1:8283-2CDE8684BEF3E4E9]] 06:51:49.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:8283 06:51:49.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,427,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21114, Token=2CDE8684BEF3E4E9, 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] 06:51:49.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21114] 06:51:49.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1364, 127.0.0.1:8280] replace CON-POST MID=21114, Token=2CDE8684BEF3E4E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21114, Token=2CDE8684BEF3E4E9, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1364, 127.0.0.1:8280] send response NON-2.05 MID=21114, Token=null, OptionSet={}, "server responds hi" 06:51:49.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1364, 127.0.0.1:8280, complete]! 06:51:49.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1364, 127.0.0.1:8280, complete] completed NON-2.04 MID=21114, Token=2CDE8684BEF3E4E9, 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! 06:51:49.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:8280 06:51:49.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,428,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21114, Token=2CDE8684BEF3E4E9, 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] 06:51:49.271 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21114] 06:51:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1363, 127.0.0.1:8283, complete]! 06:51:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1363, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-2CDE8684BEF3E4E9] 06:51:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1363, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21114] 06:51:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1363, 127.0.0.1:8283, complete] completed CON-POST MID=21114, Token=2CDE8684BEF3E4E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21114, Token=2CDE8684BEF3E4E9, 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! 06:51:49.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1365, 127.0.0.1:8283] send request 06:51:49.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1365, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1365, 127.0.0.1:8283] 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 06:51:49.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1365, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21115], CON-POST MID=21115, 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 06:51:49.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1365, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-3446EC967D375444], CON-POST MID=21115, Token=3446EC967D375444, 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 06:51:49.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21115], KeyToken[127.0.0.1:8283-3446EC967D375444]] 06:51:49.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:8283 06:51:49.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,429,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21115, Token=3446EC967D375444, 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] 06:51:49.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21115] 06:51:49.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1366, 127.0.0.1:8280] replace CON-POST MID=21115, Token=3446EC967D375444, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21115, Token=3446EC967D375444, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1366, 127.0.0.1:8280] send response NON-2.05 MID=21115, Token=null, OptionSet={}, "server responds hi" 06:51:49.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1366, 127.0.0.1:8280, complete]! 06:51:49.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1366, 127.0.0.1:8280, complete] completed NON-2.04 MID=21115, Token=3446EC967D375444, 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! 06:51:49.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:8280 06:51:49.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,430,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21115, Token=3446EC967D375444, 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] 06:51:49.273 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21115] 06:51:49.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1365, 127.0.0.1:8283, complete]! 06:51:49.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1365, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-3446EC967D375444] 06:51:49.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1365, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21115] 06:51:49.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1365, 127.0.0.1:8283, complete] completed CON-POST MID=21115, Token=3446EC967D375444, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21115, Token=3446EC967D375444, 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! 06:51:49.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1367, 127.0.0.1:8283] send request 06:51:49.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1367, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1367, 127.0.0.1:8283] 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 06:51:49.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1367, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21116], CON-POST MID=21116, 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 06:51:49.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1367, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-285F1DC4D9C46236], CON-POST MID=21116, Token=285F1DC4D9C46236, 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 06:51:49.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21116], KeyToken[127.0.0.1:8283-285F1DC4D9C46236]] 06:51:49.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:8283 06:51:49.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,431,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21116, Token=285F1DC4D9C46236, 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] 06:51:49.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21116] 06:51:49.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1368, 127.0.0.1:8280] replace CON-POST MID=21116, Token=285F1DC4D9C46236, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21116, Token=285F1DC4D9C46236, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1368, 127.0.0.1:8280] send response NON-2.05 MID=21116, Token=null, OptionSet={}, "server responds hi" 06:51:49.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1368, 127.0.0.1:8280, complete]! 06:51:49.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1368, 127.0.0.1:8280, complete] completed NON-2.04 MID=21116, Token=285F1DC4D9C46236, 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! 06:51:49.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:8280 06:51:49.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,432,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21116, Token=285F1DC4D9C46236, 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] 06:51:49.274 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21116] 06:51:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1367, 127.0.0.1:8283, complete]! 06:51:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1367, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-285F1DC4D9C46236] 06:51:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1367, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21116] 06:51:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1367, 127.0.0.1:8283, complete] completed CON-POST MID=21116, Token=285F1DC4D9C46236, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21116, Token=285F1DC4D9C46236, 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! 06:51:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1369, 127.0.0.1:8283] send request 06:51:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1369, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1369, 127.0.0.1:8283] 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 06:51:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1369, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21117], CON-POST MID=21117, 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 06:51:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1369, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-5C2894440D7F697B], CON-POST MID=21117, Token=5C2894440D7F697B, 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 06:51:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21117], KeyToken[127.0.0.1:8283-5C2894440D7F697B]] 06:51:49.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 40 bytes to 127.0.0.1:8283 06:51:49.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,433,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21117, Token=5C2894440D7F697B, 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] 06:51:49.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21117] 06:51:49.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1370, 127.0.0.1:8280] replace CON-POST MID=21117, Token=5C2894440D7F697B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21117, Token=5C2894440D7F697B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1370, 127.0.0.1:8280] send response NON-2.05 MID=21117, Token=null, OptionSet={}, "server responds hi" 06:51:49.314 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1370, 127.0.0.1:8280, complete]! 06:51:49.314 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1370, 127.0.0.1:8280, complete] completed NON-2.04 MID=21117, Token=5C2894440D7F697B, 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! 06:51:49.315 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.315 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,434,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21117, Token=5C2894440D7F697B, 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] 06:51:49.315 [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 42 bytes from 127.0.0.1:8283 06:51:49.315 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21117] 06:51:49.315 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.315 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.315 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1369, 127.0.0.1:8283, complete]! 06:51:49.315 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1369, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-5C2894440D7F697B] 06:51:49.315 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1369, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21117] 06:51:49.315 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1369, 127.0.0.1:8283, complete] completed CON-POST MID=21117, Token=5C2894440D7F697B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21117, Token=5C2894440D7F697B, 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! 06:51:49.315 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8283] send request 06:51:49.315 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.316 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8283] 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 06:51:49.316 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21118], CON-POST MID=21118, 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 06:51:49.316 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-903B331F929B70A1], CON-POST MID=21118, Token=903B331F929B70A1, 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 06:51:49.316 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21118], KeyToken[127.0.0.1:8283-903B331F929B70A1]] 06:51:49.316 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.316 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,435,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21118, Token=903B331F929B70A1, 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] 06:51:49.316 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.316 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21118] 06:51:49.316 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.316 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1372, 127.0.0.1:8280] replace CON-POST MID=21118, Token=903B331F929B70A1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21118, Token=903B331F929B70A1, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.316 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1372, 127.0.0.1:8280] send response NON-2.05 MID=21118, Token=null, OptionSet={}, "server responds hi" 06:51:49.316 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1372, 127.0.0.1:8280, complete]! 06:51:49.316 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1372, 127.0.0.1:8280, complete] completed NON-2.04 MID=21118, Token=903B331F929B70A1, 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! 06:51:49.316 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.317 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,436,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21118, Token=903B331F929B70A1, 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] 06:51:49.317 [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 42 bytes from 127.0.0.1:8283 06:51:49.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21118] 06:51:49.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8283, complete]! 06:51:49.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-903B331F929B70A1] 06:51:49.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21118] 06:51:49.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1371, 127.0.0.1:8283, complete] completed CON-POST MID=21118, Token=903B331F929B70A1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21118, Token=903B331F929B70A1, 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! 06:51:49.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1373, 127.0.0.1:8283] send request 06:51:49.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1373, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1373, 127.0.0.1:8283] 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 06:51:49.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1373, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21119], CON-POST MID=21119, 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 06:51:49.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1373, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-785DFC854B248837], CON-POST MID=21119, Token=785DFC854B248837, 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 06:51:49.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21119], KeyToken[127.0.0.1:8283-785DFC854B248837]] 06:51:49.317 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.317 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,437,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21119, Token=785DFC854B248837, 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] 06:51:49.317 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.317 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21119] 06:51:49.317 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1374, 127.0.0.1:8280] replace CON-POST MID=21119, Token=785DFC854B248837, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21119, Token=785DFC854B248837, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1374, 127.0.0.1:8280] send response NON-2.05 MID=21119, Token=null, OptionSet={}, "server responds hi" 06:51:49.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1374, 127.0.0.1:8280, complete]! 06:51:49.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1374, 127.0.0.1:8280, complete] completed NON-2.04 MID=21119, Token=785DFC854B248837, 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! 06:51:49.318 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.318 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,438,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21119, Token=785DFC854B248837, 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] 06:51:49.318 [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 42 bytes from 127.0.0.1:8283 06:51:49.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21119] 06:51:49.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1373, 127.0.0.1:8283, complete]! 06:51:49.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1373, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-785DFC854B248837] 06:51:49.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1373, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21119] 06:51:49.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1373, 127.0.0.1:8283, complete] completed CON-POST MID=21119, Token=785DFC854B248837, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21119, Token=785DFC854B248837, 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! 06:51:49.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1375, 127.0.0.1:8283] send request 06:51:49.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1375, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1375, 127.0.0.1:8283] 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 06:51:49.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1375, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21120], CON-POST MID=21120, 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 06:51:49.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1375, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-54767FC0AFA65ED7], CON-POST MID=21120, Token=54767FC0AFA65ED7, 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 06:51:49.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21120], KeyToken[127.0.0.1:8283-54767FC0AFA65ED7]] 06:51:49.319 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.319 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,439,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21120, Token=54767FC0AFA65ED7, 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] 06:51:49.319 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21120] 06:51:49.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1376, 127.0.0.1:8280] replace CON-POST MID=21120, Token=54767FC0AFA65ED7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21120, Token=54767FC0AFA65ED7, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1376, 127.0.0.1:8280] send response NON-2.05 MID=21120, Token=null, OptionSet={}, "server responds hi" 06:51:49.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1376, 127.0.0.1:8280, complete]! 06:51:49.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1376, 127.0.0.1:8280, complete] completed NON-2.04 MID=21120, Token=54767FC0AFA65ED7, 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! 06:51:49.319 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.319 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,440,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21120, Token=54767FC0AFA65ED7, 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] 06:51:49.319 [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 42 bytes from 127.0.0.1:8283 06:51:49.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21120] 06:51:49.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1375, 127.0.0.1:8283, complete]! 06:51:49.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1375, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-54767FC0AFA65ED7] 06:51:49.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1375, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21120] 06:51:49.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1375, 127.0.0.1:8283, complete] completed CON-POST MID=21120, Token=54767FC0AFA65ED7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21120, Token=54767FC0AFA65ED7, 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! 06:51:49.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1377, 127.0.0.1:8283] send request 06:51:49.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1377, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1377, 127.0.0.1:8283] 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 06:51:49.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1377, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21121], CON-POST MID=21121, 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 06:51:49.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1377, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C842278AC839EE0B], CON-POST MID=21121, Token=C842278AC839EE0B, 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 06:51:49.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21121], KeyToken[127.0.0.1:8283-C842278AC839EE0B]] 06:51:49.320 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.320 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,441,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21121, Token=C842278AC839EE0B, 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] 06:51:49.320 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21121] 06:51:49.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1378, 127.0.0.1:8280] replace CON-POST MID=21121, Token=C842278AC839EE0B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21121, Token=C842278AC839EE0B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1378, 127.0.0.1:8280] send response NON-2.05 MID=21121, Token=null, OptionSet={}, "server responds hi" 06:51:49.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1378, 127.0.0.1:8280, complete]! 06:51:49.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1378, 127.0.0.1:8280, complete] completed NON-2.04 MID=21121, Token=C842278AC839EE0B, 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! 06:51:49.320 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.320 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,442,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21121, Token=C842278AC839EE0B, 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] 06:51:49.320 [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 42 bytes from 127.0.0.1:8283 06:51:49.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21121] 06:51:49.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1377, 127.0.0.1:8283, complete]! 06:51:49.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1377, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C842278AC839EE0B] 06:51:49.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1377, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21121] 06:51:49.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1377, 127.0.0.1:8283, complete] completed CON-POST MID=21121, Token=C842278AC839EE0B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21121, Token=C842278AC839EE0B, 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! 06:51:49.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1379, 127.0.0.1:8283] send request 06:51:49.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1379, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1379, 127.0.0.1:8283] 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 06:51:49.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1379, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21122], CON-POST MID=21122, 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 06:51:49.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1379, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-845403953A305F59], CON-POST MID=21122, Token=845403953A305F59, 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 06:51:49.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21122], KeyToken[127.0.0.1:8283-845403953A305F59]] 06:51:49.321 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.321 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,443,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21122, Token=845403953A305F59, 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] 06:51:49.321 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.321 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21122] 06:51:49.321 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.321 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1380, 127.0.0.1:8280] replace CON-POST MID=21122, Token=845403953A305F59, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21122, Token=845403953A305F59, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.321 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1380, 127.0.0.1:8280] send response NON-2.05 MID=21122, Token=null, OptionSet={}, "server responds hi" 06:51:49.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1380, 127.0.0.1:8280, complete]! 06:51:49.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1380, 127.0.0.1:8280, complete] completed NON-2.04 MID=21122, Token=845403953A305F59, 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! 06:51:49.322 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.322 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,444,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21122, Token=845403953A305F59, 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] 06:51:49.322 [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 42 bytes from 127.0.0.1:8283 06:51:49.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21122] 06:51:49.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1379, 127.0.0.1:8283, complete]! 06:51:49.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1379, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-845403953A305F59] 06:51:49.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1379, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21122] 06:51:49.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1379, 127.0.0.1:8283, complete] completed CON-POST MID=21122, Token=845403953A305F59, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21122, Token=845403953A305F59, 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! 06:51:49.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1381, 127.0.0.1:8283] send request 06:51:49.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1381, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1381, 127.0.0.1:8283] 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 06:51:49.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1381, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21123], CON-POST MID=21123, 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 06:51:49.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1381, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-ACCD1655198D0FEB], CON-POST MID=21123, Token=ACCD1655198D0FEB, 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 06:51:49.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21123], KeyToken[127.0.0.1:8283-ACCD1655198D0FEB]] 06:51:49.322 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.322 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,445,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21123, Token=ACCD1655198D0FEB, 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] 06:51:49.322 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.323 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21123] 06:51:49.323 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.323 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1382, 127.0.0.1:8280] replace CON-POST MID=21123, Token=ACCD1655198D0FEB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21123, Token=ACCD1655198D0FEB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.323 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1382, 127.0.0.1:8280] send response NON-2.05 MID=21123, Token=null, OptionSet={}, "server responds hi" 06:51:49.323 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1382, 127.0.0.1:8280, complete]! 06:51:49.323 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1382, 127.0.0.1:8280, complete] completed NON-2.04 MID=21123, Token=ACCD1655198D0FEB, 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! 06:51:49.323 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.323 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,446,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21123, Token=ACCD1655198D0FEB, 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] 06:51:49.323 [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 42 bytes from 127.0.0.1:8283 06:51:49.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21123] 06:51:49.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1381, 127.0.0.1:8283, complete]! 06:51:49.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1381, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-ACCD1655198D0FEB] 06:51:49.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1381, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21123] 06:51:49.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1381, 127.0.0.1:8283, complete] completed CON-POST MID=21123, Token=ACCD1655198D0FEB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21123, Token=ACCD1655198D0FEB, 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! 06:51:49.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8283] send request 06:51:49.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8283] 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 06:51:49.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21124], CON-POST MID=21124, 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 06:51:49.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-00E0D98511683544], CON-POST MID=21124, Token=00E0D98511683544, 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 06:51:49.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21124], KeyToken[127.0.0.1:8283-00E0D98511683544]] 06:51:49.324 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.324 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,447,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21124, Token=00E0D98511683544, 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] 06:51:49.324 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21124] 06:51:49.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1384, 127.0.0.1:8280] replace CON-POST MID=21124, Token=00E0D98511683544, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21124, Token=00E0D98511683544, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1384, 127.0.0.1:8280] send response NON-2.05 MID=21124, Token=null, OptionSet={}, "server responds hi" 06:51:49.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1384, 127.0.0.1:8280, complete]! 06:51:49.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1384, 127.0.0.1:8280, complete] completed NON-2.04 MID=21124, Token=00E0D98511683544, 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! 06:51:49.324 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.324 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,448,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21124, Token=00E0D98511683544, 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] 06:51:49.324 [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 42 bytes from 127.0.0.1:8283 06:51:49.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21124] 06:51:49.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8283, complete]! 06:51:49.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-00E0D98511683544] 06:51:49.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21124] 06:51:49.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1383, 127.0.0.1:8283, complete] completed CON-POST MID=21124, Token=00E0D98511683544, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21124, Token=00E0D98511683544, 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! 06:51:49.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1385, 127.0.0.1:8283] send request 06:51:49.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1385, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1385, 127.0.0.1:8283] 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 06:51:49.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1385, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21125], CON-POST MID=21125, 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 06:51:49.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1385, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-0C9873AA24EC2EEE], CON-POST MID=21125, Token=0C9873AA24EC2EEE, 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 06:51:49.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21125], KeyToken[127.0.0.1:8283-0C9873AA24EC2EEE]] 06:51:49.325 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.325 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,449,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21125, Token=0C9873AA24EC2EEE, 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] 06:51:49.325 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21125] 06:51:49.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1386, 127.0.0.1:8280] replace CON-POST MID=21125, Token=0C9873AA24EC2EEE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21125, Token=0C9873AA24EC2EEE, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1386, 127.0.0.1:8280] send response NON-2.05 MID=21125, Token=null, OptionSet={}, "server responds hi" 06:51:49.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1386, 127.0.0.1:8280, complete]! 06:51:49.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1386, 127.0.0.1:8280, complete] completed NON-2.04 MID=21125, Token=0C9873AA24EC2EEE, 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! 06:51:49.326 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.326 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,450,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21125, Token=0C9873AA24EC2EEE, 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] 06:51:49.326 [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 42 bytes from 127.0.0.1:8283 06:51:49.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21125] 06:51:49.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1385, 127.0.0.1:8283, complete]! 06:51:49.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1385, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-0C9873AA24EC2EEE] 06:51:49.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1385, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21125] 06:51:49.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1385, 127.0.0.1:8283, complete] completed CON-POST MID=21125, Token=0C9873AA24EC2EEE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21125, Token=0C9873AA24EC2EEE, 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! 06:51:49.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1387, 127.0.0.1:8283] send request 06:51:49.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1387, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1387, 127.0.0.1:8283] 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 06:51:49.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1387, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21126], CON-POST MID=21126, 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 06:51:49.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1387, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-7C890EF1A2FF0743], CON-POST MID=21126, Token=7C890EF1A2FF0743, 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 06:51:49.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21126], KeyToken[127.0.0.1:8283-7C890EF1A2FF0743]] 06:51:49.326 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.326 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,451,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21126, Token=7C890EF1A2FF0743, 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] 06:51:49.326 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21126] 06:51:49.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1388, 127.0.0.1:8280] replace CON-POST MID=21126, Token=7C890EF1A2FF0743, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21126, Token=7C890EF1A2FF0743, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1388, 127.0.0.1:8280] send response NON-2.05 MID=21126, Token=null, OptionSet={}, "server responds hi" 06:51:49.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1388, 127.0.0.1:8280, complete]! 06:51:49.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1388, 127.0.0.1:8280, complete] completed NON-2.04 MID=21126, Token=7C890EF1A2FF0743, 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! 06:51:49.327 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.327 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,452,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21126, Token=7C890EF1A2FF0743, 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] 06:51:49.327 [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 42 bytes from 127.0.0.1:8283 06:51:49.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21126] 06:51:49.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1387, 127.0.0.1:8283, complete]! 06:51:49.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1387, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-7C890EF1A2FF0743] 06:51:49.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1387, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21126] 06:51:49.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1387, 127.0.0.1:8283, complete] completed CON-POST MID=21126, Token=7C890EF1A2FF0743, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21126, Token=7C890EF1A2FF0743, 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! 06:51:49.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1389, 127.0.0.1:8283] send request 06:51:49.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1389, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1389, 127.0.0.1:8283] 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 06:51:49.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1389, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21127], CON-POST MID=21127, 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 06:51:49.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1389, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-6C663C9F9A8129E2], CON-POST MID=21127, Token=6C663C9F9A8129E2, 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 06:51:49.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21127], KeyToken[127.0.0.1:8283-6C663C9F9A8129E2]] 06:51:49.328 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.328 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,453,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21127, Token=6C663C9F9A8129E2, 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] 06:51:49.328 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21127] 06:51:49.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1390, 127.0.0.1:8280] replace CON-POST MID=21127, Token=6C663C9F9A8129E2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21127, Token=6C663C9F9A8129E2, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1390, 127.0.0.1:8280] send response NON-2.05 MID=21127, Token=null, OptionSet={}, "server responds hi" 06:51:49.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1390, 127.0.0.1:8280, complete]! 06:51:49.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1390, 127.0.0.1:8280, complete] completed NON-2.04 MID=21127, Token=6C663C9F9A8129E2, 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! 06:51:49.328 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.328 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,454,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21127, Token=6C663C9F9A8129E2, 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] 06:51:49.328 [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 42 bytes from 127.0.0.1:8283 06:51:49.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21127] 06:51:49.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1389, 127.0.0.1:8283, complete]! 06:51:49.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1389, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-6C663C9F9A8129E2] 06:51:49.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1389, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21127] 06:51:49.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1389, 127.0.0.1:8283, complete] completed CON-POST MID=21127, Token=6C663C9F9A8129E2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21127, Token=6C663C9F9A8129E2, 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! 06:51:49.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1391, 127.0.0.1:8283] send request 06:51:49.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1391, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1391, 127.0.0.1:8283] 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 06:51:49.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1391, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21128], CON-POST MID=21128, 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 06:51:49.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1391, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-509236169527A6AF], CON-POST MID=21128, Token=509236169527A6AF, 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 06:51:49.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21128], KeyToken[127.0.0.1:8283-509236169527A6AF]] 06:51:49.329 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.329 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,455,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21128, Token=509236169527A6AF, 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] 06:51:49.329 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21128] 06:51:49.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1392, 127.0.0.1:8280] replace CON-POST MID=21128, Token=509236169527A6AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21128, Token=509236169527A6AF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1392, 127.0.0.1:8280] send response NON-2.05 MID=21128, Token=null, OptionSet={}, "server responds hi" 06:51:49.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1392, 127.0.0.1:8280, complete]! 06:51:49.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1392, 127.0.0.1:8280, complete] completed NON-2.04 MID=21128, Token=509236169527A6AF, 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! 06:51:49.329 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.329 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,456,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21128, Token=509236169527A6AF, 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] 06:51:49.329 [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 42 bytes from 127.0.0.1:8283 06:51:49.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21128] 06:51:49.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1391, 127.0.0.1:8283, complete]! 06:51:49.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1391, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-509236169527A6AF] 06:51:49.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1391, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21128] 06:51:49.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1391, 127.0.0.1:8283, complete] completed CON-POST MID=21128, Token=509236169527A6AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21128, Token=509236169527A6AF, 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! 06:51:49.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1393, 127.0.0.1:8283] send request 06:51:49.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1393, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1393, 127.0.0.1:8283] 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 06:51:49.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1393, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21129], CON-POST MID=21129, 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 06:51:49.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1393, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-5C6E64057273D1BB], CON-POST MID=21129, Token=5C6E64057273D1BB, 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 06:51:49.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21129], KeyToken[127.0.0.1:8283-5C6E64057273D1BB]] 06:51:49.330 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.330 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,457,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21129, Token=5C6E64057273D1BB, 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] 06:51:49.330 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21129] 06:51:49.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1394, 127.0.0.1:8280] replace CON-POST MID=21129, Token=5C6E64057273D1BB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21129, Token=5C6E64057273D1BB, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1394, 127.0.0.1:8280] send response NON-2.05 MID=21129, Token=null, OptionSet={}, "server responds hi" 06:51:49.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1394, 127.0.0.1:8280, complete]! 06:51:49.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1394, 127.0.0.1:8280, complete] completed NON-2.04 MID=21129, Token=5C6E64057273D1BB, 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! 06:51:49.330 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.331 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,458,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21129, Token=5C6E64057273D1BB, 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] 06:51:49.331 [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 42 bytes from 127.0.0.1:8283 06:51:49.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21129] 06:51:49.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1393, 127.0.0.1:8283, complete]! 06:51:49.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1393, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-5C6E64057273D1BB] 06:51:49.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1393, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21129] 06:51:49.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1393, 127.0.0.1:8283, complete] completed CON-POST MID=21129, Token=5C6E64057273D1BB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21129, Token=5C6E64057273D1BB, 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! 06:51:49.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1395, 127.0.0.1:8283] send request 06:51:49.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1395, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1395, 127.0.0.1:8283] 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 06:51:49.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1395, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21130], CON-POST MID=21130, 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 06:51:49.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1395, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-ACB2F20237E8928A], CON-POST MID=21130, Token=ACB2F20237E8928A, 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 06:51:49.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21130], KeyToken[127.0.0.1:8283-ACB2F20237E8928A]] 06:51:49.331 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.331 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,459,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21130, Token=ACB2F20237E8928A, 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] 06:51:49.331 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21130] 06:51:49.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1396, 127.0.0.1:8280] replace CON-POST MID=21130, Token=ACB2F20237E8928A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21130, Token=ACB2F20237E8928A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1396, 127.0.0.1:8280] send response NON-2.05 MID=21130, Token=null, OptionSet={}, "server responds hi" 06:51:49.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1396, 127.0.0.1:8280, complete]! 06:51:49.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1396, 127.0.0.1:8280, complete] completed NON-2.04 MID=21130, Token=ACB2F20237E8928A, 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! 06:51:49.332 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.332 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,460,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21130, Token=ACB2F20237E8928A, 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] 06:51:49.332 [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 42 bytes from 127.0.0.1:8283 06:51:49.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21130] 06:51:49.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1395, 127.0.0.1:8283, complete]! 06:51:49.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1395, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-ACB2F20237E8928A] 06:51:49.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1395, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21130] 06:51:49.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1395, 127.0.0.1:8283, complete] completed CON-POST MID=21130, Token=ACB2F20237E8928A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21130, Token=ACB2F20237E8928A, 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! 06:51:49.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1397, 127.0.0.1:8283] send request 06:51:49.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1397, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1397, 127.0.0.1:8283] 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 06:51:49.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1397, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21131], CON-POST MID=21131, 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 06:51:49.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1397, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-AC9EEA9B6F187025], CON-POST MID=21131, Token=AC9EEA9B6F187025, 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 06:51:49.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21131], KeyToken[127.0.0.1:8283-AC9EEA9B6F187025]] 06:51:49.333 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.333 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,461,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21131, Token=AC9EEA9B6F187025, 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] 06:51:49.333 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21131] 06:51:49.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1398, 127.0.0.1:8280] replace CON-POST MID=21131, Token=AC9EEA9B6F187025, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21131, Token=AC9EEA9B6F187025, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1398, 127.0.0.1:8280] send response NON-2.05 MID=21131, Token=null, OptionSet={}, "server responds hi" 06:51:49.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1398, 127.0.0.1:8280, complete]! 06:51:49.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1398, 127.0.0.1:8280, complete] completed NON-2.04 MID=21131, Token=AC9EEA9B6F187025, 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! 06:51:49.333 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.333 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,462,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21131, Token=AC9EEA9B6F187025, 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] 06:51:49.333 [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 42 bytes from 127.0.0.1:8283 06:51:49.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21131] 06:51:49.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1397, 127.0.0.1:8283, complete]! 06:51:49.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1397, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-AC9EEA9B6F187025] 06:51:49.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1397, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21131] 06:51:49.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1397, 127.0.0.1:8283, complete] completed CON-POST MID=21131, Token=AC9EEA9B6F187025, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21131, Token=AC9EEA9B6F187025, 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! 06:51:49.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1399, 127.0.0.1:8283] send request 06:51:49.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1399, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1399, 127.0.0.1:8283] 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 06:51:49.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1399, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21132], CON-POST MID=21132, 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 06:51:49.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1399, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-7025586888A1806E], CON-POST MID=21132, Token=7025586888A1806E, 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 06:51:49.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21132], KeyToken[127.0.0.1:8283-7025586888A1806E]] 06:51:49.334 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.334 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,463,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21132, Token=7025586888A1806E, 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] 06:51:49.334 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21132] 06:51:49.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1400, 127.0.0.1:8280] replace CON-POST MID=21132, Token=7025586888A1806E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21132, Token=7025586888A1806E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1400, 127.0.0.1:8280] send response NON-2.05 MID=21132, Token=null, OptionSet={}, "server responds hi" 06:51:49.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1400, 127.0.0.1:8280, complete]! 06:51:49.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1400, 127.0.0.1:8280, complete] completed NON-2.04 MID=21132, Token=7025586888A1806E, 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! 06:51:49.334 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.334 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,464,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21132, Token=7025586888A1806E, 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] 06:51:49.334 [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 42 bytes from 127.0.0.1:8283 06:51:49.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21132] 06:51:49.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1399, 127.0.0.1:8283, complete]! 06:51:49.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1399, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-7025586888A1806E] 06:51:49.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1399, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21132] 06:51:49.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1399, 127.0.0.1:8283, complete] completed CON-POST MID=21132, Token=7025586888A1806E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21132, Token=7025586888A1806E, 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! 06:51:49.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1401, 127.0.0.1:8283] send request 06:51:49.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1401, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1401, 127.0.0.1:8283] 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 06:51:49.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1401, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21133], CON-POST MID=21133, 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 06:51:49.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1401, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-04BE2B60FA6170F2], CON-POST MID=21133, Token=04BE2B60FA6170F2, 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 06:51:49.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21133], KeyToken[127.0.0.1:8283-04BE2B60FA6170F2]] 06:51:49.335 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.335 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,465,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21133, Token=04BE2B60FA6170F2, 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] 06:51:49.335 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21133] 06:51:49.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1402, 127.0.0.1:8280] replace CON-POST MID=21133, Token=04BE2B60FA6170F2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21133, Token=04BE2B60FA6170F2, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1402, 127.0.0.1:8280] send response NON-2.05 MID=21133, Token=null, OptionSet={}, "server responds hi" 06:51:49.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1402, 127.0.0.1:8280, complete]! 06:51:49.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1402, 127.0.0.1:8280, complete] completed NON-2.04 MID=21133, Token=04BE2B60FA6170F2, 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! 06:51:49.335 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.335 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,466,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21133, Token=04BE2B60FA6170F2, 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] 06:51:49.335 [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 42 bytes from 127.0.0.1:8283 06:51:49.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21133] 06:51:49.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1401, 127.0.0.1:8283, complete]! 06:51:49.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1401, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-04BE2B60FA6170F2] 06:51:49.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1401, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21133] 06:51:49.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1401, 127.0.0.1:8283, complete] completed CON-POST MID=21133, Token=04BE2B60FA6170F2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21133, Token=04BE2B60FA6170F2, 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! 06:51:49.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1403, 127.0.0.1:8283] send request 06:51:49.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1403, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1403, 127.0.0.1:8283] 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 06:51:49.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1403, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21134], CON-POST MID=21134, 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 06:51:49.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1403, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-08A9F9E3591FED47], CON-POST MID=21134, Token=08A9F9E3591FED47, 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 06:51:49.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21134], KeyToken[127.0.0.1:8283-08A9F9E3591FED47]] 06:51:49.336 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.336 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,467,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21134, Token=08A9F9E3591FED47, 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] 06:51:49.336 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21134] 06:51:49.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1404, 127.0.0.1:8280] replace CON-POST MID=21134, Token=08A9F9E3591FED47, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21134, Token=08A9F9E3591FED47, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1404, 127.0.0.1:8280] send response NON-2.05 MID=21134, Token=null, OptionSet={}, "server responds hi" 06:51:49.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1404, 127.0.0.1:8280, complete]! 06:51:49.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1404, 127.0.0.1:8280, complete] completed NON-2.04 MID=21134, Token=08A9F9E3591FED47, 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! 06:51:49.337 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.337 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,468,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21134, Token=08A9F9E3591FED47, 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] 06:51:49.337 [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 42 bytes from 127.0.0.1:8283 06:51:49.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21134] 06:51:49.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1403, 127.0.0.1:8283, complete]! 06:51:49.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1403, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-08A9F9E3591FED47] 06:51:49.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1403, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21134] 06:51:49.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1403, 127.0.0.1:8283, complete] completed CON-POST MID=21134, Token=08A9F9E3591FED47, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21134, Token=08A9F9E3591FED47, 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! 06:51:49.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1405, 127.0.0.1:8283] send request 06:51:49.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1405, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1405, 127.0.0.1:8283] 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 06:51:49.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1405, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21135], CON-POST MID=21135, 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 06:51:49.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1405, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-502207281E90B4F2], CON-POST MID=21135, Token=502207281E90B4F2, 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 06:51:49.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21135], KeyToken[127.0.0.1:8283-502207281E90B4F2]] 06:51:49.337 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.337 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,469,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21135, Token=502207281E90B4F2, 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] 06:51:49.337 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21135] 06:51:49.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1406, 127.0.0.1:8280] replace CON-POST MID=21135, Token=502207281E90B4F2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21135, Token=502207281E90B4F2, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1406, 127.0.0.1:8280] send response NON-2.05 MID=21135, Token=null, OptionSet={}, "server responds hi" 06:51:49.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1406, 127.0.0.1:8280, complete]! 06:51:49.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1406, 127.0.0.1:8280, complete] completed NON-2.04 MID=21135, Token=502207281E90B4F2, 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! 06:51:49.338 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.338 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,470,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21135, Token=502207281E90B4F2, 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] 06:51:49.338 [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 42 bytes from 127.0.0.1:8283 06:51:49.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21135] 06:51:49.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1405, 127.0.0.1:8283, complete]! 06:51:49.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1405, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-502207281E90B4F2] 06:51:49.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1405, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21135] 06:51:49.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1405, 127.0.0.1:8283, complete] completed CON-POST MID=21135, Token=502207281E90B4F2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21135, Token=502207281E90B4F2, 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! 06:51:49.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8283] send request 06:51:49.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8283] 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 06:51:49.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21136], CON-POST MID=21136, 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 06:51:49.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-9C3C8E450B894942], CON-POST MID=21136, Token=9C3C8E450B894942, 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 06:51:49.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21136], KeyToken[127.0.0.1:8283-9C3C8E450B894942]] 06:51:49.338 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.339 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,471,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21136, Token=9C3C8E450B894942, 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] 06:51:49.339 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21136] 06:51:49.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1408, 127.0.0.1:8280] replace CON-POST MID=21136, Token=9C3C8E450B894942, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21136, Token=9C3C8E450B894942, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1408, 127.0.0.1:8280] send response NON-2.05 MID=21136, Token=null, OptionSet={}, "server responds hi" 06:51:49.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1408, 127.0.0.1:8280, complete]! 06:51:49.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1408, 127.0.0.1:8280, complete] completed NON-2.04 MID=21136, Token=9C3C8E450B894942, 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! 06:51:49.339 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.339 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,472,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21136, Token=9C3C8E450B894942, 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] 06:51:49.339 [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 42 bytes from 127.0.0.1:8283 06:51:49.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21136] 06:51:49.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8283, complete]! 06:51:49.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-9C3C8E450B894942] 06:51:49.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21136] 06:51:49.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1407, 127.0.0.1:8283, complete] completed CON-POST MID=21136, Token=9C3C8E450B894942, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21136, Token=9C3C8E450B894942, 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! 06:51:49.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1409, 127.0.0.1:8283] send request 06:51:49.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1409, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1409, 127.0.0.1:8283] 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 06:51:49.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1409, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21137], CON-POST MID=21137, 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 06:51:49.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1409, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-30579C2236F79779], CON-POST MID=21137, Token=30579C2236F79779, 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 06:51:49.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21137], KeyToken[127.0.0.1:8283-30579C2236F79779]] 06:51:49.340 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.340 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,473,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21137, Token=30579C2236F79779, 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] 06:51:49.340 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21137] 06:51:49.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1410, 127.0.0.1:8280] replace CON-POST MID=21137, Token=30579C2236F79779, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21137, Token=30579C2236F79779, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1410, 127.0.0.1:8280] send response NON-2.05 MID=21137, Token=null, OptionSet={}, "server responds hi" 06:51:49.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1410, 127.0.0.1:8280, complete]! 06:51:49.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1410, 127.0.0.1:8280, complete] completed NON-2.04 MID=21137, Token=30579C2236F79779, 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! 06:51:49.340 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.340 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,474,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21137, Token=30579C2236F79779, 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] 06:51:49.340 [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 42 bytes from 127.0.0.1:8283 06:51:49.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21137] 06:51:49.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1409, 127.0.0.1:8283, complete]! 06:51:49.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1409, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-30579C2236F79779] 06:51:49.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1409, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21137] 06:51:49.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1409, 127.0.0.1:8283, complete] completed CON-POST MID=21137, Token=30579C2236F79779, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21137, Token=30579C2236F79779, 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! 06:51:49.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8283] send request 06:51:49.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8283] 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 06:51:49.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21138], CON-POST MID=21138, 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 06:51:49.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-AC23E1E243873A92], CON-POST MID=21138, Token=AC23E1E243873A92, 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 06:51:49.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21138], KeyToken[127.0.0.1:8283-AC23E1E243873A92]] 06:51:49.341 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.341 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,475,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21138, Token=AC23E1E243873A92, 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] 06:51:49.341 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21138] 06:51:49.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1412, 127.0.0.1:8280] replace CON-POST MID=21138, Token=AC23E1E243873A92, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21138, Token=AC23E1E243873A92, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1412, 127.0.0.1:8280] send response NON-2.05 MID=21138, Token=null, OptionSet={}, "server responds hi" 06:51:49.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1412, 127.0.0.1:8280, complete]! 06:51:49.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1412, 127.0.0.1:8280, complete] completed NON-2.04 MID=21138, Token=AC23E1E243873A92, 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! 06:51:49.341 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.341 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,476,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21138, Token=AC23E1E243873A92, 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] 06:51:49.341 [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 42 bytes from 127.0.0.1:8283 06:51:49.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21138] 06:51:49.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8283, complete]! 06:51:49.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-AC23E1E243873A92] 06:51:49.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21138] 06:51:49.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1411, 127.0.0.1:8283, complete] completed CON-POST MID=21138, Token=AC23E1E243873A92, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21138, Token=AC23E1E243873A92, 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! 06:51:49.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1413, 127.0.0.1:8283] send request 06:51:49.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1413, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1413, 127.0.0.1:8283] 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 06:51:49.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1413, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21139], CON-POST MID=21139, 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 06:51:49.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1413, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-4C9F91BEF821E6F2], CON-POST MID=21139, Token=4C9F91BEF821E6F2, 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 06:51:49.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21139], KeyToken[127.0.0.1:8283-4C9F91BEF821E6F2]] 06:51:49.342 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8283 06:51:49.342 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,477,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21139, Token=4C9F91BEF821E6F2, 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] 06:51:49.342 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 40 bytes from 127.0.0.1:8280 06:51:49.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21139] 06:51:49.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1414, 127.0.0.1:8280] replace CON-POST MID=21139, Token=4C9F91BEF821E6F2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21139, Token=4C9F91BEF821E6F2, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1414, 127.0.0.1:8280] send response NON-2.05 MID=21139, Token=null, OptionSet={}, "server responds hi" 06:51:49.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1414, 127.0.0.1:8280, complete]! 06:51:49.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1414, 127.0.0.1:8280, complete] completed NON-2.04 MID=21139, Token=4C9F91BEF821E6F2, 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! 06:51:49.343 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.343 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,478,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21139, Token=4C9F91BEF821E6F2, 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] 06:51:49.343 [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 42 bytes from 127.0.0.1:8283 06:51:49.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21139] 06:51:49.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1413, 127.0.0.1:8283, complete]! 06:51:49.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1413, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-4C9F91BEF821E6F2] 06:51:49.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1413, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21139] 06:51:49.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1413, 127.0.0.1:8283, complete] completed CON-POST MID=21139, Token=4C9F91BEF821E6F2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21139, Token=4C9F91BEF821E6F2, 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! 06:51:49.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1415, 127.0.0.1:8283] send request 06:51:49.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1415, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1415, 127.0.0.1:8283] 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 06:51:49.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1415, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21140], CON-POST MID=21140, 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 06:51:49.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1415, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-4831AA5E083D210A], CON-POST MID=21140, Token=4831AA5E083D210A, 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 06:51:49.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21140], KeyToken[127.0.0.1:8283-4831AA5E083D210A]] 06:51:49.343 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.344 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,479,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21140, Token=4831AA5E083D210A, 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] 06:51:49.344 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21140] 06:51:49.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1416, 127.0.0.1:8280] replace CON-POST MID=21140, Token=4831AA5E083D210A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21140, Token=4831AA5E083D210A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1416, 127.0.0.1:8280] send response NON-2.05 MID=21140, Token=null, OptionSet={}, "server responds hi" 06:51:49.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1416, 127.0.0.1:8280, complete]! 06:51:49.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1416, 127.0.0.1:8280, complete] completed NON-2.04 MID=21140, Token=4831AA5E083D210A, 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! 06:51:49.344 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.344 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,480,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21140, Token=4831AA5E083D210A, 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] 06:51:49.344 [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 42 bytes from 127.0.0.1:8283 06:51:49.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21140] 06:51:49.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1415, 127.0.0.1:8283, complete]! 06:51:49.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1415, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-4831AA5E083D210A] 06:51:49.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1415, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21140] 06:51:49.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1415, 127.0.0.1:8283, complete] completed CON-POST MID=21140, Token=4831AA5E083D210A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21140, Token=4831AA5E083D210A, 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! 06:51:49.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1417, 127.0.0.1:8283] send request 06:51:49.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1417, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417, 127.0.0.1:8283] 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 06:51:49.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1417, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21141], CON-POST MID=21141, 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 06:51:49.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1417, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-440419C6F7BD099C], CON-POST MID=21141, Token=440419C6F7BD099C, 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 06:51:49.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21141], KeyToken[127.0.0.1:8283-440419C6F7BD099C]] 06:51:49.345 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.345 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,481,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21141, Token=440419C6F7BD099C, 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] 06:51:49.345 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21141] 06:51:49.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1418, 127.0.0.1:8280] replace CON-POST MID=21141, Token=440419C6F7BD099C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21141, Token=440419C6F7BD099C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1418, 127.0.0.1:8280] send response NON-2.05 MID=21141, Token=null, OptionSet={}, "server responds hi" 06:51:49.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1418, 127.0.0.1:8280, complete]! 06:51:49.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1418, 127.0.0.1:8280, complete] completed NON-2.04 MID=21141, Token=440419C6F7BD099C, 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! 06:51:49.345 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.345 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,482,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21141, Token=440419C6F7BD099C, 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] 06:51:49.345 [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 42 bytes from 127.0.0.1:8283 06:51:49.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21141] 06:51:49.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417, 127.0.0.1:8283, complete]! 06:51:49.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1417, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-440419C6F7BD099C] 06:51:49.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1417, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21141] 06:51:49.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1417, 127.0.0.1:8283, complete] completed CON-POST MID=21141, Token=440419C6F7BD099C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21141, Token=440419C6F7BD099C, 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! 06:51:49.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1419, 127.0.0.1:8283] send request 06:51:49.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1419, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1419, 127.0.0.1:8283] 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 06:51:49.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1419, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21142], CON-POST MID=21142, 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 06:51:49.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1419, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-947692BBBB13845A], CON-POST MID=21142, Token=947692BBBB13845A, 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 06:51:49.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21142], KeyToken[127.0.0.1:8283-947692BBBB13845A]] 06:51:49.346 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.346 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,483,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21142, Token=947692BBBB13845A, 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] 06:51:49.346 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21142] 06:51:49.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, 127.0.0.1:8280] replace CON-POST MID=21142, Token=947692BBBB13845A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21142, Token=947692BBBB13845A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1420, 127.0.0.1:8280] send response NON-2.05 MID=21142, Token=null, OptionSet={}, "server responds hi" 06:51:49.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, 127.0.0.1:8280, complete]! 06:51:49.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1420, 127.0.0.1:8280, complete] completed NON-2.04 MID=21142, Token=947692BBBB13845A, 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! 06:51:49.346 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.346 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,484,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21142, Token=947692BBBB13845A, 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] 06:51:49.346 [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 42 bytes from 127.0.0.1:8283 06:51:49.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21142] 06:51:49.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1419, 127.0.0.1:8283, complete]! 06:51:49.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1419, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-947692BBBB13845A] 06:51:49.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1419, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21142] 06:51:49.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1419, 127.0.0.1:8283, complete] completed CON-POST MID=21142, Token=947692BBBB13845A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21142, Token=947692BBBB13845A, 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! 06:51:49.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8283] send request 06:51:49.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8283] 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 06:51:49.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21143], CON-POST MID=21143, 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 06:51:49.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-6CA05D9D8DFBEC41], CON-POST MID=21143, Token=6CA05D9D8DFBEC41, 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 06:51:49.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21143], KeyToken[127.0.0.1:8283-6CA05D9D8DFBEC41]] 06:51:49.347 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.347 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,485,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21143, Token=6CA05D9D8DFBEC41, 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] 06:51:49.347 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21143] 06:51:49.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1422, 127.0.0.1:8280] replace CON-POST MID=21143, Token=6CA05D9D8DFBEC41, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21143, Token=6CA05D9D8DFBEC41, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1422, 127.0.0.1:8280] send response NON-2.05 MID=21143, Token=null, OptionSet={}, "server responds hi" 06:51:49.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1422, 127.0.0.1:8280, complete]! 06:51:49.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1422, 127.0.0.1:8280, complete] completed NON-2.04 MID=21143, Token=6CA05D9D8DFBEC41, 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! 06:51:49.348 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.348 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,486,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21143, Token=6CA05D9D8DFBEC41, 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] 06:51:49.348 [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 42 bytes from 127.0.0.1:8283 06:51:49.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21143] 06:51:49.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8283, complete]! 06:51:49.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-6CA05D9D8DFBEC41] 06:51:49.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21143] 06:51:49.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1421, 127.0.0.1:8283, complete] completed CON-POST MID=21143, Token=6CA05D9D8DFBEC41, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21143, Token=6CA05D9D8DFBEC41, 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! 06:51:49.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1423, 127.0.0.1:8283] send request 06:51:49.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1423, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1423, 127.0.0.1:8283] 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 06:51:49.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1423, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21144], CON-POST MID=21144, 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 06:51:49.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1423, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-7092D9B90CE14855], CON-POST MID=21144, Token=7092D9B90CE14855, 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 06:51:49.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21144], KeyToken[127.0.0.1:8283-7092D9B90CE14855]] 06:51:49.348 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.349 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,487,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21144, Token=7092D9B90CE14855, 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] 06:51:49.349 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21144] 06:51:49.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424, 127.0.0.1:8280] replace CON-POST MID=21144, Token=7092D9B90CE14855, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21144, Token=7092D9B90CE14855, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1424, 127.0.0.1:8280] send response NON-2.05 MID=21144, Token=null, OptionSet={}, "server responds hi" 06:51:49.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424, 127.0.0.1:8280, complete]! 06:51:49.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1424, 127.0.0.1:8280, complete] completed NON-2.04 MID=21144, Token=7092D9B90CE14855, 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! 06:51:49.349 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.349 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,488,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21144, Token=7092D9B90CE14855, 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] 06:51:49.349 [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 42 bytes from 127.0.0.1:8283 06:51:49.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21144] 06:51:49.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1423, 127.0.0.1:8283, complete]! 06:51:49.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1423, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-7092D9B90CE14855] 06:51:49.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1423, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21144] 06:51:49.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1423, 127.0.0.1:8283, complete] completed CON-POST MID=21144, Token=7092D9B90CE14855, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21144, Token=7092D9B90CE14855, 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! 06:51:49.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1425, 127.0.0.1:8283] send request 06:51:49.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1425, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1425, 127.0.0.1:8283] 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 06:51:49.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1425, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21145], CON-POST MID=21145, 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 06:51:49.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1425, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-E4F01972936BA00C], CON-POST MID=21145, Token=E4F01972936BA00C, 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 06:51:49.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21145], KeyToken[127.0.0.1:8283-E4F01972936BA00C]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.350 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,489,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21145, Token=E4F01972936BA00C, 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] 06:51:49.350 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21145] 06:51:49.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1426, 127.0.0.1:8280] replace CON-POST MID=21145, Token=E4F01972936BA00C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21145, Token=E4F01972936BA00C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1426, 127.0.0.1:8280] send response NON-2.05 MID=21145, Token=null, OptionSet={}, "server responds hi" 06:51:49.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1426, 127.0.0.1:8280, complete]! 06:51:49.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1426, 127.0.0.1:8280, complete] completed NON-2.04 MID=21145, Token=E4F01972936BA00C, 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! 06:51:49.350 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.350 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,490,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21145, Token=E4F01972936BA00C, 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] 06:51:49.350 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21145] 06:51:49.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1425, 127.0.0.1:8283, complete]! 06:51:49.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1425, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-E4F01972936BA00C] 06:51:49.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1425, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21145] 06:51:49.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1425, 127.0.0.1:8283, complete] completed CON-POST MID=21145, Token=E4F01972936BA00C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21145, Token=E4F01972936BA00C, 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! 06:51:49.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1427, 127.0.0.1:8283] send request 06:51:49.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1427, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1427, 127.0.0.1:8283] 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 06:51:49.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1427, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21146], CON-POST MID=21146, 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 06:51:49.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1427, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F44D4A01A3DCA2C9], CON-POST MID=21146, Token=F44D4A01A3DCA2C9, 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 06:51:49.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21146], KeyToken[127.0.0.1:8283-F44D4A01A3DCA2C9]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,491,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21146, Token=F44D4A01A3DCA2C9, 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] 06:51:49.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21146] 06:51:49.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1428, 127.0.0.1:8280] replace CON-POST MID=21146, Token=F44D4A01A3DCA2C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21146, Token=F44D4A01A3DCA2C9, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1428, 127.0.0.1:8280] send response NON-2.05 MID=21146, Token=null, OptionSet={}, "server responds hi" 06:51:49.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1428, 127.0.0.1:8280, complete]! 06:51:49.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1428, 127.0.0.1:8280, complete] completed NON-2.04 MID=21146, Token=F44D4A01A3DCA2C9, 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! 06:51:49.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 42 bytes to 127.0.0.1:8280 06:51:49.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,492,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21146, Token=F44D4A01A3DCA2C9, 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] 06:51:49.351 [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 42 bytes from 127.0.0.1:8283 06:51:49.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21146] 06:51:49.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1427, 127.0.0.1:8283, complete]! 06:51:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1427, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F44D4A01A3DCA2C9] 06:51:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1427, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21146] 06:51:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1427, 127.0.0.1:8283, complete] completed CON-POST MID=21146, Token=F44D4A01A3DCA2C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21146, Token=F44D4A01A3DCA2C9, 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! 06:51:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1429, 127.0.0.1:8283] send request 06:51:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1429, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1429, 127.0.0.1:8283] 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 06:51:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1429, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21147], CON-POST MID=21147, 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 06:51:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1429, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-209574D3241E51A8], CON-POST MID=21147, Token=209574D3241E51A8, 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 06:51:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21147], KeyToken[127.0.0.1:8283-209574D3241E51A8]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,493,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21147, Token=209574D3241E51A8, 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] 06:51:49.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21147] 06:51:49.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1430, 127.0.0.1:8280] replace CON-POST MID=21147, Token=209574D3241E51A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21147, Token=209574D3241E51A8, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1430, 127.0.0.1:8280] send response NON-2.05 MID=21147, Token=null, OptionSet={}, "server responds hi" 06:51:49.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1430, 127.0.0.1:8280, complete]! 06:51:49.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1430, 127.0.0.1:8280, complete] completed NON-2.04 MID=21147, Token=209574D3241E51A8, 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! 06:51:49.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:8280 06:51:49.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,494,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21147, Token=209574D3241E51A8, 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] 06:51:49.353 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21147] 06:51:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1429, 127.0.0.1:8283, complete]! 06:51:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1429, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-209574D3241E51A8] 06:51:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1429, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21147] 06:51:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1429, 127.0.0.1:8283, complete] completed CON-POST MID=21147, Token=209574D3241E51A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21147, Token=209574D3241E51A8, 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! 06:51:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1431, 127.0.0.1:8283] send request 06:51:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1431, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1431, 127.0.0.1:8283] 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 06:51:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1431, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21148], CON-POST MID=21148, 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 06:51:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1431, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-5463E670E892269B], CON-POST MID=21148, Token=5463E670E892269B, 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 06:51:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21148], KeyToken[127.0.0.1:8283-5463E670E892269B]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,495,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21148, Token=5463E670E892269B, 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] 06:51:49.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21148] 06:51:49.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1432, 127.0.0.1:8280] replace CON-POST MID=21148, Token=5463E670E892269B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21148, Token=5463E670E892269B, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1432, 127.0.0.1:8280] send response NON-2.05 MID=21148, Token=null, OptionSet={}, "server responds hi" 06:51:49.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1432, 127.0.0.1:8280, complete]! 06:51:49.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1432, 127.0.0.1:8280, complete] completed NON-2.04 MID=21148, Token=5463E670E892269B, 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! 06:51:49.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:8280 06:51:49.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,496,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21148, Token=5463E670E892269B, 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] 06:51:49.354 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21148] 06:51:49.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1431, 127.0.0.1:8283, complete]! 06:51:49.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1431, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-5463E670E892269B] 06:51:49.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1431, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21148] 06:51:49.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1431, 127.0.0.1:8283, complete] completed CON-POST MID=21148, Token=5463E670E892269B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21148, Token=5463E670E892269B, 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! 06:51:49.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1433, 127.0.0.1:8283] send request 06:51:49.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1433, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1433, 127.0.0.1:8283] 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 06:51:49.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1433, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21149], CON-POST MID=21149, 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 06:51:49.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1433, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-DCC82BE2E6CBD353], CON-POST MID=21149, Token=DCC82BE2E6CBD353, 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 06:51:49.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21149], KeyToken[127.0.0.1:8283-DCC82BE2E6CBD353]] 06:51:49.355 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,497,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21149, Token=DCC82BE2E6CBD353, 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] 06:51:49.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21149] 06:51:49.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1434, 127.0.0.1:8280] replace CON-POST MID=21149, Token=DCC82BE2E6CBD353, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21149, Token=DCC82BE2E6CBD353, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1434, 127.0.0.1:8280] send response NON-2.05 MID=21149, Token=null, OptionSet={}, "server responds hi" 06:51:49.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1434, 127.0.0.1:8280, complete]! 06:51:49.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1434, 127.0.0.1:8280, complete] completed NON-2.04 MID=21149, Token=DCC82BE2E6CBD353, 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! 06:51:49.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:8280 06:51:49.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,498,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21149, Token=DCC82BE2E6CBD353, 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] 06:51:49.355 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21149] 06:51:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1433, 127.0.0.1:8283, complete]! 06:51:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1433, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-DCC82BE2E6CBD353] 06:51:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1433, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21149] 06:51:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1433, 127.0.0.1:8283, complete] completed CON-POST MID=21149, Token=DCC82BE2E6CBD353, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21149, Token=DCC82BE2E6CBD353, 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! 06:51:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8283] send request 06:51:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8283] 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 06:51:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21150], CON-POST MID=21150, 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 06:51:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-8842121D7284CD03], CON-POST MID=21150, Token=8842121D7284CD03, 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 06:51:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21150], KeyToken[127.0.0.1:8283-8842121D7284CD03]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,499,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21150, Token=8842121D7284CD03, 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] 06:51:49.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21150] 06:51:49.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1436, 127.0.0.1:8280] replace CON-POST MID=21150, Token=8842121D7284CD03, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21150, Token=8842121D7284CD03, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1436, 127.0.0.1:8280] send response NON-2.05 MID=21150, Token=null, OptionSet={}, "server responds hi" 06:51:49.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1436, 127.0.0.1:8280, complete]! 06:51:49.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1436, 127.0.0.1:8280, complete] completed NON-2.04 MID=21150, Token=8842121D7284CD03, 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! 06:51:49.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:8280 06:51:49.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,500,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21150, Token=8842121D7284CD03, 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] 06:51:49.356 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21150] 06:51:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8283, complete]! 06:51:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-8842121D7284CD03] 06:51:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21150] 06:51:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1435, 127.0.0.1:8283, complete] completed CON-POST MID=21150, Token=8842121D7284CD03, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21150, Token=8842121D7284CD03, 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! 06:51:49.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1437, 127.0.0.1:8283] send request 06:51:49.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1437, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1437, 127.0.0.1:8283] 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 06:51:49.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1437, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21151], CON-POST MID=21151, 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 06:51:49.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1437, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-60D29B56CAA00EB0], CON-POST MID=21151, Token=60D29B56CAA00EB0, 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 06:51:49.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21151], KeyToken[127.0.0.1:8283-60D29B56CAA00EB0]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,501,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21151, Token=60D29B56CAA00EB0, 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] 06:51:49.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21151] 06:51:49.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1438, 127.0.0.1:8280] replace CON-POST MID=21151, Token=60D29B56CAA00EB0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21151, Token=60D29B56CAA00EB0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1438, 127.0.0.1:8280] send response NON-2.05 MID=21151, Token=null, OptionSet={}, "server responds hi" 06:51:49.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1438, 127.0.0.1:8280, complete]! 06:51:49.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1438, 127.0.0.1:8280, complete] completed NON-2.04 MID=21151, Token=60D29B56CAA00EB0, 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! 06:51:49.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:8280 06:51:49.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,502,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21151, Token=60D29B56CAA00EB0, 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] 06:51:49.357 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21151] 06:51:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1437, 127.0.0.1:8283, complete]! 06:51:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1437, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-60D29B56CAA00EB0] 06:51:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1437, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21151] 06:51:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1437, 127.0.0.1:8283, complete] completed CON-POST MID=21151, Token=60D29B56CAA00EB0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21151, Token=60D29B56CAA00EB0, 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! 06:51:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1439, 127.0.0.1:8283] send request 06:51:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1439, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1439, 127.0.0.1:8283] 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 06:51:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1439, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21152], CON-POST MID=21152, 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 06:51:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1439, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-882ACBC69081977A], CON-POST MID=21152, Token=882ACBC69081977A, 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 06:51:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21152], KeyToken[127.0.0.1:8283-882ACBC69081977A]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,503,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21152, Token=882ACBC69081977A, 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] 06:51:49.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21152] 06:51:49.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1440, 127.0.0.1:8280] replace CON-POST MID=21152, Token=882ACBC69081977A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21152, Token=882ACBC69081977A, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1440, 127.0.0.1:8280] send response NON-2.05 MID=21152, Token=null, OptionSet={}, "server responds hi" 06:51:49.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1440, 127.0.0.1:8280, complete]! 06:51:49.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1440, 127.0.0.1:8280, complete] completed NON-2.04 MID=21152, Token=882ACBC69081977A, 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! 06:51:49.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:8280 06:51:49.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,504,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21152, Token=882ACBC69081977A, 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] 06:51:49.359 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21152] 06:51:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1439, 127.0.0.1:8283, complete]! 06:51:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1439, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-882ACBC69081977A] 06:51:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1439, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21152] 06:51:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1439, 127.0.0.1:8283, complete] completed CON-POST MID=21152, Token=882ACBC69081977A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21152, Token=882ACBC69081977A, 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! 06:51:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8283] send request 06:51:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8283] 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 06:51:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21153], CON-POST MID=21153, 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 06:51:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-D0FB16CEF9B2FF43], CON-POST MID=21153, Token=D0FB16CEF9B2FF43, 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 06:51:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21153], KeyToken[127.0.0.1:8283-D0FB16CEF9B2FF43]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,505,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21153, Token=D0FB16CEF9B2FF43, 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] 06:51:49.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21153] 06:51:49.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1442, 127.0.0.1:8280] replace CON-POST MID=21153, Token=D0FB16CEF9B2FF43, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21153, Token=D0FB16CEF9B2FF43, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1442, 127.0.0.1:8280] send response NON-2.05 MID=21153, Token=null, OptionSet={}, "server responds hi" 06:51:49.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1442, 127.0.0.1:8280, complete]! 06:51:49.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1442, 127.0.0.1:8280, complete] completed NON-2.04 MID=21153, Token=D0FB16CEF9B2FF43, 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! 06:51:49.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:8280 06:51:49.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,506,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21153, Token=D0FB16CEF9B2FF43, 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] 06:51:49.360 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21153] 06:51:49.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8283, complete]! 06:51:49.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-D0FB16CEF9B2FF43] 06:51:49.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21153] 06:51:49.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1441, 127.0.0.1:8283, complete] completed CON-POST MID=21153, Token=D0FB16CEF9B2FF43, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21153, Token=D0FB16CEF9B2FF43, 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! 06:51:49.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1443, 127.0.0.1:8283] send request 06:51:49.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1443, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1443, 127.0.0.1:8283] 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 06:51:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1443, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21154], CON-POST MID=21154, 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 06:51:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1443, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-E41547FEF3223F11], CON-POST MID=21154, Token=E41547FEF3223F11, 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 06:51:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21154], KeyToken[127.0.0.1:8283-E41547FEF3223F11]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,507,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21154, Token=E41547FEF3223F11, 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] 06:51:49.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21154] 06:51:49.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1444, 127.0.0.1:8280] replace CON-POST MID=21154, Token=E41547FEF3223F11, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21154, Token=E41547FEF3223F11, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1444, 127.0.0.1:8280] send response NON-2.05 MID=21154, Token=null, OptionSet={}, "server responds hi" 06:51:49.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1444, 127.0.0.1:8280, complete]! 06:51:49.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1444, 127.0.0.1:8280, complete] completed NON-2.04 MID=21154, Token=E41547FEF3223F11, 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! 06:51:49.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:8280 06:51:49.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,508,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21154, Token=E41547FEF3223F11, 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] 06:51:49.361 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21154] 06:51:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1443, 127.0.0.1:8283, complete]! 06:51:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1443, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-E41547FEF3223F11] 06:51:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1443, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21154] 06:51:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1443, 127.0.0.1:8283, complete] completed CON-POST MID=21154, Token=E41547FEF3223F11, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21154, Token=E41547FEF3223F11, 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! 06:51:49.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1445, 127.0.0.1:8283] send request 06:51:49.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1445, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1445, 127.0.0.1:8283] 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 06:51:49.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1445, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21155], CON-POST MID=21155, 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 06:51:49.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1445, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-C8198FB3EB9C3269], CON-POST MID=21155, Token=C8198FB3EB9C3269, 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 06:51:49.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21155], KeyToken[127.0.0.1:8283-C8198FB3EB9C3269]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,509,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21155, Token=C8198FB3EB9C3269, 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] 06:51:49.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21155] 06:51:49.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1446, 127.0.0.1:8280] replace CON-POST MID=21155, Token=C8198FB3EB9C3269, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21155, Token=C8198FB3EB9C3269, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1446, 127.0.0.1:8280] send response NON-2.05 MID=21155, Token=null, OptionSet={}, "server responds hi" 06:51:49.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1446, 127.0.0.1:8280, complete]! 06:51:49.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1446, 127.0.0.1:8280, complete] completed NON-2.04 MID=21155, Token=C8198FB3EB9C3269, 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! 06:51:49.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:8280 06:51:49.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,510,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21155, Token=C8198FB3EB9C3269, 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] 06:51:49.363 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21155] 06:51:49.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1445, 127.0.0.1:8283, complete]! 06:51:49.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1445, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-C8198FB3EB9C3269] 06:51:49.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1445, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21155] 06:51:49.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1445, 127.0.0.1:8283, complete] completed CON-POST MID=21155, Token=C8198FB3EB9C3269, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21155, Token=C8198FB3EB9C3269, 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! 06:51:49.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1447, 127.0.0.1:8283] send request 06:51:49.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1447, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1447, 127.0.0.1:8283] 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 06:51:49.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1447, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21156], CON-POST MID=21156, 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 06:51:49.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1447, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-0CAA9B31AD1FE036], CON-POST MID=21156, Token=0CAA9B31AD1FE036, 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 06:51:49.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21156], KeyToken[127.0.0.1:8283-0CAA9B31AD1FE036]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,511,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21156, Token=0CAA9B31AD1FE036, 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] 06:51:49.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21156] 06:51:49.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448, 127.0.0.1:8280] replace CON-POST MID=21156, Token=0CAA9B31AD1FE036, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21156, Token=0CAA9B31AD1FE036, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1448, 127.0.0.1:8280] send response NON-2.05 MID=21156, Token=null, OptionSet={}, "server responds hi" 06:51:49.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448, 127.0.0.1:8280, complete]! 06:51:49.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1448, 127.0.0.1:8280, complete] completed NON-2.04 MID=21156, Token=0CAA9B31AD1FE036, 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! 06:51:49.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:8280 06:51:49.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,512,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21156, Token=0CAA9B31AD1FE036, 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] 06:51:49.364 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21156] 06:51:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1447, 127.0.0.1:8283, complete]! 06:51:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1447, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-0CAA9B31AD1FE036] 06:51:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1447, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21156] 06:51:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1447, 127.0.0.1:8283, complete] completed CON-POST MID=21156, Token=0CAA9B31AD1FE036, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21156, Token=0CAA9B31AD1FE036, 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! 06:51:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1449, 127.0.0.1:8283] send request 06:51:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1449, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1449, 127.0.0.1:8283] 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 06:51:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1449, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21157], CON-POST MID=21157, 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 06:51:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1449, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-D4B28B774D4ED0ED], CON-POST MID=21157, Token=D4B28B774D4ED0ED, 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 06:51:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21157], KeyToken[127.0.0.1:8283-D4B28B774D4ED0ED]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,513,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21157, Token=D4B28B774D4ED0ED, 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] 06:51:49.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21157] 06:51:49.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450, 127.0.0.1:8280] replace CON-POST MID=21157, Token=D4B28B774D4ED0ED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21157, Token=D4B28B774D4ED0ED, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1450, 127.0.0.1:8280] send response NON-2.05 MID=21157, Token=null, OptionSet={}, "server responds hi" 06:51:49.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450, 127.0.0.1:8280, complete]! 06:51:49.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1450, 127.0.0.1:8280, complete] completed NON-2.04 MID=21157, Token=D4B28B774D4ED0ED, 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! 06:51:49.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:8280 06:51:49.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,514,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21157, Token=D4B28B774D4ED0ED, 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] 06:51:49.365 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21157] 06:51:49.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1449, 127.0.0.1:8283, complete]! 06:51:49.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1449, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-D4B28B774D4ED0ED] 06:51:49.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1449, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21157] 06:51:49.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1449, 127.0.0.1:8283, complete] completed CON-POST MID=21157, Token=D4B28B774D4ED0ED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21157, Token=D4B28B774D4ED0ED, 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! 06:51:49.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1451, 127.0.0.1:8283] send request 06:51:49.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1451, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1451, 127.0.0.1:8283] 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 06:51:49.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1451, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21158], CON-POST MID=21158, 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 06:51:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1451, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-EC116C2D0607017C], CON-POST MID=21158, Token=EC116C2D0607017C, 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 06:51:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21158], KeyToken[127.0.0.1:8283-EC116C2D0607017C]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,515,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21158, Token=EC116C2D0607017C, 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] 06:51:49.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21158] 06:51:49.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452, 127.0.0.1:8280] replace CON-POST MID=21158, Token=EC116C2D0607017C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21158, Token=EC116C2D0607017C, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1452, 127.0.0.1:8280] send response NON-2.05 MID=21158, Token=null, OptionSet={}, "server responds hi" 06:51:49.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452, 127.0.0.1:8280, complete]! 06:51:49.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1452, 127.0.0.1:8280, complete] completed NON-2.04 MID=21158, Token=EC116C2D0607017C, 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! 06:51:49.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:8280 06:51:49.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,516,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21158, Token=EC116C2D0607017C, 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] 06:51:49.366 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21158] 06:51:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1451, 127.0.0.1:8283, complete]! 06:51:49.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1451, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-EC116C2D0607017C] 06:51:49.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1451, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21158] 06:51:49.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1451, 127.0.0.1:8283, complete] completed CON-POST MID=21158, Token=EC116C2D0607017C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21158, Token=EC116C2D0607017C, 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! 06:51:49.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8283] send request 06:51:49.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8283] 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 06:51:49.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21159], CON-POST MID=21159, 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 06:51:49.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-4003F4ACB8CDA475], CON-POST MID=21159, Token=4003F4ACB8CDA475, 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 06:51:49.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21159], KeyToken[127.0.0.1:8283-4003F4ACB8CDA475]] 06:51:49.367 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,517,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21159, Token=4003F4ACB8CDA475, 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] 06:51:49.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21159] 06:51:49.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454, 127.0.0.1:8280] replace CON-POST MID=21159, Token=4003F4ACB8CDA475, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21159, Token=4003F4ACB8CDA475, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1454, 127.0.0.1:8280] send response NON-2.05 MID=21159, Token=null, OptionSet={}, "server responds hi" 06:51:49.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454, 127.0.0.1:8280, complete]! 06:51:49.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1454, 127.0.0.1:8280, complete] completed NON-2.04 MID=21159, Token=4003F4ACB8CDA475, 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! 06:51:49.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:8280 06:51:49.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,518,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21159, Token=4003F4ACB8CDA475, 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] 06:51:49.368 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21159] 06:51:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8283, complete]! 06:51:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-4003F4ACB8CDA475] 06:51:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21159] 06:51:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1453, 127.0.0.1:8283, complete] completed CON-POST MID=21159, Token=4003F4ACB8CDA475, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21159, Token=4003F4ACB8CDA475, 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! 06:51:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455, 127.0.0.1:8283] send request 06:51:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455, 127.0.0.1:8283] 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 06:51:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21160], CON-POST MID=21160, 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 06:51:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-B4A0AF036A0950B9], CON-POST MID=21160, Token=B4A0AF036A0950B9, 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 06:51:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21160], KeyToken[127.0.0.1:8283-B4A0AF036A0950B9]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,519,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21160, Token=B4A0AF036A0950B9, 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] 06:51:49.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21160] 06:51:49.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1456, 127.0.0.1:8280] replace CON-POST MID=21160, Token=B4A0AF036A0950B9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21160, Token=B4A0AF036A0950B9, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1456, 127.0.0.1:8280] send response NON-2.05 MID=21160, Token=null, OptionSet={}, "server responds hi" 06:51:49.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1456, 127.0.0.1:8280, complete]! 06:51:49.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1456, 127.0.0.1:8280, complete] completed NON-2.04 MID=21160, Token=B4A0AF036A0950B9, 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! 06:51:49.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:8280 06:51:49.369 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,520,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21160, Token=B4A0AF036A0950B9, 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] 06:51:49.369 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21160] 06:51:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455, 127.0.0.1:8283, complete]! 06:51:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-B4A0AF036A0950B9] 06:51:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21160] 06:51:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1455, 127.0.0.1:8283, complete] completed CON-POST MID=21160, Token=B4A0AF036A0950B9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21160, Token=B4A0AF036A0950B9, 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! 06:51:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1457, 127.0.0.1:8283] send request 06:51:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1457, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1457, 127.0.0.1:8283] 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 06:51:49.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1457, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21161], CON-POST MID=21161, 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 06:51:49.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1457, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-4C1D95D5DC215618], CON-POST MID=21161, Token=4C1D95D5DC215618, 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 06:51:49.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21161], KeyToken[127.0.0.1:8283-4C1D95D5DC215618]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,521,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21161, Token=4C1D95D5DC215618, 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] 06:51:49.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21161] 06:51:49.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1458, 127.0.0.1:8280] replace CON-POST MID=21161, Token=4C1D95D5DC215618, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21161, Token=4C1D95D5DC215618, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1458, 127.0.0.1:8280] send response NON-2.05 MID=21161, Token=null, OptionSet={}, "server responds hi" 06:51:49.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1458, 127.0.0.1:8280, complete]! 06:51:49.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1458, 127.0.0.1:8280, complete] completed NON-2.04 MID=21161, Token=4C1D95D5DC215618, 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! 06:51:49.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:8280 06:51:49.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,522,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21161, Token=4C1D95D5DC215618, 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] 06:51:49.371 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21161] 06:51:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1457, 127.0.0.1:8283, complete]! 06:51:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1457, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-4C1D95D5DC215618] 06:51:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1457, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21161] 06:51:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1457, 127.0.0.1:8283, complete] completed CON-POST MID=21161, Token=4C1D95D5DC215618, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21161, Token=4C1D95D5DC215618, 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! 06:51:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1459, 127.0.0.1:8283] send request 06:51:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1459, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1459, 127.0.0.1:8283] 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 06:51:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1459, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21162], CON-POST MID=21162, 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 06:51:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1459, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-842416A6AAC2B8A0], CON-POST MID=21162, Token=842416A6AAC2B8A0, 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 06:51:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21162], KeyToken[127.0.0.1:8283-842416A6AAC2B8A0]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,523,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21162, Token=842416A6AAC2B8A0, 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] 06:51:49.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21162] 06:51:49.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460, 127.0.0.1:8280] replace CON-POST MID=21162, Token=842416A6AAC2B8A0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21162, Token=842416A6AAC2B8A0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1460, 127.0.0.1:8280] send response NON-2.05 MID=21162, Token=null, OptionSet={}, "server responds hi" 06:51:49.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460, 127.0.0.1:8280, complete]! 06:51:49.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1460, 127.0.0.1:8280, complete] completed NON-2.04 MID=21162, Token=842416A6AAC2B8A0, 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! 06:51:49.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:8280 06:51:49.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,524,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21162, Token=842416A6AAC2B8A0, 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] 06:51:49.372 [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 42 bytes from 127.0.0.1:8283 06:51:49.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:8283-21162] 06:51:49.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1459, 127.0.0.1:8283, complete]! 06:51:49.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1459, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-842416A6AAC2B8A0] 06:51:49.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1459, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21162] 06:51:49.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1459, 127.0.0.1:8283, complete] completed CON-POST MID=21162, Token=842416A6AAC2B8A0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21162, Token=842416A6AAC2B8A0, 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! 06:51:49.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1461, 127.0.0.1:8283] send request 06:51:49.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1461, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1461, 127.0.0.1:8283] 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 06:51:49.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1461, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21163], CON-POST MID=21163, 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 06:51:49.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1461, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-F089E6E942C36F2D], CON-POST MID=21163, Token=F089E6E942C36F2D, 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 06:51:49.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21163], KeyToken[127.0.0.1:8283-F089E6E942C36F2D]] 06:51:49.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 41 bytes to 127.0.0.1:8283 06:51:49.415 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,525,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21163, Token=F089E6E942C36F2D, 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] 06:51:49.415 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.415 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21163] 06:51:49.415 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.415 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462, 127.0.0.1:8280] replace CON-POST MID=21163, Token=F089E6E942C36F2D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21163, Token=F089E6E942C36F2D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.415 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1462, 127.0.0.1:8280] send response NON-2.05 MID=21163, Token=null, OptionSet={}, "server responds hi" 06:51:49.415 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462, 127.0.0.1:8280, complete]! 06:51:49.415 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1462, 127.0.0.1:8280, complete] completed NON-2.04 MID=21163, Token=F089E6E942C36F2D, 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! 06:51:49.415 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.415 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,526,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21163, Token=F089E6E942C36F2D, 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] 06:51:49.415 [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 42 bytes from 127.0.0.1:8283 06:51:49.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21163] 06:51:49.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1461, 127.0.0.1:8283, complete]! 06:51:49.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1461, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-F089E6E942C36F2D] 06:51:49.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1461, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21163] 06:51:49.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1461, 127.0.0.1:8283, complete] completed CON-POST MID=21163, Token=F089E6E942C36F2D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21163, Token=F089E6E942C36F2D, 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! 06:51:49.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1463, 127.0.0.1:8283] send request 06:51:49.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1463, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1463, 127.0.0.1:8283] 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 06:51:49.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1463, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21164], CON-POST MID=21164, 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 06:51:49.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1463, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-78349A2CB37FFF1D], CON-POST MID=21164, Token=78349A2CB37FFF1D, 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 06:51:49.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21164], KeyToken[127.0.0.1:8283-78349A2CB37FFF1D]] 06:51:49.416 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.416 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,527,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21164, Token=78349A2CB37FFF1D, 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] 06:51:49.416 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21164] 06:51:49.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1464, 127.0.0.1:8280] replace CON-POST MID=21164, Token=78349A2CB37FFF1D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21164, Token=78349A2CB37FFF1D, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1464, 127.0.0.1:8280] send response NON-2.05 MID=21164, Token=null, OptionSet={}, "server responds hi" 06:51:49.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1464, 127.0.0.1:8280, complete]! 06:51:49.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1464, 127.0.0.1:8280, complete] completed NON-2.04 MID=21164, Token=78349A2CB37FFF1D, 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! 06:51:49.417 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.417 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,528,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21164, Token=78349A2CB37FFF1D, 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] 06:51:49.417 [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 42 bytes from 127.0.0.1:8283 06:51:49.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21164] 06:51:49.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1463, 127.0.0.1:8283, complete]! 06:51:49.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1463, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-78349A2CB37FFF1D] 06:51:49.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1463, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21164] 06:51:49.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1463, 127.0.0.1:8283, complete] completed CON-POST MID=21164, Token=78349A2CB37FFF1D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21164, Token=78349A2CB37FFF1D, 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! 06:51:49.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1465, 127.0.0.1:8283] send request 06:51:49.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1465, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1465, 127.0.0.1:8283] 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 06:51:49.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1465, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21165], CON-POST MID=21165, 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 06:51:49.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1465, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-9C9AF9514D477136], CON-POST MID=21165, Token=9C9AF9514D477136, 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 06:51:49.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21165], KeyToken[127.0.0.1:8283-9C9AF9514D477136]] 06:51:49.418 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.418 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,529,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21165, Token=9C9AF9514D477136, 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] 06:51:49.418 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21165] 06:51:49.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1466, 127.0.0.1:8280] replace CON-POST MID=21165, Token=9C9AF9514D477136, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21165, Token=9C9AF9514D477136, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1466, 127.0.0.1:8280] send response NON-2.05 MID=21165, Token=null, OptionSet={}, "server responds hi" 06:51:49.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1466, 127.0.0.1:8280, complete]! 06:51:49.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1466, 127.0.0.1:8280, complete] completed NON-2.04 MID=21165, Token=9C9AF9514D477136, 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! 06:51:49.418 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.418 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,530,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21165, Token=9C9AF9514D477136, 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] 06:51:49.418 [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 42 bytes from 127.0.0.1:8283 06:51:49.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21165] 06:51:49.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1465, 127.0.0.1:8283, complete]! 06:51:49.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1465, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-9C9AF9514D477136] 06:51:49.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1465, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21165] 06:51:49.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1465, 127.0.0.1:8283, complete] completed CON-POST MID=21165, Token=9C9AF9514D477136, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21165, Token=9C9AF9514D477136, 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! 06:51:49.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467, 127.0.0.1:8283] send request 06:51:49.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467, 127.0.0.1:8283] 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 06:51:49.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21166], CON-POST MID=21166, 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 06:51:49.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-6804157AE3C9D297], CON-POST MID=21166, Token=6804157AE3C9D297, 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 06:51:49.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21166], KeyToken[127.0.0.1:8283-6804157AE3C9D297]] 06:51:49.419 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.419 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,531,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21166, Token=6804157AE3C9D297, 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] 06:51:49.419 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21166] 06:51:49.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1468, 127.0.0.1:8280] replace CON-POST MID=21166, Token=6804157AE3C9D297, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21166, Token=6804157AE3C9D297, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1468, 127.0.0.1:8280] send response NON-2.05 MID=21166, Token=null, OptionSet={}, "server responds hi" 06:51:49.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1468, 127.0.0.1:8280, complete]! 06:51:49.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1468, 127.0.0.1:8280, complete] completed NON-2.04 MID=21166, Token=6804157AE3C9D297, 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! 06:51:49.420 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.420 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,532,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21166, Token=6804157AE3C9D297, 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] 06:51:49.420 [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 42 bytes from 127.0.0.1:8283 06:51:49.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21166] 06:51:49.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467, 127.0.0.1:8283, complete]! 06:51:49.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1467, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-6804157AE3C9D297] 06:51:49.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1467, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21166] 06:51:49.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1467, 127.0.0.1:8283, complete] completed CON-POST MID=21166, Token=6804157AE3C9D297, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21166, Token=6804157AE3C9D297, 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! 06:51:49.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1469, 127.0.0.1:8283] send request 06:51:49.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1469, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1469, 127.0.0.1:8283] 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 06:51:49.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1469, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21167], CON-POST MID=21167, 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 06:51:49.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1469, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-448A3046E7647554], CON-POST MID=21167, Token=448A3046E7647554, 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 06:51:49.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21167], KeyToken[127.0.0.1:8283-448A3046E7647554]] 06:51:49.420 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.420 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,533,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21167, Token=448A3046E7647554, 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] 06:51:49.420 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21167] 06:51:49.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1470, 127.0.0.1:8280] replace CON-POST MID=21167, Token=448A3046E7647554, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21167, Token=448A3046E7647554, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1470, 127.0.0.1:8280] send response NON-2.05 MID=21167, Token=null, OptionSet={}, "server responds hi" 06:51:49.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1470, 127.0.0.1:8280, complete]! 06:51:49.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1470, 127.0.0.1:8280, complete] completed NON-2.04 MID=21167, Token=448A3046E7647554, 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! 06:51:49.421 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.421 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,534,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21167, Token=448A3046E7647554, 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] 06:51:49.421 [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 42 bytes from 127.0.0.1:8283 06:51:49.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21167] 06:51:49.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1469, 127.0.0.1:8283, complete]! 06:51:49.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1469, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-448A3046E7647554] 06:51:49.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1469, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21167] 06:51:49.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1469, 127.0.0.1:8283, complete] completed CON-POST MID=21167, Token=448A3046E7647554, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21167, Token=448A3046E7647554, 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! 06:51:49.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1471, 127.0.0.1:8283] send request 06:51:49.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1471, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.422 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1471, 127.0.0.1:8283] 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 06:51:49.422 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1471, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21168], CON-POST MID=21168, 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 06:51:49.422 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1471, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-70CF2D382FE70E59], CON-POST MID=21168, Token=70CF2D382FE70E59, 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 06:51:49.422 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21168], KeyToken[127.0.0.1:8283-70CF2D382FE70E59]] 06:51:49.422 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.422 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,535,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21168, Token=70CF2D382FE70E59, 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] 06:51:49.422 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21168] 06:51:49.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1472, 127.0.0.1:8280] replace CON-POST MID=21168, Token=70CF2D382FE70E59, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21168, Token=70CF2D382FE70E59, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1472, 127.0.0.1:8280] send response NON-2.05 MID=21168, Token=null, OptionSet={}, "server responds hi" 06:51:49.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1472, 127.0.0.1:8280, complete]! 06:51:49.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1472, 127.0.0.1:8280, complete] completed NON-2.04 MID=21168, Token=70CF2D382FE70E59, 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! 06:51:49.422 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.422 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,536,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21168, Token=70CF2D382FE70E59, 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] 06:51:49.422 [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 42 bytes from 127.0.0.1:8283 06:51:49.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21168] 06:51:49.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1471, 127.0.0.1:8283, complete]! 06:51:49.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1471, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-70CF2D382FE70E59] 06:51:49.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1471, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21168] 06:51:49.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1471, 127.0.0.1:8283, complete] completed CON-POST MID=21168, Token=70CF2D382FE70E59, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21168, Token=70CF2D382FE70E59, 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! 06:51:49.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1473, 127.0.0.1:8283] send request 06:51:49.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1473, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1473, 127.0.0.1:8283] 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 06:51:49.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1473, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21169], CON-POST MID=21169, 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 06:51:49.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1473, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-885107BC92076F94], CON-POST MID=21169, Token=885107BC92076F94, 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 06:51:49.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21169], KeyToken[127.0.0.1:8283-885107BC92076F94]] 06:51:49.423 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.423 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,537,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21169, Token=885107BC92076F94, 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] 06:51:49.423 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.423 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21169] 06:51:49.423 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.423 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1474, 127.0.0.1:8280] replace CON-POST MID=21169, Token=885107BC92076F94, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21169, Token=885107BC92076F94, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.424 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1474, 127.0.0.1:8280] send response NON-2.05 MID=21169, Token=null, OptionSet={}, "server responds hi" 06:51:49.424 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1474, 127.0.0.1:8280, complete]! 06:51:49.424 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1474, 127.0.0.1:8280, complete] completed NON-2.04 MID=21169, Token=885107BC92076F94, 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! 06:51:49.424 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.424 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,538,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21169, Token=885107BC92076F94, 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] 06:51:49.424 [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 42 bytes from 127.0.0.1:8283 06:51:49.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21169] 06:51:49.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1473, 127.0.0.1:8283, complete]! 06:51:49.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1473, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-885107BC92076F94] 06:51:49.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1473, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21169] 06:51:49.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1473, 127.0.0.1:8283, complete] completed CON-POST MID=21169, Token=885107BC92076F94, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21169, Token=885107BC92076F94, 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! 06:51:49.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1475, 127.0.0.1:8283] send request 06:51:49.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1475, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1475, 127.0.0.1:8283] 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 06:51:49.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1475, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21170], CON-POST MID=21170, 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 06:51:49.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1475, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-18706CB337574593], CON-POST MID=21170, Token=18706CB337574593, 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 06:51:49.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21170], KeyToken[127.0.0.1:8283-18706CB337574593]] 06:51:49.425 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.425 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,539,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21170, Token=18706CB337574593, 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] 06:51:49.425 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21170] 06:51:49.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1476, 127.0.0.1:8280] replace CON-POST MID=21170, Token=18706CB337574593, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21170, Token=18706CB337574593, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1476, 127.0.0.1:8280] send response NON-2.05 MID=21170, Token=null, OptionSet={}, "server responds hi" 06:51:49.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1476, 127.0.0.1:8280, complete]! 06:51:49.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1476, 127.0.0.1:8280, complete] completed NON-2.04 MID=21170, Token=18706CB337574593, 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! 06:51:49.425 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.425 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,540,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21170, Token=18706CB337574593, 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] 06:51:49.425 [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 42 bytes from 127.0.0.1:8283 06:51:49.425 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21170] 06:51:49.425 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.425 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.425 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1475, 127.0.0.1:8283, complete]! 06:51:49.425 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1475, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-18706CB337574593] 06:51:49.425 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1475, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21170] 06:51:49.425 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1475, 127.0.0.1:8283, complete] completed CON-POST MID=21170, Token=18706CB337574593, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21170, Token=18706CB337574593, 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! 06:51:49.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8283] send request 06:51:49.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8283] 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 06:51:49.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21171], CON-POST MID=21171, 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 06:51:49.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1477, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-DCF75828CCAAE162], CON-POST MID=21171, Token=DCF75828CCAAE162, 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 06:51:49.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21171], KeyToken[127.0.0.1:8283-DCF75828CCAAE162]] 06:51:49.426 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.426 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,541,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21171, Token=DCF75828CCAAE162, 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] 06:51:49.426 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21171] 06:51:49.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1478, 127.0.0.1:8280] replace CON-POST MID=21171, Token=DCF75828CCAAE162, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21171, Token=DCF75828CCAAE162, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1478, 127.0.0.1:8280] send response NON-2.05 MID=21171, Token=null, OptionSet={}, "server responds hi" 06:51:49.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1478, 127.0.0.1:8280, complete]! 06:51:49.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1478, 127.0.0.1:8280, complete] completed NON-2.04 MID=21171, Token=DCF75828CCAAE162, 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! 06:51:49.427 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.427 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,542,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21171, Token=DCF75828CCAAE162, 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] 06:51:49.427 [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 42 bytes from 127.0.0.1:8283 06:51:49.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21171] 06:51:49.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8283, complete]! 06:51:49.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-DCF75828CCAAE162] 06:51:49.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1477, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21171] 06:51:49.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1477, 127.0.0.1:8283, complete] completed CON-POST MID=21171, Token=DCF75828CCAAE162, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21171, Token=DCF75828CCAAE162, 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! 06:51:49.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1479, 127.0.0.1:8283] send request 06:51:49.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1479, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1479, 127.0.0.1:8283] 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 06:51:49.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1479, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21172], CON-POST MID=21172, 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 06:51:49.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1479, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-DCABB283AA266203], CON-POST MID=21172, Token=DCABB283AA266203, 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 06:51:49.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21172], KeyToken[127.0.0.1:8283-DCABB283AA266203]] 06:51:49.427 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.428 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,543,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21172, Token=DCABB283AA266203, 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] 06:51:49.428 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21172] 06:51:49.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1480, 127.0.0.1:8280] replace CON-POST MID=21172, Token=DCABB283AA266203, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21172, Token=DCABB283AA266203, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1480, 127.0.0.1:8280] send response NON-2.05 MID=21172, Token=null, OptionSet={}, "server responds hi" 06:51:49.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1480, 127.0.0.1:8280, complete]! 06:51:49.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1480, 127.0.0.1:8280, complete] completed NON-2.04 MID=21172, Token=DCABB283AA266203, 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! 06:51:49.428 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.428 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,544,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21172, Token=DCABB283AA266203, 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] 06:51:49.428 [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 42 bytes from 127.0.0.1:8283 06:51:49.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21172] 06:51:49.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1479, 127.0.0.1:8283, complete]! 06:51:49.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1479, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-DCABB283AA266203] 06:51:49.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1479, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21172] 06:51:49.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1479, 127.0.0.1:8283, complete] completed CON-POST MID=21172, Token=DCABB283AA266203, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21172, Token=DCABB283AA266203, 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! 06:51:49.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1481, 127.0.0.1:8283] send request 06:51:49.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1481, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1481, 127.0.0.1:8283] 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 06:51:49.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1481, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21173], CON-POST MID=21173, 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 06:51:49.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1481, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-90E5DFD569B063E5], CON-POST MID=21173, Token=90E5DFD569B063E5, 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 06:51:49.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21173], KeyToken[127.0.0.1:8283-90E5DFD569B063E5]] 06:51:49.429 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.429 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,545,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21173, Token=90E5DFD569B063E5, 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] 06:51:49.429 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21173] 06:51:49.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1482, 127.0.0.1:8280] replace CON-POST MID=21173, Token=90E5DFD569B063E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21173, Token=90E5DFD569B063E5, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1482, 127.0.0.1:8280] send response NON-2.05 MID=21173, Token=null, OptionSet={}, "server responds hi" 06:51:49.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1482, 127.0.0.1:8280, complete]! 06:51:49.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1482, 127.0.0.1:8280, complete] completed NON-2.04 MID=21173, Token=90E5DFD569B063E5, 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! 06:51:49.429 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.429 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,546,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21173, Token=90E5DFD569B063E5, 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] 06:51:49.429 [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 42 bytes from 127.0.0.1:8283 06:51:49.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21173] 06:51:49.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1481, 127.0.0.1:8283, complete]! 06:51:49.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1481, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-90E5DFD569B063E5] 06:51:49.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1481, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21173] 06:51:49.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1481, 127.0.0.1:8283, complete] completed CON-POST MID=21173, Token=90E5DFD569B063E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21173, Token=90E5DFD569B063E5, 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! 06:51:49.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1483, 127.0.0.1:8283] send request 06:51:49.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1483, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1483, 127.0.0.1:8283] 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 06:51:49.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1483, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21174], CON-POST MID=21174, 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 06:51:49.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1483, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-0CFF02FF1D50D502], CON-POST MID=21174, Token=0CFF02FF1D50D502, 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 06:51:49.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21174], KeyToken[127.0.0.1:8283-0CFF02FF1D50D502]] 06:51:49.430 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.430 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,547,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21174, Token=0CFF02FF1D50D502, 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] 06:51:49.430 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21174] 06:51:49.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1484, 127.0.0.1:8280] replace CON-POST MID=21174, Token=0CFF02FF1D50D502, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21174, Token=0CFF02FF1D50D502, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1484, 127.0.0.1:8280] send response NON-2.05 MID=21174, Token=null, OptionSet={}, "server responds hi" 06:51:49.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1484, 127.0.0.1:8280, complete]! 06:51:49.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1484, 127.0.0.1:8280, complete] completed NON-2.04 MID=21174, Token=0CFF02FF1D50D502, 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! 06:51:49.431 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.431 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,548,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21174, Token=0CFF02FF1D50D502, 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] 06:51:49.431 [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 42 bytes from 127.0.0.1:8283 06:51:49.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21174] 06:51:49.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1483, 127.0.0.1:8283, complete]! 06:51:49.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1483, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-0CFF02FF1D50D502] 06:51:49.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1483, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21174] 06:51:49.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1483, 127.0.0.1:8283, complete] completed CON-POST MID=21174, Token=0CFF02FF1D50D502, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21174, Token=0CFF02FF1D50D502, 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! 06:51:49.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1485, 127.0.0.1:8283] send request 06:51:49.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1485, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1485, 127.0.0.1:8283] 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 06:51:49.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1485, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21175], CON-POST MID=21175, 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 06:51:49.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1485, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-0C577110D7312A10], CON-POST MID=21175, Token=0C577110D7312A10, 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 06:51:49.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21175], KeyToken[127.0.0.1:8283-0C577110D7312A10]] 06:51:49.432 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.432 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,549,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21175, Token=0C577110D7312A10, 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] 06:51:49.432 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21175] 06:51:49.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, 127.0.0.1:8280] replace CON-POST MID=21175, Token=0C577110D7312A10, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21175, Token=0C577110D7312A10, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1486, 127.0.0.1:8280] send response NON-2.05 MID=21175, Token=null, OptionSet={}, "server responds hi" 06:51:49.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, 127.0.0.1:8280, complete]! 06:51:49.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1486, 127.0.0.1:8280, complete] completed NON-2.04 MID=21175, Token=0C577110D7312A10, 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! 06:51:49.432 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.432 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,550,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21175, Token=0C577110D7312A10, 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] 06:51:49.432 [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 42 bytes from 127.0.0.1:8283 06:51:49.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21175] 06:51:49.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1485, 127.0.0.1:8283, complete]! 06:51:49.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1485, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-0C577110D7312A10] 06:51:49.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1485, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21175] 06:51:49.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1485, 127.0.0.1:8283, complete] completed CON-POST MID=21175, Token=0C577110D7312A10, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21175, Token=0C577110D7312A10, 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! 06:51:49.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1487, 127.0.0.1:8283] send request 06:51:49.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1487, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1487, 127.0.0.1:8283] 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 06:51:49.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1487, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21176], CON-POST MID=21176, 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 06:51:49.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1487, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-EC16FCDB82A52960], CON-POST MID=21176, Token=EC16FCDB82A52960, 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 06:51:49.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21176], KeyToken[127.0.0.1:8283-EC16FCDB82A52960]] 06:51:49.433 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.433 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,551,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21176, Token=EC16FCDB82A52960, 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] 06:51:49.433 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21176] 06:51:49.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1488, 127.0.0.1:8280] replace CON-POST MID=21176, Token=EC16FCDB82A52960, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21176, Token=EC16FCDB82A52960, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1488, 127.0.0.1:8280] send response NON-2.05 MID=21176, Token=null, OptionSet={}, "server responds hi" 06:51:49.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1488, 127.0.0.1:8280, complete]! 06:51:49.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1488, 127.0.0.1:8280, complete] completed NON-2.04 MID=21176, Token=EC16FCDB82A52960, 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! 06:51:49.433 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.434 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,552,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21176, Token=EC16FCDB82A52960, 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] 06:51:49.434 [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 42 bytes from 127.0.0.1:8283 06:51:49.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21176] 06:51:49.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1487, 127.0.0.1:8283, complete]! 06:51:49.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1487, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-EC16FCDB82A52960] 06:51:49.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1487, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21176] 06:51:49.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1487, 127.0.0.1:8283, complete] completed CON-POST MID=21176, Token=EC16FCDB82A52960, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21176, Token=EC16FCDB82A52960, 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! 06:51:49.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1489, 127.0.0.1:8283] send request 06:51:49.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1489, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1489, 127.0.0.1:8283] 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 06:51:49.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1489, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21177], CON-POST MID=21177, 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 06:51:49.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1489, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-FC5ADED81F10151F], CON-POST MID=21177, Token=FC5ADED81F10151F, 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 06:51:49.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21177], KeyToken[127.0.0.1:8283-FC5ADED81F10151F]] 06:51:49.434 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.434 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,553,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21177, Token=FC5ADED81F10151F, 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] 06:51:49.434 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21177] 06:51:49.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, 127.0.0.1:8280] replace CON-POST MID=21177, Token=FC5ADED81F10151F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21177, Token=FC5ADED81F10151F, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1490, 127.0.0.1:8280] send response NON-2.05 MID=21177, Token=null, OptionSet={}, "server responds hi" 06:51:49.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, 127.0.0.1:8280, complete]! 06:51:49.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1490, 127.0.0.1:8280, complete] completed NON-2.04 MID=21177, Token=FC5ADED81F10151F, 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! 06:51:49.435 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.435 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,554,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21177, Token=FC5ADED81F10151F, 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] 06:51:49.435 [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 42 bytes from 127.0.0.1:8283 06:51:49.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21177] 06:51:49.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1489, 127.0.0.1:8283, complete]! 06:51:49.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1489, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-FC5ADED81F10151F] 06:51:49.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1489, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21177] 06:51:49.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1489, 127.0.0.1:8283, complete] completed CON-POST MID=21177, Token=FC5ADED81F10151F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21177, Token=FC5ADED81F10151F, 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! 06:51:49.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8283] send request 06:51:49.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8283] 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 06:51:49.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21178], CON-POST MID=21178, 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 06:51:49.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-2010B010EBEBA079], CON-POST MID=21178, Token=2010B010EBEBA079, 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 06:51:49.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21178], KeyToken[127.0.0.1:8283-2010B010EBEBA079]] 06:51:49.436 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.436 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,555,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21178, Token=2010B010EBEBA079, 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] 06:51:49.436 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.436 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21178] 06:51:49.436 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.436 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1492, 127.0.0.1:8280] replace CON-POST MID=21178, Token=2010B010EBEBA079, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21178, Token=2010B010EBEBA079, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.436 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1492, 127.0.0.1:8280] send response NON-2.05 MID=21178, Token=null, OptionSet={}, "server responds hi" 06:51:49.436 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1492, 127.0.0.1:8280, complete]! 06:51:49.436 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1492, 127.0.0.1:8280, complete] completed NON-2.04 MID=21178, Token=2010B010EBEBA079, 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! 06:51:49.436 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.436 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,556,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21178, Token=2010B010EBEBA079, 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] 06:51:49.436 [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 42 bytes from 127.0.0.1:8283 06:51:49.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21178] 06:51:49.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8283, complete]! 06:51:49.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-2010B010EBEBA079] 06:51:49.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21178] 06:51:49.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1491, 127.0.0.1:8283, complete] completed CON-POST MID=21178, Token=2010B010EBEBA079, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21178, Token=2010B010EBEBA079, 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! 06:51:49.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1493, 127.0.0.1:8283] send request 06:51:49.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1493, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1493, 127.0.0.1:8283] 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 06:51:49.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1493, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21179], CON-POST MID=21179, 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 06:51:49.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1493, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-7CC8EFE3CC664B72], CON-POST MID=21179, Token=7CC8EFE3CC664B72, 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 06:51:49.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21179], KeyToken[127.0.0.1:8283-7CC8EFE3CC664B72]] 06:51:49.437 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.437 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,557,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21179, Token=7CC8EFE3CC664B72, 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] 06:51:49.437 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21179] 06:51:49.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, 127.0.0.1:8280] replace CON-POST MID=21179, Token=7CC8EFE3CC664B72, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21179, Token=7CC8EFE3CC664B72, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1494, 127.0.0.1:8280] send response NON-2.05 MID=21179, Token=null, OptionSet={}, "server responds hi" 06:51:49.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, 127.0.0.1:8280, complete]! 06:51:49.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1494, 127.0.0.1:8280, complete] completed NON-2.04 MID=21179, Token=7CC8EFE3CC664B72, 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! 06:51:49.438 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.438 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,558,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21179, Token=7CC8EFE3CC664B72, 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] 06:51:49.438 [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 42 bytes from 127.0.0.1:8283 06:51:49.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21179] 06:51:49.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1493, 127.0.0.1:8283, complete]! 06:51:49.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1493, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-7CC8EFE3CC664B72] 06:51:49.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1493, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21179] 06:51:49.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1493, 127.0.0.1:8283, complete] completed CON-POST MID=21179, Token=7CC8EFE3CC664B72, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21179, Token=7CC8EFE3CC664B72, 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! 06:51:49.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1495, 127.0.0.1:8283] send request 06:51:49.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1495, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1495, 127.0.0.1:8283] 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 06:51:49.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1495, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21180], CON-POST MID=21180, 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 06:51:49.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1495, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-BC93807572448435], CON-POST MID=21180, Token=BC93807572448435, 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 06:51:49.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21180], KeyToken[127.0.0.1:8283-BC93807572448435]] 06:51:49.438 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.439 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,559,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21180, Token=BC93807572448435, 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] 06:51:49.439 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21180] 06:51:49.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1496, 127.0.0.1:8280] replace CON-POST MID=21180, Token=BC93807572448435, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21180, Token=BC93807572448435, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1496, 127.0.0.1:8280] send response NON-2.05 MID=21180, Token=null, OptionSet={}, "server responds hi" 06:51:49.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1496, 127.0.0.1:8280, complete]! 06:51:49.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1496, 127.0.0.1:8280, complete] completed NON-2.04 MID=21180, Token=BC93807572448435, 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! 06:51:49.439 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.439 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,560,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21180, Token=BC93807572448435, 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] 06:51:49.439 [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 42 bytes from 127.0.0.1:8283 06:51:49.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21180] 06:51:49.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1495, 127.0.0.1:8283, complete]! 06:51:49.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1495, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-BC93807572448435] 06:51:49.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1495, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21180] 06:51:49.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1495, 127.0.0.1:8283, complete] completed CON-POST MID=21180, Token=BC93807572448435, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21180, Token=BC93807572448435, 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! 06:51:49.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1497, 127.0.0.1:8283] send request 06:51:49.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1497, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1497, 127.0.0.1:8283] 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 06:51:49.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1497, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21181], CON-POST MID=21181, 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 06:51:49.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1497, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-A8A8856D2F7DDAE8], CON-POST MID=21181, Token=A8A8856D2F7DDAE8, 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 06:51:49.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21181], KeyToken[127.0.0.1:8283-A8A8856D2F7DDAE8]] 06:51:49.440 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.440 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,561,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21181, Token=A8A8856D2F7DDAE8, 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] 06:51:49.440 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21181] 06:51:49.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1498, 127.0.0.1:8280] replace CON-POST MID=21181, Token=A8A8856D2F7DDAE8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21181, Token=A8A8856D2F7DDAE8, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1498, 127.0.0.1:8280] send response NON-2.05 MID=21181, Token=null, OptionSet={}, "server responds hi" 06:51:49.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1498, 127.0.0.1:8280, complete]! 06:51:49.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1498, 127.0.0.1:8280, complete] completed NON-2.04 MID=21181, Token=A8A8856D2F7DDAE8, 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! 06:51:49.440 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.440 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,562,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21181, Token=A8A8856D2F7DDAE8, 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] 06:51:49.440 [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 42 bytes from 127.0.0.1:8283 06:51:49.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21181] 06:51:49.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1497, 127.0.0.1:8283, complete]! 06:51:49.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1497, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-A8A8856D2F7DDAE8] 06:51:49.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1497, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21181] 06:51:49.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1497, 127.0.0.1:8283, complete] completed CON-POST MID=21181, Token=A8A8856D2F7DDAE8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21181, Token=A8A8856D2F7DDAE8, 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! 06:51:49.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1499, 127.0.0.1:8283] send request 06:51:49.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1499, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1499, 127.0.0.1:8283] 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 06:51:49.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1499, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21182], CON-POST MID=21182, 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 06:51:49.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1499, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-48F255AE7B43E0B0], CON-POST MID=21182, Token=48F255AE7B43E0B0, 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 06:51:49.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21182], KeyToken[127.0.0.1:8283-48F255AE7B43E0B0]] 06:51:49.441 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.441 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,563,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21182, Token=48F255AE7B43E0B0, 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] 06:51:49.441 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21182] 06:51:49.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1500, 127.0.0.1:8280] replace CON-POST MID=21182, Token=48F255AE7B43E0B0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21182, Token=48F255AE7B43E0B0, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1500, 127.0.0.1:8280] send response NON-2.05 MID=21182, Token=null, OptionSet={}, "server responds hi" 06:51:49.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1500, 127.0.0.1:8280, complete]! 06:51:49.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1500, 127.0.0.1:8280, complete] completed NON-2.04 MID=21182, Token=48F255AE7B43E0B0, 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! 06:51:49.442 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.442 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,564,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21182, Token=48F255AE7B43E0B0, 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] 06:51:49.442 [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 42 bytes from 127.0.0.1:8283 06:51:49.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21182] 06:51:49.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1499, 127.0.0.1:8283, complete]! 06:51:49.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1499, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-48F255AE7B43E0B0] 06:51:49.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1499, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21182] 06:51:49.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1499, 127.0.0.1:8283, complete] completed CON-POST MID=21182, Token=48F255AE7B43E0B0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21182, Token=48F255AE7B43E0B0, 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! 06:51:49.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1501, 127.0.0.1:8283] send request 06:51:49.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1501, 127.0.0.1:8283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1501, 127.0.0.1:8283] 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 06:51:49.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1501, 127.0.0.1:8283] added with generated mid KeyMID[127.0.0.1:8283-21183], CON-POST MID=21183, 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 06:51:49.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1501, 127.0.0.1:8283] added with generated token KeyToken[127.0.0.1:8283-140ACFAF5CCCAA8E], CON-POST MID=21183, Token=140ACFAF5CCCAA8E, 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 06:51:49.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-21183], KeyToken[127.0.0.1:8283-140ACFAF5CCCAA8E]] 06:51:49.443 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8283 06:51:49.443 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,565,T392) 127.0.0.1:8,280 ==> :8,283 [CON-POST MID=21183, Token=140ACFAF5CCCAA8E, 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] 06:51:49.443 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 41 bytes from 127.0.0.1:8280 06:51:49.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-21183] 06:51:49.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1502, 127.0.0.1:8280] replace CON-POST MID=21183, Token=140ACFAF5CCCAA8E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=21183, Token=140ACFAF5CCCAA8E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1502, 127.0.0.1:8280] send response NON-2.05 MID=21183, Token=null, OptionSet={}, "server responds hi" 06:51:49.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1502, 127.0.0.1:8280, complete]! 06:51:49.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1502, 127.0.0.1:8280, complete] completed NON-2.04 MID=21183, Token=140ACFAF5CCCAA8E, 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! 06:51:49.443 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.443 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,566,T377) 127.0.0.1:8,283 ==> :8,280 [NON-2.04 MID=21183, Token=140ACFAF5CCCAA8E, 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] 06:51:49.443 [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 42 bytes from 127.0.0.1:8283 06:51:49.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8283-21183] 06:51:49.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1501, 127.0.0.1:8283, complete]! 06:51:49.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1501, 127.0.0.1:8283, complete] for token KeyToken[127.0.0.1:8283-140ACFAF5CCCAA8E] 06:51:49.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1501, 127.0.0.1:8283, complete] for MID KeyMID[127.0.0.1:8283-21183] 06:51:49.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1501, 127.0.0.1:8283, complete] completed CON-POST MID=21183, Token=140ACFAF5CCCAA8E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=21183, Token=140ACFAF5CCCAA8E, 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! 06:51:49.444 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:49.444 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8283 06:51:49.444 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8283 06:51:49.444 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] stopping ... 06:51:49.444 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8283, address /127.0.0.1 06:51:49.444 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] has stopped. 06:51:49.444 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8283 06:51:49.444 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:51:49.444 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:49.444 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:49.444 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:49.444 [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 06:51:49.445 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:49.445 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:49.445 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:49.445 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:49.445 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:49.445 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8284 06:51:49.445 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:49.445 [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]] 06:51:49.445 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8284, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:49.445 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8284 06:51:49.445 [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 06:51:49.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1503, 127.0.0.1:8284] send request 06:51:49.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1503, 127.0.0.1:8284] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1503, 127.0.0.1:8284] 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 06:51:49.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1503, 127.0.0.1:8284] added with KeyMID[127.0.0.1:8284-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 06:51:49.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1503, 127.0.0.1:8284] added with generated token KeyToken[127.0.0.1:8284-54BD902E93D8B5FF], CON-POST MID=10000, Token=54BD902E93D8B5FF, 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 06:51:49.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8284-10000], KeyToken[127.0.0.1:8284-54BD902E93D8B5FF]] 06:51:49.446 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8284 06:51:49.446 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,567,T397) 127.0.0.1:8,280 ==> :8,284 [CON-POST MID=10000, Token=54BD902E93D8B5FF, 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] 06:51:49.446 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8284) received 40 bytes from 127.0.0.1:8280 06:51:49.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-10000] 06:51:49.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1504, 127.0.0.1:8280] replace CON-POST MID=10000, Token=54BD902E93D8B5FF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=54BD902E93D8B5FF, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1504, 127.0.0.1:8280] send response NON-2.05 MID=10000, Token=null, OptionSet={}, "server responds hi" 06:51:49.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1504, 127.0.0.1:8280, complete]! 06:51:49.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1504, 127.0.0.1:8280, complete] completed NON-2.04 MID=10000, Token=54BD902E93D8B5FF, 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! 06:51:49.447 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8280 06:51:49.447 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,568,T377) 127.0.0.1:8,284 ==> :8,280 [NON-2.04 MID=10000, Token=54BD902E93D8B5FF, 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] 06:51:49.447 [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 42 bytes from 127.0.0.1:8284 06:51:49.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8284-10000] 06:51:49.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1503, 127.0.0.1:8284, complete]! 06:51:49.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1503, 127.0.0.1:8284, complete] for token KeyToken[127.0.0.1:8284-54BD902E93D8B5FF] 06:51:49.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1503, 127.0.0.1:8284, complete] for MID KeyMID[127.0.0.1:8284-10000] 06:51:49.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1503, 127.0.0.1:8284, complete] completed CON-POST MID=10000, Token=54BD902E93D8B5FF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=54BD902E93D8B5FF, 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 06:51:49.447 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:49.447 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8284 06:51:49.447 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8284 06:51:49.447 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8284] stopping ... 06:51:49.447 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8284, address /127.0.0.1 06:51:49.447 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8284] has stopped. 06:51:49.447 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8284 06:51:49.447 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:51:49.448 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:49.448 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:49.448 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:49.448 [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 06:51:49.448 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:49.448 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:49.448 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:49.448 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:49.448 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:49.448 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8285 06:51:49.448 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:49.449 [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]] 06:51:49.449 [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 06:51:49.449 [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]] 06:51:49.449 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8285 client sent request 06:51:49.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8285] send request 06:51:49.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505, 127.0.0.1:8285] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8285] 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 06:51:49.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8285] added with KeyMID[127.0.0.1:8285-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 06:51:49.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505, 127.0.0.1:8285] added with generated token KeyToken[127.0.0.1:8285-DCA095FB34AB3D26], CON-POST MID=10000, Token=DCA095FB34AB3D26, 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 06:51:49.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8285-10000], KeyToken[127.0.0.1:8285-DCA095FB34AB3D26]] 06:51:49.449 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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:8285 06:51:49.449 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,569,T402) 127.0.0.1:8,280 ==> :8,285 [CON-POST MID=10000, Token=DCA095FB34AB3D26, 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] 06:51:49.449 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8285) received 41 bytes from 127.0.0.1:8280 06:51:49.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-10000] 06:51:49.450 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found 06:51:49.450 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found 06:51:49.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1506, 127.0.0.1:8280, complete]! 06:51:49.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1506, 127.0.0.1:8280, complete] completed ACK-4.01 MID=10000, Token=DCA095FB34AB3D26, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"! 06:51:49.450 [UDP-Sender-localhost/127.0.0.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:8280 06:51:49.450 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,570,T377) 127.0.0.1:8,285 ==> :8,280 [ACK-4.01 MID=10000, Token=DCA095FB34AB3D26, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"] 06:51:49.450 [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 41 bytes from 127.0.0.1:8285 06:51:49.450 [: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! 06:51:49.450 [: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=DCA095FB34AB3D26, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found": 06:51:49.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8285, complete]! 06:51:49.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8285, complete] for token KeyToken[127.0.0.1:8285-DCA095FB34AB3D26] 06:51:49.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, 127.0.0.1:8285, complete] for MID KeyMID[127.0.0.1:8285-10000] 06:51:49.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1505, 127.0.0.1:8285, complete] completed CON-POST MID=10000, Token=DCA095FB34AB3D26, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=DCA095FB34AB3D26, 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 06:51:49.450 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:49.450 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8285 06:51:49.450 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8285 06:51:49.450 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8285] stopping ... 06:51:49.450 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8285, address /127.0.0.1 06:51:49.450 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8285] has stopped. 06:51:49.450 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8285 06:51:49.450 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:51:49.451 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:49.451 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:49.451 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:49.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 06:51:49.451 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:49.451 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:49.451 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:49.451 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:49.451 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:49.451 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8286 06:51:49.451 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:49.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]] 06:51:49.451 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8286, recv buf = 0, send buf = 0, recv packet size = 2048 06:51:49.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]] 06:51:49.452 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8286 06:51:49.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1507, 127.0.0.1:8286] send request 06:51:49.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1507, 127.0.0.1:8286] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1507, 127.0.0.1:8286] 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 06:51:49.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1507, 127.0.0.1:8286] added with generated mid KeyMID[127.0.0.1:8286-29084], CON-POST MID=29084, 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 06:51:49.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1507, 127.0.0.1:8286] added with generated token KeyToken[127.0.0.1:8286-8CC4C1500B847A7E], CON-POST MID=29084, Token=8CC4C1500B847A7E, 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 06:51:49.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8286-29084], KeyToken[127.0.0.1:8286-8CC4C1500B847A7E]] 06:51:49.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:8286 06:51:49.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,571,T407) 127.0.0.1:8,280 ==> :8,286 [CON-POST MID=29084, Token=8CC4C1500B847A7E, 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] 06:51:49.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8286) received 40 bytes from 127.0.0.1:8280 06:51:49.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-29084] 06:51:49.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1508, 127.0.0.1:8280] replace CON-POST MID=29084, Token=8CC4C1500B847A7E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29084, Token=8CC4C1500B847A7E, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1508, 127.0.0.1:8280] send response NON-2.05 MID=29084, Token=null, OptionSet={}, "server responds hi" 06:51:49.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1508, 127.0.0.1:8280, complete]! 06:51:49.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1508, 127.0.0.1:8280, complete] completed NON-2.04 MID=29084, Token=8CC4C1500B847A7E, 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! 06:51:49.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:8280 06:51:49.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,572,T377) 127.0.0.1:8,286 ==> :8,280 [NON-2.04 MID=29084, Token=8CC4C1500B847A7E, 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] 06:51:49.453 [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 42 bytes from 127.0.0.1:8286 06:51:49.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:8286-29084] 06:51:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1507, 127.0.0.1:8286, complete]! 06:51:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1507, 127.0.0.1:8286, complete] for token KeyToken[127.0.0.1:8286-8CC4C1500B847A7E] 06:51:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1507, 127.0.0.1:8286, complete] for MID KeyMID[127.0.0.1:8286-29084] 06:51:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1507, 127.0.0.1:8286, complete] completed CON-POST MID=29084, Token=8CC4C1500B847A7E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29084, Token=8CC4C1500B847A7E, 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! 06:51:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1509, 127.0.0.1:8286] send request 06:51:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1509, 127.0.0.1:8286] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1509, 127.0.0.1:8286] 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 06:51:49.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1509, 127.0.0.1:8286] added with generated mid KeyMID[127.0.0.1:8286-29085], CON-POST MID=29085, 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 06:51:49.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1509, 127.0.0.1:8286] added with generated token KeyToken[127.0.0.1:8286-109285B2DD08D159], CON-POST MID=29085, Token=109285B2DD08D159, 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 06:51:49.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8286-29085], KeyToken[127.0.0.1:8286-109285B2DD08D159]] 06:51:49.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:8286 06:51:49.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,573,T407) 127.0.0.1:8,280 ==> :8,286 [CON-POST MID=29085, Token=109285B2DD08D159, 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] 06:51:49.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8286) received 40 bytes from 127.0.0.1:8280 06:51:49.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-29085] 06:51:49.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1510, 127.0.0.1:8280] replace CON-POST MID=29085, Token=109285B2DD08D159, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=29085, Token=109285B2DD08D159, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1510, 127.0.0.1:8280] send response NON-2.05 MID=29085, Token=null, OptionSet={}, "server responds hi" 06:51:49.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1510, 127.0.0.1:8280, complete]! 06:51:49.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1510, 127.0.0.1:8280, complete] completed NON-2.04 MID=29085, Token=109285B2DD08D159, 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! 06:51:49.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:8280 06:51:49.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,574,T377) 127.0.0.1:8,286 ==> :8,280 [NON-2.04 MID=29085, Token=109285B2DD08D159, 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] 06:51:49.454 [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 42 bytes from 127.0.0.1:8286 06:51:49.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:8286-29085] 06:51:49.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.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 06:51:49.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1509, 127.0.0.1:8286, complete]! 06:51:49.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1509, 127.0.0.1:8286, complete] for token KeyToken[127.0.0.1:8286-109285B2DD08D159] 06:51:49.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1509, 127.0.0.1:8286, complete] for MID KeyMID[127.0.0.1:8286-29085] 06:51:49.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1509, 127.0.0.1:8286, complete] completed CON-POST MID=29085, Token=109285B2DD08D159, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29085, Token=109285B2DD08D159, 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! 06:51:49.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1511, 127.0.0.1:8286] send request 06:51:49.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1511, 127.0.0.1:8286] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1511, 127.0.0.1:8286] 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 06:51:49.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1511, 127.0.0.1:8286] added with generated mid KeyMID[127.0.0.1:8286-29086], CON-POST MID=29086, 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 06:51:49.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1511, 127.0.0.1:8286] added with generated token KeyToken[127.0.0.1:8286-50D07951447F5E79], CON-POST MID=29086, Token=50D07951447F5E79, 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 06:51:49.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8286-29086], KeyToken[127.0.0.1:8286-50D07951447F5E79]] 06:51:49.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:8286 06:51:49.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,575,T407) 127.0.0.1:8,280 ==> :8,286 [CON-POST MID=29086, Token=50D07951447F5E79, 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] 06:51:49.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8286) received 40 bytes from 127.0.0.1:8280 06:51:49.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-29086] 06:51:49.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.455 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 06:51:49.455 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 06:51:49.455 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 06:51:49.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1512, 127.0.0.1:8280, complete]! 06:51:49.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1512, 127.0.0.1:8280, complete] completed ACK-4.01 MID=29086, Token=50D07951447F5E79, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 06:51:49.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 30 bytes to 127.0.0.1:8280 06:51:49.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,576,T377) 127.0.0.1:8,286 ==> :8,280 [ACK-4.01 MID=29086, Token=50D07951447F5E79, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 06:51:49.455 [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 30 bytes from 127.0.0.1:8286 06:51:49.455 [: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! 06:51:49.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=29086, Token=50D07951447F5E79, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 06:51:49.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1511, 127.0.0.1:8286, complete]! 06:51:49.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1511, 127.0.0.1:8286, complete] for token KeyToken[127.0.0.1:8286-50D07951447F5E79] 06:51:49.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1511, 127.0.0.1:8286, complete] for MID KeyMID[127.0.0.1:8286-29086] 06:51:49.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1511, 127.0.0.1:8286, complete] completed CON-POST MID=29086, Token=50D07951447F5E79, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=29086, Token=50D07951447F5E79, 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! 06:51:49.456 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:49.456 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8286 06:51:49.456 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8286 06:51:49.456 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8286] stopping ... 06:51:49.456 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8286, address /127.0.0.1 06:51:49.456 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8286] has stopped. 06:51:49.456 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8286 06:51:49.456 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 06:51:49.457 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:49.457 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:49.457 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:49.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 06:51:49.457 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:49.458 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:49.458 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:49.458 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:49.458 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:49.458 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8287 06:51:49.458 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:49.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]] 06:51:49.458 [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 06:51:49.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]] 06:51:49.458 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8287 client sent request 06:51:49.459 [: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 06:51:49.459 [: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-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1513, 127.0.0.1:8287] 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 06:51:49.459 [: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 KeyMID[127.0.0.1:8287-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 06:51:49.459 [: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-2086833A66082055], CON-POST MID=10000, Token=2086833A66082055, 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 06:51:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-10000], KeyToken[127.0.0.1:8287-2086833A66082055]] 06:51:49.459 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8287 06:51:49.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,577,T412) 127.0.0.1:8,280 ==> :8,287 [CON-POST MID=10000, Token=2086833A66082055, 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] 06:51:49.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 40 bytes from 127.0.0.1:8280 06:51:49.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-10000] 06:51:49.459 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context) 06:51:49.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1514, 127.0.0.1:8280, complete]! 06:51:49.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1514, 127.0.0.1:8280, complete] completed ACK-4.01 MID=10000, Token=2086833A66082055, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes! 06:51:49.460 [UDP-Sender-localhost/127.0.0.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:8280 06:51:49.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,578,T377) 127.0.0.1:8,287 ==> :8,280 [ACK-4.01 MID=10000, Token=2086833A66082055, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes] 06:51:49.460 [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 66 bytes from 127.0.0.1:8287 06:51:49.460 [: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! 06:51:49.460 [: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=2086833A66082055, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes: 06:51:49.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1513, 127.0.0.1:8287, complete]! 06:51:49.460 [: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-2086833A66082055] 06:51:49.460 [: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-10000] 06:51:49.460 [: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-POST MID=10000, Token=2086833A66082055, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=2086833A66082055, 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 06:51:49.460 [: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 06:51:49.460 [: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-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1515, 127.0.0.1:8287] 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 06:51:49.460 [: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 KeyMID[127.0.0.1:8287-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 06:51:49.460 [: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-281E325028BD2A03], CON-POST MID=10001, Token=281E325028BD2A03, 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 06:51:49.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-10001], KeyToken[127.0.0.1:8287-281E325028BD2A03]] 06:51:49.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 49 bytes to 127.0.0.1:8287 06:51:49.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,579,T412) 127.0.0.1:8,280 ==> :8,287 [CON-POST MID=10001, Token=281E325028BD2A03, 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] 06:51:49.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8280 06:51:49.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-10001] 06:51:49.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, 127.0.0.1:8280] replace CON-POST MID=10001, Token=281E325028BD2A03, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=281E325028BD2A03, OptionSet={"Object-Security":0x}, "client says hi" 06:51:49.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1516, 127.0.0.1:8280] send response NON-2.05 MID=10001, Token=null, OptionSet={}, "server responds hi" 06:51:49.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, 127.0.0.1:8280, complete]! 06:51:49.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1516, 127.0.0.1:8280, complete] completed NON-2.04 MID=10001, Token=281E325028BD2A03, 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! 06:51:49.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:8280 06:51:49.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,580,T377) 127.0.0.1:8,287 ==> :8,280 [NON-2.04 MID=10001, Token=281E325028BD2A03, 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] 06:51:49.461 [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 42 bytes from 127.0.0.1:8287 06:51:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8287-10001] 06:51:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1515, 127.0.0.1:8287, complete]! 06:51:49.461 [: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-281E325028BD2A03] 06:51:49.461 [: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-10001] 06:51:49.461 [: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-POST MID=10001, Token=281E325028BD2A03, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10001, Token=281E325028BD2A03, 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 06:51:49.462 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:49.462 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8287 06:51:49.462 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8287 06:51:49.462 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] stopping ... 06:51:49.462 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8287, address /127.0.0.1 06:51:49.462 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] has stopped. 06:51:49.462 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8287 06:51:49.462 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest 06:51:49.462 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:51:49.462 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8280 06:51:49.462 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8280 06:51:49.462 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] stopping ... 06:51:49.462 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8280, address /0.0.0.0 06:51:49.462 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] has stopped. 06:51:49.462 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8280 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 s - in org.eclipse.californium.oscore.OSCoreServerClientTest [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-nightly/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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] ------------------------------------------------------- 06:51:50.344 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:50.351 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 06:51:50.352 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 06:51:50.352 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. [INFO] Running org.eclipse.californium.oscore.OSCoreObserveTest 06:51:50.360 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 06:51:50.417 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 06:51:50.424 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted 06:51:50.426 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 06:51:50.426 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 06:51:50.450 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable. 06:51:50.456 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true 06:51:50.456 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready. 06:51:50.457 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17. 06:51:50.457 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17. 06:51:50.457 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17. 06:51:50.457 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17. 06:51:50.457 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17. 06:51:50.457 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17. 06:51:50.457 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17. 06:51:50.457 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17. 06:51:50.457 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17. 06:51:50.457 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17. 06:51:50.457 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17. 06:51:50.457 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17. 06:51:50.466 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:50.470 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:50.470 [main] INFO org.eclipse.californium.ban - Started. 06:51:50.471 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:50.477 [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 06:51:50.486 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:50.487 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:50.489 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:50.490 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:50.490 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:50.490 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 06:51:50.491 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:50.492 [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 06:51:50.492 [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]] 06:51:50.492 [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]] 06:51:50.492 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 06:51:50.498 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.71.255 - eth0. 06:51:50.498 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:50.498 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:50.499 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:50.499 [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 06:51:50.499 [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 06:51:50.500 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:50.500 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:50.500 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:50.500 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:50.500 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 06:51:50.500 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:50.500 [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]] 06:51:50.500 [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 06:51:50.500 [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]] 06:51:50.500 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 06:51:50.501 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap 06:51:50.519 [: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 06:51:50.519 [: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=1E23BA7C4C6F4356, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:51:50.524 [: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=1E23BA7C4C6F4356, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=1E23BA7C4C6F4356, 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 06:51:50.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH MID=19880, Token=1E23BA7C4C6F4356, 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 06:51:50.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=1E23BA7C4C6F4356 06:51:50.526 [: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-19880], CON-FETCH MID=19880, Token=1E23BA7C4C6F4356, 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 06:51:50.526 [: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[1E23BA7C4C6F4356], CON-FETCH MID=19880, Token=1E23BA7C4C6F4356, 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 06:51:50.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-19880], KeyToken[1E23BA7C4C6F4356]] 06:51:50.529 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:50.531 [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=19880, Token=1E23BA7C4C6F4356, 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] 06:51:50.531 [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 06:51:50.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-19880] 06:51:50.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:50.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193] replace CON-FETCH MID=19880, Token=1E23BA7C4C6F4356, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=19880, Token=1E23BA7C4C6F4356, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:51:50.534 [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] 06:51:50.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications. 06:51:50.537 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between KeyToken[127.0.0.1:8193-1E23BA7C4C6F4356] and resource /oscore/observe2 (Exchange[R2, 127.0.0.1:8193], size 1) 06:51:50.538 [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" 06:51:50.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]! 06:51:50.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed ACK-2.04 MID=19880, Token=1E23BA7C4C6F4356, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96! 06:51:50.541 [UDP-Sender-localhost/127.0.0.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 06:51:50.542 [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=19880, Token=1E23BA7C4C6F4356, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96] 06:51:50.542 [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 06:51:50.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:50.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:50.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]! 06:51:50.543 [: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[1E23BA7C4C6F4356] 06:51:50.544 [: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-19880] 06:51:50.544 [: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=19880, Token=1E23BA7C4C6F4356, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=19880, Token=1E23BA7C4C6F4356, 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! 06:51:50.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05 MID=19880, Token=1E23BA7C4C6F4356, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 06:51:50.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: one 06:51:50.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05 MID=19880, Token=1E23BA7C4C6F4356, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 06:51:51.236 [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" 06:51:51.237 [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-6633], NON-2.04 MID= 6633, Token=1E23BA7C4C6F4356, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E 06:51:51.238 [UDP-Sender-localhost/127.0.0.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 06:51:51.238 [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= 6633, Token=1E23BA7C4C6F4356, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E] 06:51:51.238 [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 06:51:51.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=1E23BA7C4C6F4356: CON-FETCH MID=19880, Token=1E23BA7C4C6F4356, 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 06:51:51.239 [: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=19880, Token=1E23BA7C4C6F4356, 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 06:51:51.240 [: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-6633] 06:51:51.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:51.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:51.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, 127.0.0.1:8192, complete]! 06:51:51.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05 MID= 6633, Token=1E23BA7C4C6F4356, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 06:51:51.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: two 06:51:51.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05 MID= 6633, Token=1E23BA7C4C6F4356, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 06:51:51.241 [: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 06:51:51.241 [: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=1E23BA7C4C6F4356, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:51:51.242 [: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=1E23BA7C4C6F4356, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=1E23BA7C4C6F4356, 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 06:51:51.242 [: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-19881], CON-FETCH MID=19881, Token=1E23BA7C4C6F4356, 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 06:51:51.242 [: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[1E23BA7C4C6F4356], CON-FETCH MID=19881, Token=1E23BA7C4C6F4356, 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 06:51:51.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-19881], KeyToken[1E23BA7C4C6F4356]] 06:51:51.243 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:51.243 [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=19881, Token=1E23BA7C4C6F4356, 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] 06:51:51.243 [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 06:51:51.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-19881] 06:51:51.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:51.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193] replace CON-FETCH MID=19881, Token=1E23BA7C4C6F4356, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=19881, Token=1E23BA7C4C6F4356, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:51:51.244 [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] 06:51:51.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation KeyToken[127.0.0.1:8193-1E23BA7C4C6F4356] with /oscore/observe2 (Exchange[R2, 127.0.0.1:8193]) 06:51:51.244 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between KeyToken[127.0.0.1:8193-1E23BA7C4C6F4356] and resource /oscore/observe2 (Exchange[R2, 127.0.0.1:8193], size 0) 06:51:51.245 [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" 06:51:51.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193, complete]! 06:51:51.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R5, 127.0.0.1:8193, complete] completed ACK-2.04 MID=19881, Token=1E23BA7C4C6F4356, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E! 06:51:51.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]! 06:51:51.245 [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-6633] 06:51:51.245 [UDP-Sender-localhost/127.0.0.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 06:51:51.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed NON-2.04 MID= 6633, Token=1E23BA7C4C6F4356, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E! 06:51:51.246 [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=19881, Token=1E23BA7C4C6F4356, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E] 06:51:51.246 [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 06:51:51.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:51.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:51.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L4, 127.0.0.1:8192, complete]! 06:51:51.247 [: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[1E23BA7C4C6F4356] 06:51:51.247 [: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-19881] 06:51:51.247 [: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=19881, Token=1E23BA7C4C6F4356, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=19881, Token=1E23BA7C4C6F4356, 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! 06:51:51.248 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:51.248 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:51.248 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 06:51:51.248 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 06:51:51.248 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 06:51:51.248 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 06:51:51.248 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 06:51:51.249 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 06:51:51.249 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:51.249 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 06:51:51.249 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 06:51:51.249 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 06:51:51.249 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 06:51:51.249 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 06:51:51.249 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 06:51:51.249 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 06:51:51.250 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 06:51:51.250 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:51.251 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 06:51:51.252 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:51.252 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:51.252 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:51.252 [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 06:51:51.252 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 06:51:51.252 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 06:51:51.253 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:51.253 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:51.253 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 06:51:51.253 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 06:51:51.253 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:51.253 [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 06:51:51.253 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 06:51:51.253 [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]] 06:51:51.253 [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]] 06:51:51.254 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 06:51:51.254 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 06:51:51.254 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 06:51:51.254 [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 06:51:51.254 [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 06:51:51.254 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 06:51:51.254 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 06:51:51.255 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 06:51:51.255 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 06:51:51.255 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 06:51:51.255 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 06:51:51.255 [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 06:51:51.255 [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]] 06:51:51.255 [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]] 06:51:51.255 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195 06:51:51.255 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8195 for coap 06:51:51.255 [: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 06:51:51.255 [: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=09BB3C0A20525BA5, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:51:51.256 [: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=09BB3C0A20525BA5, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=09BB3C0A20525BA5, 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 06:51:51.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH MID= 9290, Token=09BB3C0A20525BA5, 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 06:51:51.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=09BB3C0A20525BA5 06:51:51.256 [: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-9290], CON-FETCH MID= 9290, Token=09BB3C0A20525BA5, 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 06:51:51.257 [: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[09BB3C0A20525BA5], CON-FETCH MID= 9290, Token=09BB3C0A20525BA5, 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 06:51:51.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-9290], KeyToken[09BB3C0A20525BA5]] 06:51:51.257 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:51.257 [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= 9290, Token=09BB3C0A20525BA5, 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] 06:51:51.257 [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 06:51:51.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-9290] 06:51:51.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:51.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195] replace CON-FETCH MID= 9290, Token=09BB3C0A20525BA5, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID= 9290, Token=09BB3C0A20525BA5, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:51:51.258 [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] 06:51:51.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications. 06:51:51.258 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between KeyToken[127.0.0.1:8195-09BB3C0A20525BA5] and resource /oscore/observe2 (Exchange[R7, 127.0.0.1:8195], size 1) 06:51:51.258 [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" 06:51:51.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195, complete]! 06:51:51.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8195, complete] completed ACK-2.04 MID= 9290, Token=09BB3C0A20525BA5, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96! 06:51:51.259 [UDP-Sender-localhost/127.0.0.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 06:51:51.260 [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= 9290, Token=09BB3C0A20525BA5, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96] 06:51:51.260 [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 06:51:51.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:51.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:51.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L6, 127.0.0.1:8194, complete]! 06:51:51.260 [: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[09BB3C0A20525BA5] 06:51:51.260 [: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-9290] 06:51:51.260 [: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= 9290, Token=09BB3C0A20525BA5, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID= 9290, Token=09BB3C0A20525BA5, 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! 06:51:51.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05 MID= 9290, Token=09BB3C0A20525BA5, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 06:51:51.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: one 06:51:51.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05 MID= 9290, Token=09BB3C0A20525BA5, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 06:51:52.003 [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" 06:51:52.004 [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-58471], NON-2.04 MID=58471, Token=09BB3C0A20525BA5, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E 06:51:52.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 34 bytes to 127.0.0.1:8195 06:51:52.005 [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=58471, Token=09BB3C0A20525BA5, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E] 06:51:52.005 [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 06:51:52.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=09BB3C0A20525BA5: CON-FETCH MID= 9290, Token=09BB3C0A20525BA5, 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 06:51:52.005 [: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= 9290, Token=09BB3C0A20525BA5, 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 06:51:52.005 [: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-58471] 06:51:52.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:52.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:52.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L8, 127.0.0.1:8194, complete]! 06:51:52.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05 MID=58471, Token=09BB3C0A20525BA5, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 06:51:52.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: two 06:51:52.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05 MID=58471, Token=09BB3C0A20525BA5, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 06:51:52.007 [: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 06:51:52.007 [: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=09BB3C0A20525BA5, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:51:52.007 [: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=09BB3C0A20525BA5, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=09BB3C0A20525BA5, 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 06:51:52.007 [: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-9291], CON-FETCH MID= 9291, Token=09BB3C0A20525BA5, 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 06:51:52.008 [: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[09BB3C0A20525BA5], CON-FETCH MID= 9291, Token=09BB3C0A20525BA5, 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 06:51:52.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-9291], KeyToken[09BB3C0A20525BA5]] 06:51:52.008 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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 06:51:52.008 [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= 9291, Token=09BB3C0A20525BA5, 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] 06:51:52.008 [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 06:51:52.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-9291] 06:51:52.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:52.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8195] replace CON-FETCH MID= 9291, Token=09BB3C0A20525BA5, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID= 9291, Token=09BB3C0A20525BA5, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 06:51:52.009 [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] 06:51:52.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation KeyToken[127.0.0.1:8195-09BB3C0A20525BA5] with /oscore/observe2 (Exchange[R7, 127.0.0.1:8195]) 06:51:52.010 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between KeyToken[127.0.0.1:8195-09BB3C0A20525BA5] and resource /oscore/observe2 (Exchange[R7, 127.0.0.1:8195], size 0) 06:51:52.010 [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" 06:51:52.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8195, complete]! 06:51:52.011 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8195, complete] completed ACK-2.04 MID= 9291, Token=09BB3C0A20525BA5, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E! 06:51:52.011 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195, complete]! 06:51:52.011 [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-58471] 06:51:52.011 [UDP-Sender-localhost/127.0.0.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 06:51:52.011 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8195, complete] completed NON-2.04 MID=58471, Token=09BB3C0A20525BA5, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E! 06:51:52.011 [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= 9291, Token=09BB3C0A20525BA5, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E] 06:51:52.011 [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 06:51:52.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 06:51:52.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 06:51:52.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194, complete]! 06:51:52.012 [: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[09BB3C0A20525BA5] 06:51:52.012 [: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-9291] 06:51:52.012 [: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= 9291, Token=09BB3C0A20525BA5, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID= 9291, Token=09BB3C0A20525BA5, 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! 06:51:52.012 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 06:51:52.013 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 06:51:52.013 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 06:51:52.013 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 06:51:52.013 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 06:51:52.013 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 06:51:52.013 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 06:51:52.013 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 06:51:52.013 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 06:51:52.013 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195 06:51:52.013 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195 06:51:52.013 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ... 06:51:52.013 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0 06:51:52.013 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped. 06:51:52.013 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195 06:51:52.014 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 06:51:52.014 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.656 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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-pubsub --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ californium-osgi --- [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-nightly/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-nightly/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 06:51:54.923 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) 06:51:54.932 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) 06:51:54.947 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) 06:51:54.951 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) 06:51:54.954 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) 06:51:54.955 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.568 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-nightly/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-osgi --- [INFO] Comparing [org.eclipse.californium:californium-osgi:jar:3.11.0] against [org.eclipse.californium:californium-osgi:jar:3.12.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-osgi --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ demo-apps --- [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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-benchmark --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-benchmark-observe --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-cocoa --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-extplugtest-client --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-plugtest-server --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-extplugtest-server --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-helloworld-client --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-helloworld-server --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-plugtest-checker --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-plugtest-client --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-proxy2 --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-secure --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-unix-setup --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ sc-dtls-example-client --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ sc-dtls-example-server --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] --- clean:3.1.0:clean (default-clean) @ cf-simplefile-server --- [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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 [ 23.006 s] [INFO] Californium (Cf) Custom Assembly Descriptors ....... SUCCESS [ 2.134 s] [INFO] Californium (Cf) BOM ............................... SUCCESS [ 0.067 s] [INFO] Californium (Cf) Legal Documents ................... SUCCESS [ 0.194 s] [INFO] Californium (Cf) Demo Certificates ................. SUCCESS [ 0.048 s] [INFO] Californium (Cf) Element Connector ................. SUCCESS [ 17.682 s] [INFO] Scandium (Sc) Core ................................. SUCCESS [02:36 min] [INFO] Californium (Cf) Element Connector TCP netty ....... SUCCESS [ 27.134 s] [INFO] Californium (Cf) Core .............................. SUCCESS [01:52 min] [INFO] Cf-NAT ............................................. SUCCESS [ 0.885 s] [INFO] Cf-Unix-Health ..................................... SUCCESS [ 1.173 s] [INFO] Cf-Cluster ......................................... SUCCESS [ 1.490 s] [INFO] Cf-command-line-interface .......................... SUCCESS [ 2.202 s] [INFO] Cf-cli-tcp-netty ................................... SUCCESS [ 0.803 s] [INFO] Cf-Encrypt ......................................... SUCCESS [ 0.284 s] [INFO] Californium (Cf) Tests ............................. SUCCESS [ 0.014 s] [INFO] Californium (Cf) Integration Tests ................. SUCCESS [ 47.969 s] [INFO] Californium (Cf) Interoperability Tests ............ SUCCESS [ 17.975 s] [INFO] Californium (Cf) Proxy2 ............................ SUCCESS [ 6.596 s] [INFO] Cf-OSCORE .......................................... SUCCESS [ 9.981 s] [INFO] Cf-PubSub .......................................... SUCCESS [ 0.189 s] [INFO] Californium (Cf) OSGi .............................. SUCCESS [ 8.146 s] [INFO] Californium (Cf) Demo Applications ................. SUCCESS [ 3.891 s] [INFO] Cf-BenchmarkServer ................................. SUCCESS [ 0.994 s] [INFO] Cf-ObserveBenchmarkClient .......................... SUCCESS [ 0.366 s] [INFO] Cf-CoCoAClient ..................................... SUCCESS [ 0.286 s] [INFO] Cf-ExtendedPlugtestClient .......................... SUCCESS [ 0.909 s] [INFO] Cf-PlugtestServer .................................. SUCCESS [ 1.109 s] [INFO] Cf-ExtendedPlugtestServer .......................... SUCCESS [ 1.251 s] [INFO] Cf-HelloWorldClient ................................ SUCCESS [ 0.305 s] [INFO] Cf-HelloWorldServer ................................ SUCCESS [ 0.776 s] [INFO] Cf-PlugtestChecker ................................. SUCCESS [ 0.752 s] [INFO] Cf-PlugtestClient .................................. SUCCESS [ 0.593 s] [INFO] Cf-ExampleCrossProxy2 .............................. SUCCESS [ 1.258 s] [INFO] Cf-SecureServer .................................... SUCCESS [ 0.373 s] [INFO] Californium (Cf) Demo Setup for Unix ............... SUCCESS [ 0.069 s] [INFO] Sc-DTLS-Example-Client ............................. SUCCESS [ 0.436 s] [INFO] Sc-DTLS-Example-Server ............................. SUCCESS [ 0.293 s] [INFO] Cf-SimpleFileServer ................................ SUCCESS [ 0.871 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:52 min [INFO] Finished at: 2024-05-23T06:52:15Z [INFO] ------------------------------------------------------------------------ [californium-main-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DskipTests=true -DenableEclipseJarSigner=true -Dno.net.i2p.crypto.eddsa=true --projects californium-osgi,californium-proxy2,cf-oscore,cf-utils/cf-cli,cf-utils/cf-cli-tcp-netty,demo-apps/cf-plugtest-server,demo-apps/cf-plugtest-client,demo-apps/cf-proxy2,assembly -am deploy 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 19 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 19 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-Unix-Health [bundle] [INFO] Cf-command-line-interface [bundle] [INFO] Cf-cli-tcp-netty [bundle] [INFO] Californium (Cf) Proxy2 [bundle] [INFO] Cf-OSCORE [bundle] [INFO] Californium (Cf) OSGi [bundle] [INFO] Californium (Cf) Demo Applications [pom] [INFO] Cf-PlugtestServer [jar] [INFO] Cf-PlugtestClient [jar] [INFO] Cf-ExampleCrossProxy2 [jar] [INFO] [INFO] -------------------< org.eclipse.californium:parent >------------------- [INFO] Building Californium (Cf) Parent 3.12.0-SNAPSHOT [1/19] [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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ parent --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ parent --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ parent --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ parent --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ parent --- [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ parent --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/parent/3.12.0-SNAPSHOT/parent-3.12.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ parent --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/parent/3.12.0-SNAPSHOT/parent-3.12.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< org.eclipse.californium:californium-assembly >------------ [INFO] Building Californium (Cf) Custom Assembly Descriptors 3.12.0-SNAPSHOT [2/19] [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-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ californium-assembly --- [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-assembly --- [INFO] Tests are skipped. [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] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-assembly --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/assembly/target/californium-assembly-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-assembly --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ californium-assembly --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/assembly/target/californium-assembly-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-assembly/3.12.0-SNAPSHOT/californium-assembly-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/assembly/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-assembly/3.12.0-SNAPSHOT/californium-assembly-3.12.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.californium:cf-bom >------------------- [INFO] Building Californium (Cf) BOM 3.12.0-SNAPSHOT [3/19] [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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-bom --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-bom --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-bom --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-bom --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-bom --- [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-bom --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-bom --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-bom --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/bom/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-bom/3.12.0-SNAPSHOT/cf-bom-3.12.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:californium-legal >-------------- [INFO] Building Californium (Cf) Legal Documents 3.12.0-SNAPSHOT [4/19] [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-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ californium-legal --- [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-legal --- [INFO] Tests are skipped. [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] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-legal --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/legal/target/californium-legal-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-legal --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ californium-legal --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/legal/target/californium-legal-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-legal/3.12.0-SNAPSHOT/californium-legal-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/legal/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-legal/3.12.0-SNAPSHOT/californium-legal-3.12.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:demo-certs >----------------- [INFO] Building Californium (Cf) Demo Certificates 3.12.0-SNAPSHOT [5/19] [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-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ demo-certs --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ demo-certs --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ demo-certs --- [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ demo-certs --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ demo-certs --- [INFO] Tests are skipped. [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] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ demo-certs --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/demo-certs/target/demo-certs-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ demo-certs --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ demo-certs --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/demo-certs/target/demo-certs-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/demo-certs/3.12.0-SNAPSHOT/demo-certs-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/demo-certs/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/demo-certs/3.12.0-SNAPSHOT/demo-certs-3.12.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:element-connector >-------------- [INFO] Building Californium (Cf) Element Connector 3.12.0-SNAPSHOT [6/19] [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-nightly/element-connector/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ element-connector --- [INFO] Nothing to compile - all classes are up to date [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] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ element-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ element-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ element-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main-nightly/element-connector/target/element-connector-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/element-connector/target/element-connector-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ element-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ element-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ element-connector --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ element-connector --- [INFO] Comparing [org.eclipse.californium:element-connector:jar:3.11.0] against [org.eclipse.californium:element-connector:jar:3.12.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ element-connector --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/element-connector/target/element-connector-3.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/element-connector/target/element-connector-3.12.0-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/element-connector/target/element-connector-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ element-connector --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/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] Installing org/eclipse/californium/element-connector/3.12.0-SNAPSHOT/element-connector-3.12.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- bundle:5.1.9:deploy (default-deploy) @ element-connector --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ element-connector --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/element-connector/target/element-connector-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/element-connector/3.12.0-SNAPSHOT/element-connector-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/element-connector/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/element-connector/3.12.0-SNAPSHOT/element-connector-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/element-connector/target/element-connector-3.12.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/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-nightly/element-connector/target/element-connector-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/element-connector/3.12.0-SNAPSHOT/element-connector-3.12.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------< org.eclipse.californium:scandium >------------------ [INFO] Building Scandium (Sc) Core 3.12.0-SNAPSHOT [7/19] [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java: /home/jenkins/agent/workspace/californium-main-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/californium-main-nightly/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] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ scandium --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ scandium --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ scandium --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main-nightly/scandium-core/target/scandium-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/scandium-core/target/scandium-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ scandium --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ scandium --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ scandium --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ scandium --- [INFO] Comparing [org.eclipse.californium:scandium:jar:3.11.0] against [org.eclipse.californium:scandium:jar:3.12.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ scandium --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/scandium-core/target/scandium-3.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/scandium-core/target/scandium-3.12.0-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/scandium-core/target/scandium-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ scandium --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/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] --- bundle:5.1.9:deploy (default-deploy) @ scandium --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ scandium --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/scandium-core/target/scandium-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/scandium/3.12.0-SNAPSHOT/scandium-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/scandium-core/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/scandium/3.12.0-SNAPSHOT/scandium-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/scandium-core/target/scandium-3.12.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/scandium/3.12.0-SNAPSHOT/scandium-3.12.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/scandium-core/target/scandium-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/scandium/3.12.0-SNAPSHOT/scandium-3.12.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------< org.eclipse.californium:element-connector-tcp-netty >--------- [INFO] Building Californium (Cf) Element Connector TCP netty 3.12.0-SNAPSHOT [8/19] [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-nightly/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] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ element-connector-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ element-connector-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ element-connector-tcp-netty --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ element-connector-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ element-connector-tcp-netty --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ element-connector-tcp-netty --- [INFO] Comparing [org.eclipse.californium:element-connector-tcp-netty:jar:3.11.0] against [org.eclipse.californium:element-connector-tcp-netty:jar:3.12.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ element-connector-tcp-netty --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ element-connector-tcp-netty --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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] --- bundle:5.1.9:deploy (default-deploy) @ element-connector-tcp-netty --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ element-connector-tcp-netty --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/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-nightly/element-connector-tcp-netty/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/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-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/element-connector-tcp-netty/3.12.0-SNAPSHOT/element-connector-tcp-netty-3.12.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.californium:californium-core >-------------- [INFO] Building Californium (Cf) Core 3.12.0-SNAPSHOT [9/19] [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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/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 [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-core --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main-nightly/californium-core/target/californium-core-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/californium-core/target/californium-core-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-core --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-core --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-core --- [INFO] Comparing [org.eclipse.californium:californium-core:jar:3.11.0] against [org.eclipse.californium:californium-core:jar:3.12.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-core --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/californium-core/target/californium-core-3.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/californium-core/target/californium-core-3.12.0-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/californium-core/target/californium-core-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-core --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/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] --- bundle:5.1.9:deploy (default-deploy) @ californium-core --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ californium-core --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/californium-core/target/californium-core-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-core/3.12.0-SNAPSHOT/californium-core-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/californium-core/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-core/3.12.0-SNAPSHOT/californium-core-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/californium-core/target/californium-core-3.12.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/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-nightly/californium-core/target/californium-core-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-core/3.12.0-SNAPSHOT/californium-core-3.12.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.californium:cf-unix-health >--------------- [INFO] Building Cf-Unix-Health 3.12.0-SNAPSHOT [10/19] [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-nightly/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] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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] [INFO] --- revapi:0.15.0:check (default) @ cf-unix-health --- [INFO] Comparing [org.eclipse.californium:cf-unix-health:jar:3.11.0] against [org.eclipse.californium:cf-unix-health:jar:3.12.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-unix-health --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-unix-health --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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] --- bundle:5.1.9:deploy (default-deploy) @ cf-unix-health --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-unix-health --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/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-nightly/cf-utils/cf-unix-health/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/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-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-unix-health/3.12.0-SNAPSHOT/cf-unix-health-3.12.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.californium:cf-cli >------------------- [INFO] Building Cf-command-line-interface 3.12.0-SNAPSHOT [11/19] [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-nightly/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] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-cli --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main-nightly/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cli --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-cli --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-cli --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-cli --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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] --- bundle:5.1.9:deploy (default-deploy) @ cf-cli --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-cli --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-cli/3.12.0-SNAPSHOT/cf-cli-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/cf-utils/cf-cli/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-cli/3.12.0-SNAPSHOT/cf-cli-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-cli/3.12.0-SNAPSHOT/cf-cli-3.12.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.californium:cf-cli-tcp-netty >-------------- [INFO] Building Cf-cli-tcp-netty 3.12.0-SNAPSHOT [12/19] [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-nightly/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] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-cli-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cli-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-cli-tcp-netty --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-cli-tcp-netty --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cli-tcp-netty --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-cli-tcp-netty --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-cli-tcp-netty --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-cli-tcp-netty --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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] --- bundle:5.1.9:deploy (default-deploy) @ cf-cli-tcp-netty --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-cli-tcp-netty --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/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-nightly/cf-utils/cf-cli-tcp-netty/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/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-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-cli-tcp-netty/3.12.0-SNAPSHOT/cf-cli-tcp-netty-3.12.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:californium-proxy2 >------------- [INFO] Building Californium (Cf) Proxy2 3.12.0-SNAPSHOT [13/19] [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-nightly/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] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-proxy2 --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-proxy2 --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-proxy2 --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main-nightly/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-proxy2 --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-proxy2 --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-proxy2 --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-proxy2 --- [WARNING] Failed to resolve old artifacts: The following artifacts could not be resolved: org.eclipse.californium:californium-proxy2:jar:2.0.0 (absent): Could not find artifact org.eclipse.californium:californium-proxy2:jar:2.0.0 in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/). The API analysis will proceed comparing the new archives against an empty archive. [INFO] Comparing [] against [org.eclipse.californium:californium-proxy2:jar:3.12.0-SNAPSHOT] (including their transitive dependencies). [WARNING] The `revapi.ignore` extension is deprecated. Consider using the `revapi.differences` instead. [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-proxy2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-proxy2 --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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] --- bundle:5.1.9:deploy (default-deploy) @ californium-proxy2 --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ californium-proxy2 --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy2/3.12.0-SNAPSHOT/californium-proxy2-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/californium-proxy2/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy2/3.12.0-SNAPSHOT/californium-proxy2-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy2/3.12.0-SNAPSHOT/californium-proxy2-3.12.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:cf-oscore >------------------ [INFO] Building Cf-OSCORE 3.12.0-SNAPSHOT [14/19] [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-nightly/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-nightly/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] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-oscore --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-oscore --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-oscore --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main-nightly/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-oscore --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-oscore --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-oscore --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-oscore --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-oscore --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-oscore --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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] --- bundle:5.1.9:deploy (default-deploy) @ cf-oscore --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-oscore --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-oscore/3.12.0-SNAPSHOT/cf-oscore-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/cf-oscore/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-oscore/3.12.0-SNAPSHOT/cf-oscore-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-oscore/3.12.0-SNAPSHOT/cf-oscore-3.12.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.californium:californium-osgi >-------------- [INFO] Building Californium (Cf) OSGi 3.12.0-SNAPSHOT [15/19] [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-nightly/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] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ californium-osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ californium-osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-osgi --- [INFO] Building bundle: /home/jenkins/agent/workspace/californium-main-nightly/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ californium-osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ californium-osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-osgi --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ californium-osgi --- [INFO] Comparing [org.eclipse.californium:californium-osgi:jar:3.11.0] against [org.eclipse.californium:californium-osgi:jar:3.12.0-SNAPSHOT] (including their transitive dependencies). [INFO] API checks completed without failures. [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ californium-osgi --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ californium-osgi --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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] --- bundle:5.1.9:deploy (default-deploy) @ californium-osgi --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ californium-osgi --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-osgi/3.12.0-SNAPSHOT/californium-osgi-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/californium-osgi/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-osgi/3.12.0-SNAPSHOT/californium-osgi-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-osgi/3.12.0-SNAPSHOT/californium-osgi-3.12.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:demo-apps >------------------ [INFO] Building Californium (Cf) Demo Applications 3.12.0-SNAPSHOT [16/19] [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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ demo-apps --- [INFO] Tests are skipped. [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ demo-apps --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main-nightly/demo-apps/target/demo-apps-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ demo-apps --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ demo-apps --- [INFO] Tests are skipped. [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] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ demo-apps --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ demo-apps --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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] org.eclipse.californium:demo-apps:3.12.0-SNAPSHOT:pom already exists in /home/jenkins/agent/workspace/californium-main-nightly/run [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ demo-apps --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-server >------------- [INFO] Building Cf-PlugtestServer 3.12.0-SNAPSHOT [17/19] [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-nightly/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-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-server --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-server --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-server --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-server --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-server --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-plugtest-server --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/demo-apps/run/cf-plugtest-server-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-plugtest-server --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/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-nightly/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/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-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-server/3.12.0-SNAPSHOT/cf-plugtest-server-3.12.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-client >------------- [INFO] Building Cf-PlugtestClient 3.12.0-SNAPSHOT [18/19] [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-nightly/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-nightly/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] [INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-client --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-plugtest-client --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-client --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/demo-apps/cf-plugtest-client/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-plugtest-client --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/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-nightly/demo-apps/cf-plugtest-client/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/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-nightly/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-client/3.12.0-SNAPSHOT/cf-plugtest-client-3.12.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:cf-proxy2 >------------------ [INFO] Building Cf-ExampleCrossProxy2 3.12.0-SNAPSHOT [19/19] [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-nightly/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] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (small-tests) @ cf-proxy2 --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (medium-tests) @ cf-proxy2 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cf-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/demo-apps/cf-proxy2/target/cf-proxy2-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- surefire:2.22.2:test (large-tests) @ cf-proxy2 --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:2.22.2:test (native-tests) @ cf-proxy2 --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-proxy2 --- [INFO] [INFO] --- revapi:0.15.0:check (default) @ cf-proxy2 --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner:1.3.5:sign (sign-jars) @ cf-proxy2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/demo-apps/cf-proxy2/target/cf-proxy2-3.12.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-main-nightly/demo-apps/cf-proxy2/target/cf-proxy2-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cf-proxy2 --- [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/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-nightly/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-nightly/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-nightly/demo-apps/run/cf-proxy2-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ cf-proxy2 --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/demo-apps/cf-proxy2/target/cf-proxy2-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-proxy2/3.12.0-SNAPSHOT/cf-proxy2-3.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/demo-apps/cf-proxy2/pom.xml to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-proxy2/3.12.0-SNAPSHOT/cf-proxy2-3.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-main-nightly/demo-apps/cf-proxy2/target/cf-proxy2-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-main-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-proxy2/3.12.0-SNAPSHOT/cf-proxy2-3.12.0-SNAPSHOT-sources.jar [INFO] Deploying remotely... [INFO] Bulk deploying locally gathered artifacts from directory: [INFO] * Bulk deploying locally gathered snapshot artifacts [INFO] * Bulk deploy of locally gathered snapshot artifacts finished. [INFO] Remote deploy finished with success. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Californium (Cf) Parent 3.12.0-SNAPSHOT: [INFO] [INFO] Californium (Cf) Parent ............................ SUCCESS [ 3.996 s] [INFO] Californium (Cf) Custom Assembly Descriptors ....... SUCCESS [ 1.235 s] [INFO] Californium (Cf) BOM ............................... SUCCESS [ 0.042 s] [INFO] Californium (Cf) Legal Documents ................... SUCCESS [ 1.006 s] [INFO] Californium (Cf) Demo Certificates ................. SUCCESS [ 0.846 s] [INFO] Californium (Cf) Element Connector ................. SUCCESS [ 13.223 s] [INFO] Scandium (Sc) Core ................................. SUCCESS [ 10.769 s] [INFO] Californium (Cf) Element Connector TCP netty ....... SUCCESS [ 4.558 s] [INFO] Californium (Cf) Core .............................. SUCCESS [ 13.200 s] [INFO] Cf-Unix-Health ..................................... SUCCESS [ 3.000 s] [INFO] Cf-command-line-interface .......................... SUCCESS [ 2.805 s] [INFO] Cf-cli-tcp-netty ................................... SUCCESS [ 3.717 s] [INFO] Californium (Cf) Proxy2 ............................ SUCCESS [ 4.763 s] [INFO] Cf-OSCORE .......................................... SUCCESS [ 2.462 s] [INFO] Californium (Cf) OSGi .............................. SUCCESS [ 3.213 s] [INFO] Californium (Cf) Demo Applications ................. SUCCESS [ 0.762 s] [INFO] Cf-PlugtestServer .................................. SUCCESS [ 8.127 s] [INFO] Cf-PlugtestClient .................................. SUCCESS [ 4.818 s] [INFO] Cf-ExampleCrossProxy2 .............................. SUCCESS [ 23.873 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:47 min [INFO] Finished at: 2024-05-23T06:54:05Z [INFO] ------------------------------------------------------------------------ Recording test results [Checks API] No suitable checks publisher found. Triggering a new build of californium.tools Triggering a new build of actinium Triggering a new build of californium.tools-nightly Triggering a new build of actinium-nightly Finished: SUCCESS